.login-page{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#e4e9f2);margin:0;padding:0}.login-card{width:370px;padding:2.5rem 2rem;background:#fff;border-radius:12px;box-shadow:0 4px 24px #00000014}.login-header{text-align:center;margin-bottom:1rem}.login-logo{height:4rem;width:auto;margin-bottom:1.25rem}.login-subtitle{font-size:.95rem;color:#5a6070;line-height:1.8;margin:0}.rainbow-text{font-weight:700;background:linear-gradient(90deg,#ff6b6b,#ffa94d,#ffd43b,#69db7c,#4dabf7,#9775fa,#f06595);background-size:200% auto;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:login-brand-shimmer 3s ease-in-out infinite alternate}@keyframes login-brand-shimmer{0%{background-position:0% center}to{background-position:100% center}}.login-error{background:#fff2f0;border:1px solid #ffccc7;border-radius:6px;padding:.75rem 1rem;margin-bottom:1.25rem;color:#cf1322;font-size:.875rem}.login-form{display:flex;flex-direction:column;gap:1rem}.login-form input[type=text],.login-form input[type=password]{width:100%;height:44px;padding:0 12px;font-size:15px;border:1px solid #d9d9d9;border-radius:8px;outline:none;transition:border-color .2s,box-shadow .2s;box-sizing:border-box;background:#fff;color:#2c3e50}.login-form input[type=text]:focus,.login-form input[type=password]:focus{border-color:#5b7fff;box-shadow:0 0 0 2px #5b7fff26}.login-form input::placeholder{color:#bfbfbf}.login-form button[type=submit]{width:100%;height:44px;font-size:16px;font-weight:600;color:#fff;background:#5b7fff;border:none;border-radius:8px;cursor:pointer;transition:background .2s;margin-top:.25rem;letter-spacing:2px}.login-form button[type=submit]:hover{background:#4a6eeb}.login-form button[type=submit]:disabled{background:#a0b4ff;cursor:not-allowed}.login-forgot{text-align:right}.forgot-link{font-size:.85rem;color:#8c93a0;cursor:pointer;transition:color .2s;border:none;background:none;padding:0}.forgot-link:hover{color:#5b7fff;text-decoration:underline}.forgot-help{padding:1rem;background:#f0f5ff;border:1px solid #d6e4ff;border-radius:8px;font-size:.82rem;color:#3d5a80;line-height:1.7;text-align:left}.forgot-help p{margin:0 0 .5rem;font-weight:600}.forgot-help ol{margin:0 0 .75rem;padding-left:1.25rem}.forgot-help li{margin-bottom:.35rem}.forgot-help code{background:#e6f0ff;padding:2px 6px;border-radius:4px;font-size:.8rem;color:#3d5fd9}.login-force-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:9999}.login-force-card{width:400px;max-width:90vw;background:#fff;border-radius:12px;box-shadow:0 8px 40px #00000026;padding:2rem 1.8rem;animation:login-force-in .25s ease}@keyframes login-force-in{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.login-force-header{display:flex;align-items:center;gap:.6rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #f0f1f3}.login-force-icon{width:22px;height:22px;color:#f59e0b;flex-shrink:0}.login-force-header span{font-size:1rem;font-weight:700;color:#b45309}.login-force-desc{font-size:.85rem;color:#6b7280;line-height:1.7;margin:0 0 1rem}.login-force-form{display:flex;flex-direction:column;gap:.75rem}.login-force-field{display:flex;flex-direction:column;gap:.3rem}.login-force-field label{font-size:.78rem;font-weight:600;color:#6b7280}.login-force-btn{display:inline-flex;align-items:center;justify-content:center;height:42px;padding:0 1rem;font-size:.9rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .15s ease;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;width:100%;margin-top:.5rem}.login-force-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 3px 10px #f59e0b59}.login-force-btn:disabled{opacity:.6;cursor:not-allowed}.login-page .admin-input{height:36px;padding:0 10px;font-size:13px;border:1.5px solid #d1d5db;border-radius:6px;outline:none;color:#1e2130;background:#fff;box-sizing:border-box;transition:border-color .2s,box-shadow .2s;width:100%}.login-page .admin-input:focus{border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b14}.login-page .admin-input::placeholder{color:#b0b8c4}.login-page .admin-msg-inline{padding:.45rem .7rem;border-radius:6px;font-size:.8rem;font-weight:500}.login-page .admin-msg-inline-success{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.login-page .admin-msg-inline-error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.toast-container{position:fixed;top:20px;left:50%;transform:translate(-50%);z-index:10000;display:flex;flex-direction:column;gap:8px;pointer-events:none}.admin-page{display:flex;flex-direction:column;gap:1rem;height:100%;overflow:hidden}.admin-topbar{display:flex;align-items:center;justify-content:space-between}.admin-topbar-left{display:flex;align-items:center;gap:.6rem}.admin-title-icon{width:24px;height:24px;flex-shrink:0}.admin-title{font-size:1.25rem;font-weight:600;color:#111827;-webkit-font-smoothing:antialiased}.admin-cards{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.admin-card{background:#fff;border:1px solid #e8ecf1;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000000a}.admin-card-head{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:linear-gradient(180deg,#fafbfd,#f5f7fa);border-bottom:1px solid #eaedf2;font-size:.85rem;font-weight:600;color:#1e2130}.admin-card-head svg{width:18px;height:18px;color:#5b7fff}.admin-card-body{padding:1rem;display:flex;flex-direction:column;gap:.75rem}.admin-field{display:flex;flex-direction:column;gap:.3rem}.admin-field label{font-size:.78rem;font-weight:600;color:#6b7280}.admin-input{height:36px;padding:0 10px;font-size:13px;border:1.5px solid #d1d5db;border-radius:6px;outline:none;color:#1e2130;background:#fff;box-sizing:border-box;transition:border-color .2s,box-shadow .2s;width:100%}.admin-input:focus{border-color:#5b7fff;box-shadow:0 0 0 3px #5b7fff14}.admin-input::placeholder{color:#b0b8c4}.admin-input-disabled{background:#f5f6fa;color:#9ca3af;cursor:not-allowed;border-color:#e8ecf1}.admin-btn{display:inline-flex;align-items:center;justify-content:center;height:36px;padding:0 1rem;font-size:.85rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .15s ease;background:linear-gradient(135deg,#5b7fff,#4a6eeb);color:#fff;width:100%;margin-top:.25rem}.admin-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 3px 10px #5b7fff4d}.admin-btn:disabled{opacity:.6;cursor:not-allowed}.admin-msg-inline{padding:.45rem .7rem;border-radius:6px;font-size:.8rem;font-weight:500}.admin-msg-inline-success{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.admin-msg-inline-error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}@media(max-width:640px){.admin-cards{grid-template-columns:1fr}}.admin-log-card{grid-column:1 / -1;display:flex;flex-direction:column;min-height:0;flex:1}.admin-log-card .admin-card-body{flex:1;min-height:0;display:flex;flex-direction:column}.admin-log-table-wrap{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.admin-log-table thead{position:sticky;top:0;z-index:1}.admin-log-table{width:100%;border-collapse:collapse;font-size:.82rem}.admin-log-table th{text-align:left;padding:.55rem .75rem;background:#f8f9fb;color:#6b7280;font-weight:600;font-size:.78rem;border-bottom:1px solid #eaedf2;white-space:nowrap}.admin-log-table td{padding:.5rem .75rem;border-bottom:1px solid #f0f1f3;color:#374151;white-space:nowrap}.admin-log-table tbody tr:hover{background:#f8f9fb}.admin-log-success{display:inline-block;padding:.1rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600;background:#f0fdf4;color:#16a34a}.admin-log-fail{display:inline-block;padding:.1rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600;background:#fef2f2;color:#dc2626}.admin-log-ip{font-family:SF Mono,Cascadia Code,Consolas,monospace;font-size:.78rem;color:#6b7280}.admin-log-empty{text-align:center;padding:2rem!important;color:#9ca3af;font-size:.85rem}.admin-log-pagination{display:flex;align-items:center;justify-content:center;gap:.35rem;padding-top:.75rem;border-top:1px solid #f0f1f3;flex-wrap:wrap}.admin-log-page-btn{min-width:32px;height:30px;padding:0 .5rem;border:1px solid #e5e7eb;border-radius:6px;background:#fff;font-size:.78rem;font-weight:500;color:#374151;cursor:pointer;transition:all .15s ease}.admin-log-page-btn:hover:not(:disabled):not(.admin-log-page-btn-active){background:#f3f4f6;border-color:#d1d5db}.admin-log-page-btn:disabled{opacity:.4;cursor:not-allowed}.admin-log-page-btn-active{background:#5b7fff;border-color:#5b7fff;color:#fff}.admin-log-page-ellipsis{padding:0 .3rem;color:#9ca3af;font-size:.78rem}.admin-log-page-info{font-size:.78rem;color:#9ca3af}.pdl-page{display:flex;flex-direction:column;height:100%;overflow:hidden}.pdl-topbar{display:flex;align-items:center;justify-content:space-between;flex-shrink:0;padding-bottom:.75rem}.pdl-topbar-left{display:flex;align-items:center;gap:.6rem}.pdl-title-icon{width:26px;height:26px;flex-shrink:0}.pdl-title{font-size:1.25rem;font-weight:600;color:#111827;-webkit-font-smoothing:antialiased}.pdl-total{font-size:.8rem;color:#9ca3af;font-weight:500}.pdl-loading{display:flex;align-items:center;justify-content:center;flex:1}.pdl-spinner{width:32px;height:32px;border:3px solid #e8ecf1;border-top-color:#5b7fff;border-radius:50%;animation:spin .8s linear infinite}.pdl-empty-wrap{display:flex;align-items:center;justify-content:center;flex:1}.pdl-empty-state{display:flex;flex-direction:column;align-items:center;gap:.6rem;color:#9ca3af;text-align:center}.pdl-empty-state svg{width:48px;height:48px;color:#d1d5db}.pdl-empty-title{font-size:.95rem;font-weight:600;color:#6b7280}.pdl-empty-desc{font-size:.8rem;color:#9ca3af;max-width:300px;line-height:1.5}.pdl-list{display:flex;flex-direction:column;gap:.65rem;flex:1;min-height:0;overflow-y:auto;padding-bottom:.25rem}.pdl-card{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid #e8ecf1;border-radius:10px;padding:.85rem 1.1rem;gap:1rem;transition:box-shadow .15s ease,border-color .15s ease;flex-shrink:0}.pdl-card:hover{border-color:#d0d7e2;box-shadow:0 2px 8px #0000000d}.pdl-card-left{display:flex;align-items:center;gap:.85rem;min-width:0;flex:1}.pdl-card-icon{width:42px;height:42px;border-radius:10px;background:linear-gradient(135deg,#eef1ff,#e0e6ff);display:flex;align-items:center;justify-content:center;flex-shrink:0}.pdl-card-icon svg{width:22px;height:22px}.pdl-card-info{display:flex;flex-direction:column;gap:.2rem;min-width:0;flex:1}.pdl-card-name-row{display:flex;align-items:center;gap:.5rem}.pdl-card-name{font-size:.92rem;font-weight:600;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pdl-card-version{font-size:.72rem;font-weight:600;color:#5b7fff;background:#5b7fff14;padding:2px 8px;border-radius:4px;white-space:nowrap;flex-shrink:0}.pdl-card-desc{font-size:.78rem;color:#6b7280;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pdl-card-meta{display:flex;align-items:center;gap:.4rem;font-size:.72rem;color:#9ca3af;flex-wrap:wrap}.pdl-meta-sep{color:#d1d5db}.pdl-download-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.45rem 1rem;background:linear-gradient(135deg,#5b7fff,#4d6fe0);color:#fff;font-size:.82rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;text-decoration:none;white-space:nowrap;flex-shrink:0;transition:all .2s ease;box-shadow:0 1px 3px #5b7fff40}.pdl-download-btn:hover{background:linear-gradient(135deg,#4d6fe0,#3d5fd9);box-shadow:0 2px 8px #5b7fff59;transform:translateY(-1px);color:#fff;text-decoration:none}.pdl-download-btn:active{transform:translateY(0)}.pdl-download-btn svg{width:16px;height:16px}.pdl-pagination{display:flex;align-items:center;justify-content:center;gap:.3rem;padding:.75rem 0 0;flex-shrink:0;border-top:1px solid #f0f1f3;margin-top:.5rem}.pdl-page-btn{display:inline-flex;align-items:center;justify-content:center;min-width:2rem;height:2rem;padding:0 .5rem;font-size:.8rem;font-weight:500;color:#374151;background:#fff;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}.pdl-page-btn:hover:not(:disabled){background:#f5f7fa;border-color:#d0d7e2;color:#5b7fff}.pdl-page-btn:disabled{color:#d1d5db;cursor:not-allowed;background:#fafbfc}.pdl-page-current{display:inline-flex;align-items:center;justify-content:center;min-width:2rem;height:2rem;padding:0 .5rem;font-size:.8rem;font-weight:600;color:#fff;background:#5b7fff;border-radius:6px;-webkit-user-select:none;user-select:none}.pdl-page-ellipsis{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;font-size:.85rem;color:#9ca3af;-webkit-user-select:none;user-select:none}@media(max-width:600px){.pdl-card{flex-direction:column;align-items:flex-start}.pdl-download-btn{align-self:stretch;justify-content:center}.pdl-card-meta,.pdl-pagination{flex-wrap:wrap}}.users-page{display:flex;flex-direction:column;gap:.75rem;height:100%;overflow:hidden}.users-topbar{display:flex;align-items:center;justify-content:space-between}.users-topbar-left{display:flex;align-items:center;gap:.6rem}.users-title-icon{width:24px;height:24px;flex-shrink:0}.users-title{font-size:1.25rem;font-weight:600;color:#111827;-webkit-font-smoothing:antialiased}.users-topbar-right{display:flex;align-items:center;gap:.75rem}.users-search{position:relative}.users-search-input{width:220px;height:38px;padding:0 36px 0 12px;font-size:13px;border:1.5px solid #e2e6ed;border-radius:8px;outline:none;background:#fff;color:#1e2130;box-sizing:border-box;transition:border-color .2s,box-shadow .2s}.users-search-input:focus{border-color:#5b7fff;box-shadow:0 0 0 3px #5b7fff14}.users-search-input::placeholder{color:#b0b8c4}.users-search-icon{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:#b0b8c4;pointer-events:none}.users-msg{padding:.65rem 1rem;border-radius:8px;font-size:.85rem;font-weight:500}.users-msg-success{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.users-msg-error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.users-btn{display:inline-flex;align-items:center;gap:.35rem;font-size:.85rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .15s ease;white-space:nowrap}.users-btn svg{width:15px;height:15px;flex-shrink:0}.users-btn-primary{height:36px;padding:0 1rem;background:linear-gradient(135deg,#5b7fff,#4a6eeb);color:#fff}.users-btn-primary:hover{transform:translateY(-1px);box-shadow:0 3px 10px #5b7fff4d}.users-btn-ghost{height:32px;padding:0 .7rem;background:#f5f6fa;color:#5a6070;font-size:.8rem}.users-btn-ghost:hover{background:#eaecf2;color:#1e2130}.users-table-wrap{flex:1;min-height:0;background:#fff;border:1px solid #e8ecf1;border-radius:12px;overflow-y:auto;overflow-x:hidden;box-shadow:0 1px 3px #0000000a}.users-table{width:100%;border-collapse:collapse;table-layout:fixed}.users-table thead{position:sticky;top:0;z-index:1;background:linear-gradient(180deg,#fafbfd,#f5f7fa);border-bottom:1px solid #eaedf2}.users-table th{padding:.75rem 1rem;text-align:center;font-size:.78rem;font-weight:600;color:#6b7280;letter-spacing:.3px}.users-table td{padding:.7rem 1rem;font-size:.88rem;color:#1e2130;border-bottom:1px solid #f3f4f6;vertical-align:middle;text-align:center}.users-table tbody tr:last-child td{border-bottom:1px solid #f3f4f6}.users-table tbody tr:hover{background:#fafbfd}.users-row-id{color:#b0b8c4;font-size:.82rem}.users-row-qq{font-family:SF Mono,Cascadia Code,Consolas,monospace;color:#6b7280;font-size:.84rem}.users-row-nickname{color:#1e2130;font-size:.86rem}.users-no-nickname{color:#c7cdd6;font-size:.84rem}.users-row-avatar{padding:.35rem .5rem}.users-avatar-img{width:32px;height:32px;border-radius:50%;object-fit:cover;display:block;margin:0 auto}.users-row-time{text-align:center;color:#6b7280;font-size:.84rem;white-space:nowrap}.users-actions{display:flex;gap:.35rem;justify-content:center}.users-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border:1.5px solid #e2e6ed;border-radius:6px;background:#fff;cursor:pointer;transition:all .12s;padding:0}.users-icon-btn svg{width:14px;height:14px;color:#6b7280}.users-icon-btn:hover{border-color:#5b7fff;background:#f0f4ff}.users-icon-btn:hover svg{color:#5b7fff}.users-icon-btn-danger:hover{border-color:#dc2626;background:#fef2f2}.users-icon-btn-danger:hover svg{color:#dc2626}.users-empty-wrap{flex:1;min-height:0;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e8ecf1;border-radius:12px;box-shadow:0 1px 3px #0000000a}.users-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:2rem}.users-empty-state svg{width:48px;height:48px;color:#c7cdd6;margin-bottom:.25rem}.users-empty-title{font-size:.95rem;font-weight:600;color:#6b7280}.users-empty-desc{font-size:.82rem;color:#b0b8c4}.users-spinner{width:32px;height:32px;border:3px solid #e8ecf1;border-top-color:#5b7fff;border-radius:50%;animation:users-spin .8s linear infinite}@keyframes users-spin{to{transform:rotate(360deg)}}.users-pagination{display:flex;align-items:center;justify-content:center;gap:.3rem;padding-top:.1rem;flex-shrink:0}.users-page-btn{height:34px;min-width:34px;padding:0 .6rem;font-size:.82rem;font-weight:500;color:#5a6070;background:#fff;border:1.5px solid #e2e6ed;border-radius:7px;cursor:pointer;transition:all .12s}.users-page-btn:hover:not(:disabled):not(.users-page-btn-active){border-color:#5b7fff;color:#5b7fff}.users-page-btn:disabled{opacity:.4;cursor:not-allowed}.users-page-btn-active{background:#5b7fff;border-color:#5b7fff;color:#fff}.users-page-ellipsis{padding:0 .2rem;color:#b0b8c4}.users-page-info{margin-left:.75rem;font-size:.82rem;color:#9ca3af}.users-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000;animation:usersFadeIn .15s ease}@keyframes usersFadeIn{0%{opacity:0}to{opacity:1}}.users-modal{background:#fff;border-radius:14px;width:400px;max-width:90vw;box-shadow:0 20px 60px #00000026;overflow:hidden;animation:usersScaleIn .15s ease}@keyframes usersScaleIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.users-modal-head{display:flex;align-items:center;gap:.5rem;padding:1rem 1.25rem;border-bottom:1px solid #f3f4f6;font-size:.95rem;font-weight:700;color:#111827}.users-modal-head svg{width:20px;height:20px}.users-modal-body{padding:1.25rem;font-size:.88rem;color:#4b5563;line-height:1.6}.users-modal-body strong{color:#111827}.users-modal-body-form{padding:1.5rem;display:flex;flex-direction:column;gap:1.2rem}.users-form-field{display:flex;flex-direction:column;gap:.4rem}.users-form-label{font-size:.82rem;font-weight:600;color:#4b5563}.users-form-required{color:#ef4444;font-weight:700}.users-form-input{height:42px;padding:0 14px;font-size:14px;border:1.5px solid #d1d5db;border-radius:8px;outline:none;color:#1e2130;background:#fff;box-sizing:border-box;transition:border-color .2s,box-shadow .2s;width:100%}.users-form-input:focus{border-color:#5b7fff;box-shadow:0 0 0 3px #5b7fff14}.users-form-input::placeholder{color:#b0b8c4}.users-modal-actions{display:flex;justify-content:flex-end;gap:.6rem;padding:.75rem 1.25rem;border-top:1px solid #f3f4f6}.users-modal-actions .users-btn{height:36px;padding:0 1.25rem;font-size:.85rem;font-weight:600;border-radius:8px}.users-modal-actions .users-btn-ghost{background:#f3f4f6;color:#374151;height:36px}.users-modal-actions .users-btn-ghost:hover{background:#e5e7eb}.users-modal-edit{width:480px}.users-delta-info{font-size:.82rem;color:#6b7280}.users-delta-plus{color:#16a34a;font-weight:600}.users-delta-minus{color:#dc2626;font-weight:600}.users-step-row{display:flex;gap:.35rem;flex-wrap:wrap}.users-step-btn{display:inline-flex;align-items:center;justify-content:center;height:34px;min-width:44px;padding:0 .5rem;font-size:.82rem;font-weight:600;border:1.5px solid #e2e6ed;border-radius:7px;cursor:pointer;background:#fff;color:#5a6070;transition:all .12s}.users-step-btn:hover{transform:translateY(-1px);box-shadow:0 2px 6px #00000014}.users-step-plus{color:#16a34a;border-color:#bbf7d0}.users-step-plus:hover{background:#f0fdf4;border-color:#86efac}.users-step-minus{color:#dc2626;border-color:#fecaca}.users-step-minus:hover{background:#fef2f2;border-color:#fca5a5}.users-custom-row{margin-top:.25rem}.users-step-input{height:36px;width:100%}.users-modal-log{width:680px;max-width:95vw;max-height:80vh;display:flex;flex-direction:column}.users-log-body{flex:1;min-height:0;overflow-y:auto;padding:0}.users-log-summary{padding:.75rem 1.25rem;font-size:.88rem;color:#4b5563;background:#fafbfd;border-bottom:1px solid #f3f4f6}.users-log-summary strong{color:#111827;font-size:1rem}.users-log-table-wrap{padding:0}.users-log-table-wrap .users-table{table-layout:auto}.users-log-table-wrap .users-table th,.users-log-table-wrap .users-table td{padding:.5rem .75rem;text-align:center;font-size:.84rem}.users-log-tag-coin{display:inline-block;padding:1px 8px;border-radius:4px;font-size:.78rem;font-weight:600;background:#fef3c7;color:#b45309}.users-log-tag-point{display:inline-block;padding:1px 8px;border-radius:4px;font-size:.78rem;font-weight:600;background:#ede9fe;color:#7c3aed}.users-icon-btn-log:hover{border-color:#8b5cf6;background:#f5f3ff}.users-icon-btn-log:hover svg{color:#7c3aed}@media(max-width:720px){.users-topbar{flex-direction:column;gap:.75rem}.users-search,.users-search-input{width:100%}.users-table th:nth-child(3),.users-table td:nth-child(3),.users-table th:nth-child(5),.users-table td:nth-child(5){display:none}}.users-modal-calendar{width:420px}.users-cal-body{padding:1rem 1.35rem;display:flex;flex-direction:column;gap:.75rem}.users-cal-nav{display:flex;align-items:center;justify-content:space-between}.users-cal-nav-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:1.5px solid #e2e6ed;border-radius:8px;background:#fff;cursor:pointer;transition:all .12s;padding:0}.users-cal-nav-btn svg{width:16px;height:16px;color:#6b7280}.users-cal-nav-btn:hover{border-color:#5b7fff;background:#f0f4ff}.users-cal-nav-btn:hover svg{color:#5b7fff}.users-cal-nav-title{font-size:.95rem;font-weight:700;color:#1e2130}.users-cal-weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:2px;text-align:center}.users-cal-weekday{font-size:.72rem;font-weight:600;color:#6b7280;padding:4px 0}.users-cal-weekend{color:#ef4444}.users-cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:3px}.users-cal-cell{position:relative;aspect-ratio:1;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:10px;cursor:pointer;transition:all .12s;background:#f9fafb;-webkit-user-select:none;user-select:none}.users-cal-cell:hover:not(.users-cal-cell-empty){background:#eef1ff;transform:scale(1.05)}.users-cal-cell-empty{background:transparent;cursor:default}.users-cal-day{font-size:.82rem;font-weight:500;color:#6b7280;line-height:1}.users-cal-check{width:10px;height:10px;color:#059669;margin-top:1px}.users-cal-cell-today{background:linear-gradient(135deg,#5b7fff,#4a6eeb);box-shadow:0 2px 8px #5b7fff4d}.users-cal-cell-today .users-cal-day{color:#fff;font-weight:700}.users-cal-cell-today .users-cal-check{color:#fff}.users-cal-cell-signed{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:1.5px solid #6ee7b7}.users-cal-cell-signed .users-cal-day{color:#059669;font-weight:600}.users-cal-cell-signed .users-cal-check{color:#059669}.users-cal-cell-today.users-cal-cell-signed{background:linear-gradient(135deg,#5b7fff,#4a6eeb);border:none}.users-cal-cell-today.users-cal-cell-signed .users-cal-day{color:#fff;font-weight:700}.users-cal-cell-today.users-cal-cell-signed .users-cal-check{color:#fff}.users-cal-cell-saving{opacity:.5;pointer-events:none}.users-cal-divider{height:1px;background:#e5e7eb;margin:0}.users-cal-legend{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.users-cal-legend-item{display:flex;align-items:center;gap:4px;font-size:.7rem;color:#9ca3af}.users-cal-legend-dot{width:10px;height:10px;border-radius:3px;flex-shrink:0}.users-cal-legend-dot-signed{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:1px solid #6ee7b7}.users-cal-legend-dot-today{background:linear-gradient(135deg,#5b7fff,#4a6eeb)}.users-cal-legend-dot-normal{background:#f3f4f6;border:1px solid #e5e7eb}.users-cal-stats{display:flex;gap:.75rem}.users-cal-stat{flex:1;background:#f9fafb;border-radius:10px;padding:.6rem .8rem;display:flex;flex-direction:column;align-items:center;gap:2px;border:1px solid #f3f4f6}.users-cal-stat-label{font-size:.72rem;color:#9ca3af;font-weight:500}.users-cal-stat-value{font-size:.9rem;font-weight:700;color:#5b7fff}.users-btn-danger{display:inline-flex;align-items:center;gap:.35rem;height:36px;padding:0 1rem;font-size:.85rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;transition:all .15s ease}.users-btn-danger:hover{transform:translateY(-1px);box-shadow:0 3px 10px #ef44444d}.users-select-wrap{position:relative;width:100%}.users-select-trigger{display:flex;align-items:center;justify-content:space-between;height:42px;padding:0 12px 0 14px;font-size:14px;border:1.5px solid #d1d5db;border-radius:8px;outline:none;color:#1e2130;background:#fff;box-sizing:border-box;transition:border-color .2s,box-shadow .2s;width:100%;cursor:pointer;-webkit-user-select:none;user-select:none;gap:8px;overflow:hidden}.users-select-trigger:hover{border-color:#b0b8c5}.users-select-trigger-open{border-color:#5b7fff;box-shadow:0 0 0 3px #5b7fff14}.users-select-trigger>span{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.users-select-placeholder{color:#b0b8c4!important}.users-select-arrow{width:18px;height:18px;color:#b0b8c4;flex-shrink:0;transition:transform .2s}.users-select-arrow-open{transform:rotate(180deg);color:#5b7fff}.users-select-panel{margin-top:6px;background:#fff;border:1px solid #e8ecf1;border-radius:10px;box-shadow:0 8px 24px #00000012,0 1px 4px #0000000a;overflow:hidden;animation:usersDropdownIn .12s ease}@keyframes usersDropdownIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.users-select-search-box{display:flex;align-items:center;gap:8px;padding:8px 10px;border-bottom:1px solid #f0f2f5;background:#fafbfd}.users-select-search-icon{width:15px;height:15px;color:#b0b8c4;flex-shrink:0}.users-select-search-input{flex:1;height:30px;border:none;outline:none;background:transparent;font-size:13px;color:#1e2130;min-width:0}.users-select-search-input::placeholder{color:#b0b8c4}.users-select-options-scroll{max-height:126px;overflow-y:auto;padding:4px}.users-select-option{display:flex;align-items:center;justify-content:space-between;padding:9px 12px;border-radius:7px;cursor:pointer;font-size:14px;color:#1e2130;transition:background .1s;gap:8px}.users-select-option:hover{background:#f0f4ff}.users-select-option-active{background:#eef2ff;font-weight:600;color:#5b7fff}.users-select-option-text{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.users-select-check{width:16px;height:16px;color:#5b7fff;flex-shrink:0}.users-select-option-empty{padding:14px 12px;text-align:center;font-size:13px;color:#b0b8c4;-webkit-user-select:none;user-select:none}.users-form-field-row{flex-direction:row;align-items:center;gap:.75rem}.users-form-field-row .users-form-label{flex-shrink:0}.users-switch{position:relative;display:inline-block;width:40px;height:22px;cursor:pointer;flex-shrink:0}.users-switch input{opacity:0;width:0;height:0}.users-switch-slider{position:absolute;top:0;left:0;right:0;bottom:0;background:#d1d5db;border-radius:22px;transition:background .2s}.users-switch-slider:before{content:"";position:absolute;height:17px;width:17px;left:2.5px;bottom:2.5px;background:#fff;border-radius:50%;transition:transform .2s}.users-switch input:checked+.users-switch-slider{background:#22c55e}.users-switch input:checked+.users-switch-slider:before{transform:translate(18px)}.users-form-hint{font-size:.8rem;color:#6b7280}.users-switch-table{position:relative;display:inline-block;width:40px;height:22px;cursor:pointer}.users-switch-table input{opacity:0;width:0;height:0}.users-switch-table .users-switch-slider{position:absolute;top:0;left:0;right:0;bottom:0;background:#d1d5db;border-radius:22px;transition:background .2s}.users-switch-table .users-switch-slider:before{content:"";position:absolute;height:17px;width:17px;left:2.5px;bottom:2.5px;background:#fff;border-radius:50%;transition:transform .2s}.users-switch-table input:checked+.users-switch-slider{background:#22c55e}.users-switch-table input:checked+.users-switch-slider:before{transform:translate(18px)}.users-row-playername{font-weight:550;color:#1e2130;font-size:.86rem}.users-row-qq{font-family:SF Mono,Cascadia Code,Consolas,monospace;color:#374151;font-size:.84rem}.users-row-location{text-align:center}.users-location-text{color:#7c3aed;font-size:.82rem;cursor:pointer;border-bottom:1px dashed #7c3aed;display:inline-block;transition:color .15s ease}.users-location-text:hover{color:#5b21b6;border-bottom-color:#5b21b6}.ip-popover{background:#fff;border:1px solid #e8ecf1;border-radius:10px;box-shadow:0 4px 24px #0000001a,0 1px 4px #0000000d;z-index:99999;padding:.6rem .85rem;min-width:140px;animation:ip-popover-fade-in .15s ease}@keyframes ip-popover-fade-in{0%{opacity:0;transform:translate(-50%) translateY(-4px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.ip-popover-label{font-size:.7rem;color:#9ca3af;font-weight:500;margin-bottom:.2rem}.ip-popover-value{font-family:SF Mono,Cascadia Code,Consolas,monospace;font-size:.84rem;color:#1e2130;font-weight:550;word-break:break-all}.users-modal-error{padding:.5rem .75rem;margin-bottom:.75rem;font-size:.82rem;color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;line-height:1.4}.users-row-ban{text-align:center}.users-ban-tag{display:inline-flex;align-items:center;justify-content:center;padding:.2rem .6rem;font-size:.75rem;font-weight:600;border-radius:10px;line-height:1.4;white-space:nowrap;cursor:default}.users-ban-tag-banned{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.users-ban-tag-normal{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}.users-modal-close{margin-left:auto;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border:none;background:transparent;color:#9ca3af;font-size:1.4rem;line-height:1;cursor:pointer;border-radius:6px;transition:all .15s;padding:0}.users-modal-close:hover{background:#f3f4f6;color:#374151}.users-field{display:flex;flex-direction:column;gap:.4rem}.users-field label{font-size:.82rem;font-weight:600;color:#374151}.users-textarea{padding:.55rem .7rem;font-size:.85rem;border:1.5px solid #d1d5db;border-radius:8px;outline:none;color:#1e2130;background:#fff;box-sizing:border-box;transition:border-color .2s,box-shadow .2s;width:100%;resize:vertical;font-family:inherit;line-height:1.5;min-height:80px}.users-textarea:focus{border-color:#5b7fff;box-shadow:0 0 0 3px #5b7fff14}.users-textarea::placeholder{color:#b0b8c4}.users-modal-hint{margin-top:.5rem;font-size:.78rem;color:#9ca3af;line-height:1.5}.users-modal-foot{display:flex;justify-content:flex-end;gap:.6rem;padding:.75rem 1.25rem;border-top:1px solid #f3f4f6}.users-modal-foot .users-btn{height:36px;padding:0 1.25rem;font-size:.85rem;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:all .15s ease}.users-modal-foot .users-btn:disabled{opacity:.6;cursor:not-allowed}.users-modal-foot .users-btn-primary{color:#fff}.users-title-popover-section{margin-bottom:.35rem}.users-title-popover-section-label{font-size:.68rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;padding:.35rem .5rem .2rem}.users-title-popover-item{display:flex;align-items:center;justify-content:space-between;padding:.55rem .65rem;border-radius:8px;transition:background .12s;gap:.5rem}.users-title-popover-item:hover{background:#f8fafc}.users-title-popover-item-current{background:#f5f3ff;border:1px solid #e0d9ff}.users-title-popover-item-info{display:flex;flex-direction:column;gap:.2rem;min-width:0;flex:1}.users-title-popover-item-name{font-size:.82rem;font-weight:550;color:#1e293b;display:flex;align-items:center;gap:.35rem}.users-title-popover-badge-default{font-size:.6rem;padding:.06rem .35rem;border-radius:4px;background:#fef3c7;color:#d97706;font-weight:600}.users-title-popover-item-content{font-family:Courier New,monospace;font-size:.72rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.users-title-popover-item-actions{display:flex;align-items:center;gap:.3rem;flex-shrink:0}.users-title-popover-current-tag{font-size:.65rem;padding:.15rem .45rem;border-radius:5px;background:#dbeafe;color:#2563eb;font-weight:600;white-space:nowrap}.users-title-popover-action-btn{width:28px;height:28px;border:none;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .12s;background:#e2e8f0;color:#475569}.users-title-popover-action-btn:hover{background:#cbd5e1;color:#1e293b}.users-title-popover-action-btn:disabled{opacity:.4;cursor:not-allowed}.users-title-popover-action-btn:disabled:hover{background:#e2e8f0;color:#475569}.users-title-popover-action-del{color:#ef4444}.users-title-popover-action-del:hover{background:#fef2f2;color:#dc2626}.users-title-popover-action-add{color:#7c3aed}.users-title-popover-action-add:hover{background:#f5f3ff;color:#6d28d9}.users-row-title{text-align:center}.users-title-text{font-weight:500;font-size:.82rem;color:#374151;line-height:1.4}.wl-page{display:flex;flex-direction:column;gap:1rem}.wl-topbar{display:flex;align-items:center;justify-content:space-between}.wl-topbar-left{display:flex;align-items:center;gap:.6rem}.wl-title-icon{width:24px;height:24px;flex-shrink:0}.wl-title{font-size:1.25rem;font-weight:600;color:#111827;-webkit-font-smoothing:antialiased}.wl-cards{display:flex;gap:1.25rem;align-items:flex-start}.wl-cards-left{display:flex;flex-direction:column;gap:1.25rem;flex:1;min-width:0}.wl-cards-middle{flex:1;min-width:0}.wl-cards-right{display:flex;flex-direction:column;gap:1.25rem;flex:1;min-width:0}.wl-card{flex:1;background:#fff;border:1px solid #e8ecf1;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000000a;min-width:0}.wl-card-ban .wl-card-head svg{color:#ef4444}.wl-reply-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.wl-card-head{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:linear-gradient(180deg,#fafbfd,#f5f7fa);border-bottom:1px solid #eaedf2;font-size:.85rem;font-weight:600;color:#1e2130}.wl-card-head svg{width:18px;height:18px;color:#5b7fff}.wl-card-body{padding:1rem;display:flex;flex-direction:column;gap:.75rem}.wl-field{display:flex;flex-direction:column;gap:.3rem}.wl-field label{font-size:.78rem;font-weight:600;color:#6b7280}.wl-input{height:36px;padding:0 10px;font-size:13px;border:1.5px solid #d1d5db;border-radius:6px;outline:none;color:#1e2130;background:#fff;box-sizing:border-box;transition:border-color .2s,box-shadow .2s;width:100%}.wl-input:focus{border-color:#5b7fff;box-shadow:0 0 0 3px #5b7fff14}.wl-input::placeholder{color:#b0b8c4}.wl-textarea{padding:.5rem .6rem;font-size:.82rem;border:1.5px solid #d1d5db;border-radius:6px;outline:none;color:#1e2130;background:#fff;box-sizing:border-box;transition:border-color .2s,box-shadow .2s;width:100%;resize:vertical;font-family:inherit;line-height:1.5}.wl-textarea:focus{border-color:#5b7fff;box-shadow:0 0 0 3px #5b7fff14}.wl-textarea::placeholder{color:#b0b8c4}.wl-switch-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.85rem;font-weight:500;color:#1e2130}.wl-switch{position:relative;display:inline-block;width:40px;height:22px;flex-shrink:0}.wl-switch input{opacity:0;width:0;height:0}.wl-switch-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#d1d5db;transition:.2s;border-radius:22px}.wl-switch-slider:before{position:absolute;content:"";height:16px;width:16px;left:3px;bottom:3px;background-color:#fff;transition:.2s;border-radius:50%}.wl-switch input:checked+.wl-switch-slider{background-color:#5b7fff}.wl-switch input:checked+.wl-switch-slider:before{transform:translate(18px)}.wl-command-preview{display:flex;align-items:center;gap:0}.wl-prefix-tag{display:inline-flex;align-items:center;height:36px;padding:0 .6rem;font-size:.82rem;font-weight:600;color:#5b7fff;background:#eef1ff;border:1.5px solid #d1d5db;border-right:none;border-radius:6px 0 0 6px;white-space:nowrap}.wl-command-preview .wl-input{border-radius:0 6px 6px 0}.wl-btn{display:inline-flex;align-items:center;justify-content:center;height:36px;padding:0 1.25rem;font-size:.85rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .15s ease}.wl-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.wl-btn-primary{background:linear-gradient(135deg,#5b7fff,#4a6eeb);color:#fff}.wl-btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 3px 10px #5b7fff4d}.wl-btn-secondary{background:#f3f4f6;color:#374151;border:1px solid #d1d5db}.wl-btn-secondary:hover:not(:disabled){background:#e5e7eb}@media(max-width:768px){.wl-cards{flex-direction:column}.wl-cards-left{flex:none}.wl-reply-grid{grid-template-columns:1fr}}.wl-textarea-kick{font-family:SF Mono,Cascadia Code,Consolas,monospace;font-size:.8rem;line-height:1.6}.wl-form-hint{margin-top:.35rem;font-size:.75rem;color:#9ca3af}.wl-content{display:flex;gap:1.25rem;align-items:flex-start}.wl-card-settings{flex:0 0 360px}.wl-card-messages{flex:1;min-width:0}.wl-field-row{display:flex;gap:1rem}.wl-field-row .wl-field{flex:1}.wl-switch-wrap{display:flex;align-items:center;gap:10px}.wl-switch-wrap .wl-switch-label{font-size:.85rem;font-weight:500;color:#1e2130}.wl-msg-section{display:flex;flex-direction:column;gap:.65rem;padding-bottom:.85rem;border-bottom:1px dashed #e5e7eb}.wl-msg-section:last-child{border-bottom:none;padding-bottom:0}.wl-msg-section-title{font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.wl-var{font-size:.7rem;color:#9ca3af;font-weight:400;margin-left:6px}.wl-msg-hint{padding:10px 12px;background:#fef3c7;border:1px solid #fde68a;border-radius:6px;font-size:.75rem;color:#92400e}.wl-msg-hint code{padding:1px 4px;background:#fde68a;border-radius:3px;font-family:Consolas,Monaco,monospace}.wl-msg-grid{display:grid;grid-template-columns:1fr 1fr;gap:.65rem}.titles-list{display:flex;flex-direction:column;gap:.75rem}.titles-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1rem;background:#fafbfc;border:1.5px solid #e2e6ed;border-radius:10px;transition:all .15s ease}.titles-item:hover{border-color:#5b7fff;background:#f5f7ff}.titles-item-info{display:flex;align-items:center;gap:.75rem;min-width:0;flex:1}.titles-item-name{font-weight:600;font-size:.9rem;color:#1e293b;white-space:nowrap;line-height:1.4}.titles-item-badges{display:flex;align-items:center;gap:.5rem;margin-left:auto}.titles-badge{font-size:.7rem;padding:.15rem .5rem;border-radius:6px;font-weight:600;line-height:1}.titles-badge-default{background:#fef3c7;color:#d97706}.titles-badge-enabled{background:#f0fdf4;color:#166534}.titles-badge-disabled{background:#f1f5f9;color:#94a3b8}.titles-item-actions{display:flex;align-items:center;gap:.4rem;flex-shrink:0}.titles-action-btn{width:32px;height:32px;border:none;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s ease;background:transparent;color:#64748b}.titles-action-btn:hover{background:#e2e6ed;color:#334155}.titles-action-btn.titles-action-del{color:#ef4444;cursor:pointer}.titles-action-btn.titles-action-del:hover{background:#fef2f2}.titles-action-btn.titles-action-del-disabled{color:#94a3b8;cursor:not-allowed;opacity:.4}.titles-action-btn.titles-action-del-disabled:hover{background:transparent}.titles-action-btn svg{width:16px;height:16px}.cr-placeholder-tags{display:flex;flex-wrap:wrap;gap:.35rem .5rem;margin-top:6px}.cr-placeholder-tags code{background:#f3f4f6;padding:2px 8px;border-radius:4px;font-family:SF Mono,Cascadia Code,Consolas,monospace;font-size:.78rem;color:#6366f1;border:1px solid #e5e7eb}.cr-permission-group{display:flex;gap:1rem;margin-top:6px}.cr-permission-option{display:flex;align-items:center;gap:.4rem;padding:8px 16px;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;font-size:.88rem;color:#374151;background:#fff;transition:all .15s;-webkit-user-select:none;user-select:none;flex:1;justify-content:center}.cr-permission-option:hover{border-color:#a5b4fc;background:#f5f3ff}.cr-permission-option input[type=radio]{accent-color:#6366f1}.cr-permission-option.selected{border-color:#6366f1;background:#eef2ff;color:#4338ca;font-weight:500}.cr-command-row{display:flex;gap:1rem}.cr-command-row .wl-field{flex:1}.cr-reply-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.cr-reply-grid .wl-field{margin-bottom:0}.wl-btn-ghost{display:inline-flex;align-items:center;gap:.35rem;padding:.5rem 1rem;background:transparent;border:1px solid #d1d5db;border-radius:8px;color:#6b7280;font-size:.85rem;cursor:pointer;transition:all .15s;-webkit-user-select:none;user-select:none;white-space:nowrap}.wl-btn-ghost:hover{background:#f3f4f6;border-color:#9ca3af;color:#374151}.si-reward-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.si-settings-card{flex:0 0 300px}.si-rewards-card{flex:1;min-width:1024px}.wl-btn-ghost{background:#f5f6fa;color:#5a6070;font-size:.8rem}.wl-btn-ghost:hover{background:#eaecf2;color:#1e2130}.wl-msg-inline{padding:.45rem .7rem;border-radius:6px;font-size:.8rem;font-weight:500}.wl-msg-inline-success{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.wl-msg-inline-error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.wl-card-inner{box-shadow:none}select.wl-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;padding-right:28px;cursor:pointer}.commands-page{display:flex;flex-direction:column;gap:.75rem;height:100%;overflow:hidden}.commands-topbar{display:flex;align-items:center;justify-content:space-between}.commands-topbar-left{display:flex;align-items:center;gap:.6rem}.commands-title-icon{width:24px;height:24px;flex-shrink:0}.commands-title{font-size:1.25rem;font-weight:600;color:#111827;-webkit-font-smoothing:antialiased}.commands-topbar-right{display:flex;align-items:center;gap:.75rem}.commands-search{position:relative}.commands-search-input{width:220px;height:38px;padding:0 36px 0 12px;font-size:13px;border:1.5px solid #e2e6ed;border-radius:8px;outline:none;background:#fff;color:#1e2130;box-sizing:border-box;transition:border-color .2s,box-shadow .2s}.commands-search-input:focus{border-color:#5b7fff;box-shadow:0 0 0 3px #5b7fff14}.commands-search-input::placeholder{color:#b0b8c4}.commands-search-icon{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:#b0b8c4;pointer-events:none}.commands-btn{display:inline-flex;align-items:center;gap:.35rem;font-size:.85rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .15s ease;white-space:nowrap}.commands-btn svg{width:15px;height:15px;flex-shrink:0}.commands-btn-primary{height:36px;padding:0 1rem;background:linear-gradient(135deg,#5b7fff,#4a6eeb);color:#fff}.commands-btn-primary:hover{transform:translateY(-1px);box-shadow:0 3px 10px #5b7fff4d}.commands-btn-ghost{height:36px;padding:0 1.25rem;background:#f3f4f6;color:#374151;font-size:.85rem;font-weight:600;border-radius:8px}.commands-btn-ghost:hover{background:#e5e7eb}.commands-empty-wrap{flex:1;min-height:0;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e8ecf1;border-radius:12px;box-shadow:0 1px 3px #0000000a}.commands-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:2rem}.commands-empty-state svg{width:48px;height:48px;color:#c7cdd6;margin-bottom:.25rem}.commands-empty-title{font-size:.95rem;font-weight:600;color:#6b7280}.commands-empty-desc{font-size:.82rem;color:#b0b8c4}.commands-table-wrap{flex:1;min-height:0;background:#fff;border:1px solid #e8ecf1;border-radius:12px;overflow-y:auto;overflow-x:hidden;box-shadow:0 1px 3px #0000000a}.commands-table{width:100%;border-collapse:collapse}.commands-table thead{position:sticky;top:0;z-index:1;background:linear-gradient(180deg,#fafbfd,#f5f7fa);border-bottom:1px solid #eaedf2}.commands-table th{padding:.65rem .7rem;text-align:center;font-size:.78rem;font-weight:600;color:#6b7280;letter-spacing:.3px}.commands-table td{padding:.6rem .7rem;font-size:.88rem;color:#1e2130;border-bottom:1px solid #f3f4f6;vertical-align:middle;text-align:center}.commands-table tbody tr:last-child td{border-bottom:1px solid #f3f4f6}.commands-table tbody tr:hover{background:#fafbfd}.commands-row-id{color:#b0b8c4;font-size:.82rem;text-align:center}.commands-trigger{display:inline-block;background:#f4f6fb;color:#3d5fd9;padding:.2rem .6rem;border-radius:5px;font-family:SF Mono,Cascadia Code,Consolas,monospace;font-size:.86rem;font-weight:600;border:1px solid #dde3f3}.commands-badge{display:inline-block;padding:.18rem .65rem;border-radius:14px;font-size:.75rem;font-weight:600;white-space:nowrap}.commands-badge-perm-everyone{background:#dcfce7;color:#15803d}.commands-badge-perm-admin{background:#fef3c7;color:#b45309}.commands-badge-perm-owner{background:#f3e8ff;color:#7c3aed}.commands-badge-fmt-text{background:#f3f4f6;color:#6b7280;font-size:.7rem;padding:.12rem .5rem}.commands-badge-fmt-html_image{background:#eff6ff;color:#2563eb;font-size:.7rem;padding:.12rem .5rem}.commands-badge-cost{background:#fef3c7;color:#92400e;font-size:.68rem;padding:.12rem .45rem;margin-left:.35rem;vertical-align:middle}.commands-format-row{display:flex;gap:.6rem}.commands-format-option{flex:1;display:flex;align-items:center;gap:.45rem;padding:.6rem .85rem;border:1.5px solid #e2e6ed;border-radius:10px;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}.commands-format-option:hover{border-color:#c7d2fe;background:#f8faff}.commands-format-option svg{width:20px;height:20px;color:#d1d5db;flex-shrink:0;transition:color .15s ease}.commands-format-active{border-color:#5b7fff;background:#f0f4ff}.commands-format-active svg{color:#5b7fff}.commands-format-label{font-size:.88rem;font-weight:600;color:#1e2130}.commands-textarea-code{font-family:SF Mono,Cascadia Code,Consolas,monospace;font-size:.82rem;line-height:1.55;-moz-tab-size:2;tab-size:2}.commands-switch{position:relative;display:inline-block;width:40px;height:22px;cursor:pointer}.commands-switch input{opacity:0;width:0;height:0}.commands-switch-slider{position:absolute;top:0;left:0;right:0;bottom:0;background:#d1d5db;border-radius:22px;transition:background .2s}.commands-switch-slider:before{content:"";position:absolute;height:17px;width:17px;left:2.5px;bottom:2.5px;background:#fff;border-radius:50%;transition:transform .2s}.commands-switch input:checked+.commands-switch-slider{background:#5b7fff}.commands-switch input:checked+.commands-switch-slider:before{transform:translate(18px)}.commands-actions{display:flex;gap:.35rem;justify-content:center}.commands-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border:1.5px solid #e2e6ed;border-radius:6px;background:#fff;cursor:pointer;transition:all .12s;padding:0}.commands-icon-btn svg{width:14px;height:14px;color:#6b7280}.commands-icon-btn:hover{border-color:#5b7fff;background:#f0f4ff}.commands-icon-btn:hover svg{color:#5b7fff}.commands-icon-btn-danger:hover{border-color:#dc2626;background:#fef2f2}.commands-icon-btn-danger:hover svg{color:#dc2626}.commands-pagination{display:flex;align-items:center;justify-content:center;gap:.3rem;padding-top:.1rem;flex-shrink:0}.commands-page-btn{height:34px;min-width:34px;padding:0 .6rem;font-size:.82rem;font-weight:500;color:#5a6070;background:#fff;border:1.5px solid #e2e6ed;border-radius:7px;cursor:pointer;transition:all .12s}.commands-page-btn:hover:not(:disabled):not(.commands-page-btn-active){border-color:#5b7fff;color:#5b7fff}.commands-page-btn:disabled{opacity:.4;cursor:not-allowed}.commands-page-btn-active{background:#5b7fff;border-color:#5b7fff;color:#fff}.commands-page-ellipsis{padding:0 .2rem;color:#b0b8c4}.commands-page-info{margin-left:.75rem;font-size:.82rem;color:#9ca3af}.commands-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000;animation:commandsFadeIn .15s ease}@keyframes commandsFadeIn{0%{opacity:0}to{opacity:1}}.commands-modal{background:#fff;border-radius:14px;width:560px;max-width:92vw;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #00000026;animation:commandsScaleIn .15s ease;scrollbar-width:thin;scrollbar-color:#d1d5db transparent}.commands-modal::-webkit-scrollbar{width:5px}.commands-modal::-webkit-scrollbar-track{background:transparent;border-radius:10px;margin:6px 0}.commands-modal::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:10px}.commands-modal::-webkit-scrollbar-thumb:hover{background:#b0b8c4}.commands-modal-sm{width:400px}@keyframes commandsScaleIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.commands-modal-head{display:flex;align-items:center;gap:.5rem;padding:1rem 1.25rem;border-bottom:1px solid #f3f4f6;font-size:.95rem;font-weight:700;color:#111827}.commands-modal-head svg{width:20px;height:20px}.commands-modal-body{padding:1.25rem}.commands-modal-error{padding:.55rem .85rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#991b1b;font-size:.83rem;font-weight:500;margin-bottom:1rem}.commands-form-group{margin-bottom:1.25rem}.commands-form-group:last-child{margin-bottom:0}.commands-form-label{display:block;font-size:.85rem;font-weight:600;color:#374151;margin-bottom:.5rem}.commands-form-hint{margin-top:.4rem;font-size:.78rem;color:#9ca3af;line-height:1.5}.commands-form-hint code{background:#f3f4f6;padding:.1rem .35rem;border-radius:4px;font-family:SF Mono,Cascadia Code,Consolas,monospace;font-size:.76rem;color:#3d5fd9}.commands-char-count{font-weight:600;color:#5b7fff}.commands-prefix-row{display:flex;align-items:center;gap:0}.commands-prefix-tag{display:inline-flex;align-items:center;height:36px;padding:0 .6rem;font-size:.82rem;font-weight:600;color:#5b7fff;background:#eef1ff;border:1.5px solid #d1d5db;border-right:none;border-radius:6px 0 0 6px;white-space:nowrap}.commands-prefix-row .commands-input-cmd{border-radius:0 6px 6px 0}.commands-input{height:36px;padding:0 12px;font-size:.88rem;border:1.5px solid #d1d5db;outline:none;color:#1e2130;background:#fff;box-sizing:border-box;transition:border-color .2s,box-shadow .2s;width:100%}.commands-input:focus{border-color:#5b7fff;box-shadow:0 0 0 3px #5b7fff14}.commands-input::placeholder{color:#b0b8c4}.commands-input-cmd{font-family:SF Mono,Cascadia Code,Consolas,monospace}.commands-input-sm{width:160px;border-radius:8px}.commands-permission-group{display:flex;flex-direction:row;gap:.6rem}.commands-permission-option{flex:1;display:flex;flex-direction:column;align-items:center;gap:.4rem;padding:.75rem .5rem;border:1.5px solid #e2e6ed;border-radius:10px;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none;text-align:center}.commands-permission-option:hover{border-color:#c7d2fe;background:#f8faff}.commands-permission-option svg{width:24px;height:24px;color:#d1d5db;flex-shrink:0;transition:color .15s ease}.commands-permission-active{border-color:#5b7fff;background:#f0f4ff}.commands-permission-active svg{color:#5b7fff}.commands-permission-text{display:flex;flex-direction:column;align-items:center;gap:.15rem}.commands-permission-title{font-size:.88rem;font-weight:600;color:#1e2130}.commands-permission-desc{font-size:.72rem;color:#9ca3af}.commands-textarea{width:100%;padding:.7rem .85rem;font-size:.88rem;line-height:1.6;border:1.5px solid #d1d5db;border-radius:8px;outline:none;color:#1e2130;background:#fff;resize:vertical;min-height:100px;box-sizing:border-box;transition:border-color .2s,box-shadow .2s;font-family:inherit}.commands-textarea:focus{border-color:#5b7fff;box-shadow:0 0 0 3px #5b7fff14}.commands-textarea::placeholder{color:#b0b8c4}.commands-modal-actions{display:flex;justify-content:flex-end;gap:.6rem;padding:.75rem 1.25rem;border-top:1px solid #f3f4f6}.commands-modal-actions .commands-btn{height:36px;padding:0 1.25rem;font-size:.85rem;font-weight:600;border-radius:8px}.commands-cost-row{margin-bottom:1.25rem;padding:1rem 1.1rem;background:#f8f9fb;border-radius:10px;border:1px solid #eef1f5}.commands-cost-toggle{display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.88rem;font-weight:600;color:#374151;-webkit-user-select:none;user-select:none}.commands-cost-toggle input[type=checkbox]{width:16px;height:16px;accent-color:#5b7fff;cursor:pointer}.commands-cost-inputs{display:flex;gap:1rem;margin-top:.6rem}.commands-cost-item{display:flex;align-items:center;gap:.5rem;flex:1}.commands-cost-currency{font-size:.85rem;font-weight:600;color:#374151;white-space:nowrap}.commands-cost-item .commands-input-sm{flex:1;max-width:160px}@media(max-width:720px){.commands-topbar{flex-direction:column;gap:.75rem;align-items:flex-start}.commands-topbar-right{width:100%;flex-wrap:wrap}.commands-search-input{width:100%;flex:1}.commands-table th:nth-child(3),.commands-table td:nth-child(3){display:none}.commands-permission-group{flex-direction:column;gap:.4rem}}.commands-checkbox-list{border:1.5px solid #e2e6ed;border-radius:8px;max-height:180px;overflow-y:auto;padding:.35rem 0}.commands-checkbox-item{display:flex;align-items:center;gap:.45rem;padding:.35rem .6rem;cursor:pointer;font-size:.86rem;color:#1e2130;-webkit-user-select:none;user-select:none}.commands-checkbox-item:hover{background:#f8fafc}.commands-checkbox-mark{width:17px;height:17px;border:2px solid #c7cdd6;border-radius:4px;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.commands-checkbox-mark.checked{background:#5b7fff;border-color:#5b7fff}.commands-checkbox-mark svg{width:12px;height:12px}.commands-checkbox-status{color:#9ca3af;font-size:.78rem;margin-left:auto}.commands-badge-fmt-server_command{background:#f0fdf4;color:#166534;font-size:.7rem;padding:.12rem .5rem}.robot-page{display:flex;flex-direction:column;gap:1rem;height:100%;overflow:hidden}.robot-topbar{display:flex;align-items:center;justify-content:space-between}.robot-topbar-left{display:flex;align-items:center;gap:.6rem}.robot-title-icon{width:24px;height:24px;flex-shrink:0}.robot-title{font-size:1.25rem;font-weight:600;color:#111827;-webkit-font-smoothing:antialiased}.robot-cards{display:flex;gap:1.25rem;align-items:stretch}.robot-col{flex:1;display:flex;flex-direction:column;gap:1.25rem}.robot-cards>.robot-card{flex:1}.robot-card{background:#fff;border:1px solid #e8ecf1;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000000a}.robot-card-head{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:linear-gradient(180deg,#fafbfd,#f5f7fa);border-bottom:1px solid #eaedf2;font-size:.85rem;font-weight:600;color:#1e2130}.robot-card-head svg{width:18px;height:18px;color:#5b7fff}.robot-card-body{padding:1rem;display:flex;flex-direction:column;gap:.75rem}.robot-chatlog-card .robot-card-body{flex:1;min-height:0;overflow:hidden}.robot-card-sm{flex:none}.robot-card-body-sm{gap:.6rem}.robot-ws-hint{display:flex;align-items:flex-start;gap:.45rem;padding:.55rem .7rem;background:#fffbeb;border:1px solid #fde68a;border-radius:7px;font-size:.8rem;color:#92400e;line-height:1.5}.robot-ws-hint svg{width:17px;height:17px;flex-shrink:0;margin-top:.05rem;color:#f59e0b}.robot-info-row{display:flex;gap:1rem;align-items:flex-start}.robot-avatar-area{flex-shrink:0;width:64px;height:64px;border-radius:50%;overflow:hidden;background:#f3f4f6;display:flex;align-items:center;justify-content:center}.robot-avatar-sm{width:48px;height:48px}.robot-avatar-img{width:100%;height:100%;object-fit:cover}.robot-avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e8ecf8,#dce3f5)}.robot-avatar-placeholder svg{width:28px;height:28px;color:#a0b4e0}.robot-info-details{display:flex;flex-direction:column;gap:.5rem;flex:1}.robot-info-item{display:flex;align-items:center;gap:.5rem}.robot-info-label{font-size:.78rem;font-weight:600;color:#6b7280;min-width:42px}.robot-info-value{font-size:.88rem;color:#1e2130;font-weight:500}.robot-status-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.robot-field{display:flex;flex-direction:column;gap:.3rem}.robot-field label{font-size:.78rem;font-weight:600;color:#6b7280}.robot-input{height:36px;padding:0 10px;font-size:13px;border:1.5px solid #d1d5db;border-radius:6px;outline:none;color:#1e2130;background:#fff;box-sizing:border-box;transition:border-color .2s,box-shadow .2s;width:100%}.robot-input:focus{border-color:#5b7fff;box-shadow:0 0 0 3px #5b7fff14}.robot-input::placeholder{color:#b0b8c4}.robot-switch-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.85rem;font-weight:500;color:#1e2130}.robot-switch-hint{font-size:.75rem;font-weight:400;color:#9ca3af}.robot-switch{position:relative;display:inline-block;width:40px;height:22px;flex-shrink:0}.robot-switch input{opacity:0;width:0;height:0}.robot-switch-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#d1d5db;transition:.2s;border-radius:22px}.robot-switch-slider:before{position:absolute;content:"";height:16px;width:16px;left:3px;bottom:3px;background-color:#fff;transition:.2s;border-radius:50%}.robot-switch input:checked+.robot-switch-slider{background-color:#5b7fff}.robot-switch input:checked+.robot-switch-slider:before{transform:translate(18px)}.robot-btn-row{display:flex;gap:.5rem;margin-top:.25rem}.robot-btn{display:inline-flex;align-items:center;justify-content:center;height:36px;padding:0 1.25rem;font-size:.85rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .15s ease}.robot-btn-lg{min-height:50px;height:50px;padding:0 2rem;font-size:.92rem;font-weight:700}.robot-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.robot-btn-primary{background:linear-gradient(135deg,#5b7fff,#4a6eeb);color:#fff}.robot-btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 3px 10px #5b7fff4d}.robot-btn-secondary{background:#f3f4f6;color:#374151}.robot-btn-secondary:hover:not(:disabled){background:#e5e7eb}.robot-btn-danger{background:#fff;color:#ef4444;border:1.5px solid #fecaca}.robot-btn-danger:hover:not(:disabled){background:#fef2f2;border-color:#fca5a5}.robot-msg-inline{padding:.45rem .7rem;border-radius:6px;font-size:.8rem;font-weight:500}.robot-msg-inline-success{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.robot-msg-inline-error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.robot-chatlog-card{flex:1;min-height:0;display:flex;flex-direction:column}.robot-chatlog-empty{text-align:center;padding:1.5rem;color:#b0b8c4;font-size:.88rem}.robot-chatlog-table-wrap{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden}.robot-chatlog-table{width:100%;border-collapse:collapse;table-layout:fixed}.robot-chatlog-table thead{position:sticky;top:0;z-index:1;background:linear-gradient(180deg,#fafbfd,#f5f7fa);border-bottom:1px solid #eaedf2}.robot-chatlog-table th{padding:.6rem;text-align:center;font-size:.76rem;font-weight:600;color:#6b7280;white-space:nowrap}.robot-chatlog-table td{padding:.55rem .6rem;font-size:.84rem;color:#1e2130;border-bottom:1px solid #f3f4f6;white-space:nowrap;text-align:center;vertical-align:middle}.robot-chatlog-table tbody tr:hover{background:#fafbfd}.robot-chatlog-qq{font-family:SF Mono,Cascadia Code,Consolas,monospace;font-size:.82rem;color:#6b7280}.robot-chatlog-msg{white-space:normal;word-break:break-all;max-width:300px}.robot-chatlog-pagination{display:flex;align-items:center;justify-content:center;gap:.3rem;padding-top:.75rem}.robot-chatlog-page-btn{height:30px;min-width:30px;padding:0 .5rem;font-size:.78rem;font-weight:500;color:#5a6070;background:#fff;border:1.5px solid #e2e6ed;border-radius:6px;cursor:pointer;transition:all .12s}.robot-chatlog-page-btn:hover:not(:disabled):not(.robot-chatlog-page-btn-active){border-color:#5b7fff;color:#5b7fff}.robot-chatlog-page-btn:disabled{opacity:.4;cursor:not-allowed}.robot-chatlog-page-btn-active{background:#5b7fff;border-color:#5b7fff;color:#fff}.robot-chatlog-page-ellipsis{padding:0 .2rem;color:#b0b8c4}.robot-chatlog-page-info{margin-left:.5rem;font-size:.78rem;color:#9ca3af}@media(max-width:640px){.robot-cards{flex-direction:column}.robot-col{gap:1rem}}.toast-container{position:fixed;top:20px;left:50%;transform:translate(-50%);z-index:2000;display:flex;flex-direction:column;gap:8px;pointer-events:none}.toast-item{display:flex;align-items:center;gap:8px;padding:10px 20px;border-radius:10px;font-size:.88rem;font-weight:500;box-shadow:0 8px 24px #0000001f;animation:toastSlideIn .25s cubic-bezier(.16,1,.3,1);pointer-events:auto;white-space:nowrap}.toast-success{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.toast-error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.toast-icon{width:18px;height:18px;flex-shrink:0}.toast-success .toast-icon{color:#16a34a}.toast-error .toast-icon{color:#dc2626}.toast-text{line-height:1.3}@keyframes toastSlideIn{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}.users-empty-wrap{display:flex;align-items:center;justify-content:center;flex:1;min-height:280px}.users-empty-state{display:flex;flex-direction:column;align-items:center;gap:.5rem}.users-empty-state svg{width:64px;height:64px;color:#c7cdd6}.users-empty-title{font-size:1rem;font-weight:600;color:#9ca3af}.users-spinner{width:36px;height:36px;border:3px solid #e5e7eb;border-top-color:#5b7fff;border-radius:50%;animation:spin .8s linear infinite}.groups-page{display:flex;flex-direction:column;gap:.75rem;height:100%;overflow:hidden}.groups-topbar{display:flex;align-items:center;justify-content:space-between}.groups-topbar-left{display:flex;align-items:center;gap:.6rem}.groups-title-icon{width:24px;height:24px;flex-shrink:0}.groups-title{font-size:1.25rem;font-weight:600;color:#111827;-webkit-font-smoothing:antialiased}.groups-topbar-right{display:flex;align-items:center;gap:.75rem}.groups-search{position:relative}.groups-search-input{width:220px;height:38px;padding:0 36px 0 12px;font-size:13px;border:1.5px solid #e2e6ed;border-radius:8px;outline:none;background:#fff;color:#1e2130;box-sizing:border-box;transition:border-color .2s,box-shadow .2s}.groups-search-input:focus{border-color:#5b7fff;box-shadow:0 0 0 3px #5b7fff14}.groups-search-input::placeholder{color:#b0b8c4}.groups-search-icon{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:#b0b8c4;pointer-events:none}.groups-msg{padding:.65rem 1rem;border-radius:8px;font-size:.85rem;font-weight:500}.groups-msg-success{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.groups-msg-error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.groups-btn{display:inline-flex;align-items:center;gap:.35rem;font-size:.85rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .15s ease;white-space:nowrap}.groups-btn svg{width:15px;height:15px;flex-shrink:0}.groups-btn-primary{height:36px;padding:0 1rem;background:linear-gradient(135deg,#5b7fff,#4a6eeb);color:#fff}.groups-btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 3px 10px #5b7fff4d}.groups-btn-primary:disabled{opacity:.55;cursor:not-allowed}.groups-btn-ghost{height:32px;padding:0 .7rem;background:#f5f6fa;color:#5a6070;font-size:.8rem}.groups-btn-ghost:hover{background:#eaecf2;color:#1e2130}.groups-table-wrap{flex:1;min-height:0;background:#fff;border:1px solid #e8ecf1;border-radius:12px;overflow-y:auto;overflow-x:hidden;box-shadow:0 1px 3px #0000000a}.groups-table{width:100%;border-collapse:collapse}.groups-table thead{position:sticky;top:0;z-index:1;background:linear-gradient(180deg,#fafbfd,#f5f7fa);border-bottom:1px solid #eaedf2}.groups-table th{padding:.75rem 1rem;text-align:center;font-size:.78rem;font-weight:600;color:#6b7280;letter-spacing:.3px}.groups-table td{padding:.7rem 1rem;font-size:.88rem;color:#1e2130;border-bottom:1px solid #f3f4f6;vertical-align:middle;text-align:center}.groups-table tbody tr:last-child td{border-bottom:1px solid #f3f4f6}.groups-table tbody tr:hover{background:#fafbfd}.groups-row-id{color:#b0b8c4;font-size:.82rem;text-align:center}.groups-row-name{font-weight:550}.groups-row-qq{font-family:SF Mono,Cascadia Code,Consolas,monospace;color:#6b7280;font-size:.84rem}.groups-avatar-area{display:flex;justify-content:center;align-items:center}.groups-avatar-img{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid #e8ecf1}.groups-avatar-placeholder{width:36px;height:36px;border-radius:50%;background:#f3f4f6;display:flex;align-items:center;justify-content:center;border:2px solid #e8ecf1}.groups-avatar-placeholder svg{width:18px;height:18px;color:#b0b8c4}.groups-actions{display:flex;gap:.35rem;justify-content:center}.groups-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border:1.5px solid #e2e6ed;border-radius:6px;background:#fff;cursor:pointer;transition:all .12s;padding:0}.groups-icon-btn svg{width:14px;height:14px;color:#6b7280}.groups-icon-btn:hover{border-color:#5b7fff;background:#f0f4ff}.groups-icon-btn:hover svg{color:#5b7fff}.groups-icon-btn-danger:hover{border-color:#dc2626;background:#fef2f2}.groups-icon-btn-danger:hover svg{color:#dc2626}.groups-switch{position:relative;display:inline-block;width:40px;height:22px;cursor:pointer}.groups-switch input{opacity:0;width:0;height:0}.groups-switch-slider{position:absolute;top:0;left:0;right:0;bottom:0;background:#d1d5db;border-radius:22px;transition:background .2s}.groups-switch-slider:before{content:"";position:absolute;height:17px;width:17px;left:2.5px;bottom:2.5px;background:#fff;border-radius:50%;transition:transform .2s}.groups-switch input:checked+.groups-switch-slider{background:#5b7fff}.groups-switch input:checked+.groups-switch-slider:before{transform:translate(18px)}.groups-empty-wrap{flex:1;min-height:0;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e8ecf1;border-radius:12px;box-shadow:0 1px 3px #0000000a}.groups-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:2rem}.groups-empty-state svg{width:48px;height:48px;color:#c7cdd6;margin-bottom:.25rem}.groups-empty-title{font-size:.95rem;font-weight:600;color:#6b7280}.groups-empty-desc{font-size:.82rem;color:#b0b8c4}.groups-pagination{display:flex;align-items:center;justify-content:center;gap:.3rem;padding-top:.1rem;flex-shrink:0}.groups-page-btn{height:34px;min-width:34px;padding:0 .6rem;font-size:.82rem;font-weight:500;color:#5a6070;background:#fff;border:1.5px solid #e2e6ed;border-radius:7px;cursor:pointer;transition:all .12s}.groups-page-btn:hover:not(:disabled):not(.groups-page-btn-active){border-color:#5b7fff;color:#5b7fff}.groups-page-btn:disabled{opacity:.4;cursor:not-allowed}.groups-page-btn-active{background:#5b7fff;border-color:#5b7fff;color:#fff}.groups-page-ellipsis{padding:0 .2rem;color:#b0b8c4}.groups-page-info{margin-left:.75rem;font-size:.82rem;color:#9ca3af}.groups-switch-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.85rem;font-weight:500;color:#1e2130;margin-bottom:.5rem}.groups-welcome-modal{background:#fff;border-radius:14px;width:500px;max-width:90vw;box-shadow:0 20px 60px #00000026;overflow:hidden;animation:groupsScaleIn .15s ease}.groups-modal-error{padding:.45rem .7rem;border-radius:6px;font-size:.8rem;font-weight:500;background:#fef2f2;border:1px solid #fecaca;color:#991b1b;margin-bottom:.5rem}.groups-welcome-textarea{padding:.6rem .75rem;font-size:.85rem;border:1.5px solid #d1d5db;border-radius:8px;outline:none;color:#1e2130;background:#fff;box-sizing:border-box;transition:border-color .2s,box-shadow .2s;width:100%;resize:vertical;font-family:inherit;line-height:1.6;min-height:100px}.groups-welcome-textarea:focus{border-color:#5b7fff;box-shadow:0 0 0 3px #5b7fff14}.groups-welcome-textarea::placeholder{color:#b0b8c4}.groups-format-row{display:flex;gap:.6rem;margin-bottom:.75rem}.groups-format-option{flex:1;display:flex;align-items:center;gap:.45rem;padding:.5rem .75rem;border:1.5px solid #e2e6ed;border-radius:10px;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}.groups-format-option:hover{border-color:#c7d2fe;background:#f8faff}.groups-format-option svg{width:20px;height:20px;color:#d1d5db;flex-shrink:0;transition:color .15s ease}.groups-format-active{border-color:#5b7fff;background:#f0f4ff}.groups-format-active svg{color:#5b7fff}.groups-format-option span{font-size:.85rem;font-weight:600;color:#1e2130}.groups-form-group{margin-bottom:.75rem}.groups-form-label{display:block;font-size:.83rem;font-weight:600;color:#374151;margin-bottom:.4rem}.groups-input-sm{height:36px;padding:0 12px;font-size:.88rem;border:1.5px solid #d1d5db;border-radius:8px;outline:none;color:#1e2130;background:#fff;box-sizing:border-box;width:160px;transition:border-color .2s,box-shadow .2s}.groups-input-sm:focus{border-color:#5b7fff;box-shadow:0 0 0 3px #5b7fff14}.groups-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000;animation:groupsFadeIn .15s ease}@keyframes groupsFadeIn{0%{opacity:0}to{opacity:1}}.groups-modal{background:#fff;border-radius:14px;width:400px;max-width:90vw;box-shadow:0 20px 60px #00000026;overflow:hidden;animation:groupsScaleIn .15s ease}@keyframes groupsScaleIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.groups-modal-head{display:flex;align-items:center;gap:.5rem;padding:1rem 1.25rem;border-bottom:1px solid #f3f4f6;font-size:.95rem;font-weight:700;color:#111827}.groups-modal-head svg{width:20px;height:20px}.groups-modal-body{padding:1.25rem;font-size:.88rem;color:#4b5563;line-height:1.6}.groups-modal-body strong{color:#111827}.groups-modal-actions{display:flex;justify-content:flex-end;gap:.6rem;padding:.75rem 1.25rem;border-top:1px solid #f3f4f6}.groups-modal-actions .groups-btn{height:36px;padding:0 1.25rem;font-size:.85rem;font-weight:600;border-radius:8px}.groups-modal-actions .groups-btn-primary{background:#ef4444;color:#fff}.groups-modal-actions .groups-btn-primary:hover{background:#dc2626}.groups-modal-actions .groups-btn-ghost{background:#f3f4f6;color:#374151;height:36px}.groups-modal-actions .groups-btn-ghost:hover{background:#e5e7eb}@media(max-width:720px){.groups-topbar{flex-direction:column;gap:.75rem;align-items:flex-start}.groups-topbar-right{width:100%;flex-wrap:wrap}.groups-search-input{width:100%;flex:1}.groups-table th:nth-child(3),.groups-table td:nth-child(3){display:none}}.servers-page{display:flex;flex-direction:column;gap:.75rem;height:100%;overflow:hidden}.servers-topbar{display:flex;align-items:center;justify-content:space-between}.servers-topbar-left{display:flex;align-items:center;gap:.6rem}.servers-title-icon{width:24px;height:24px;flex-shrink:0}.servers-title{font-size:1.25rem;font-weight:600;color:#111827;-webkit-font-smoothing:antialiased}.servers-topbar-right{display:flex;align-items:center;gap:.75rem}.servers-search{position:relative}.servers-search-input{width:240px;height:38px;padding:0 36px 0 12px;font-size:13px;border:1.5px solid #e2e6ed;border-radius:8px;outline:none;background:#fff;color:#1e2130;box-sizing:border-box;transition:border-color .2s,box-shadow .2s}.servers-search-input:focus{border-color:#5b7fff;box-shadow:0 0 0 3px #5b7fff14}.servers-search-input::placeholder{color:#b0b8c4}.servers-search-icon{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:#b0b8c4;pointer-events:none}.servers-msg{padding:.65rem 1rem;border-radius:8px;font-size:.85rem;font-weight:500}.servers-msg-success{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.servers-msg-error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.servers-btn{display:inline-flex;align-items:center;gap:.35rem;font-size:.85rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .15s ease;white-space:nowrap}.servers-btn svg{width:15px;height:15px;flex-shrink:0}.servers-btn-primary{height:36px;padding:0 1rem;background:linear-gradient(135deg,#5b7fff,#4a6eeb);color:#fff}.servers-btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 3px 10px #5b7fff4d}.servers-btn-primary:disabled{opacity:.6;cursor:not-allowed}.servers-btn-ghost{height:32px;padding:0 .7rem;background:#f5f6fa;color:#5a6070;font-size:.8rem}.servers-btn-ghost:hover{background:#eaecf2;color:#1e2130}.servers-table-wrap{flex:1;min-height:0;background:#fff;border:1px solid #e8ecf1;border-radius:12px;overflow-y:auto;overflow-x:hidden;box-shadow:0 1px 3px #0000000a}.servers-table{width:100%;border-collapse:collapse;table-layout:fixed}.servers-table thead{position:sticky;top:0;z-index:1;background:linear-gradient(180deg,#fafbfd,#f5f7fa);border-bottom:1px solid #eaedf2}.servers-table th{padding:.75rem 1rem;text-align:center;font-size:.78rem;font-weight:600;color:#6b7280;letter-spacing:.3px}.servers-table td{padding:.7rem 1rem;font-size:.88rem;color:#1e2130;border-bottom:1px solid #f3f4f6;vertical-align:middle;text-align:center}.servers-table tbody tr:last-child td{border-bottom:1px solid #f3f4f6}.servers-table tbody tr:hover{background:#fafbfd}.servers-row-id{color:#b0b8c4;font-size:.82rem}.servers-row-name{font-weight:550}.servers-row-core,.servers-row-version{color:#6b7280;font-size:.84rem}.servers-status-online{display:inline-block;padding:2px 10px;border-radius:10px;font-size:.78rem;font-weight:600;color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0}.servers-status-offline,.servers-no-version{display:inline-block;padding:2px 10px;border-radius:10px;font-size:.78rem;font-weight:600;color:#9ca3af;background:#f9fafb;border:1px solid #e5e7eb}.servers-row-token{display:flex;align-items:center;justify-content:center;gap:.5rem}.servers-token-masked{font-family:SF Mono,Cascadia Code,Consolas,monospace;font-size:.78rem;color:#6b7280;letter-spacing:.5px}.servers-copy-btn{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border:1.5px solid #e2e6ed;border-radius:5px;background:#fff;cursor:pointer;padding:0;flex-shrink:0;transition:all .12s}.servers-copy-btn svg{width:13px;height:13px;color:#9ca3af}.servers-copy-btn:hover{border-color:#5b7fff;background:#f0f4ff}.servers-copy-btn:hover svg{color:#5b7fff}.servers-actions{display:flex;gap:.35rem;justify-content:center}.servers-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border:1.5px solid #e2e6ed;border-radius:6px;background:#fff;cursor:pointer;transition:all .12s;padding:0}.servers-icon-btn svg{width:14px;height:14px;color:#6b7280}.servers-icon-btn:hover{border-color:#5b7fff;background:#f0f4ff}.servers-icon-btn:hover svg{color:#5b7fff}.servers-icon-btn-danger:hover{border-color:#dc2626;background:#fef2f2}.servers-icon-btn-danger:hover svg{color:#dc2626}.servers-empty-wrap{flex:1;min-height:0;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e8ecf1;border-radius:12px;box-shadow:0 1px 3px #0000000a}.servers-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:2rem}.servers-empty-state svg{width:48px;height:48px;color:#c7cdd6;margin-bottom:.25rem}.servers-empty-title{font-size:.95rem;font-weight:600;color:#6b7280}.servers-empty-desc{font-size:.82rem;color:#b0b8c4}.servers-pagination{display:flex;align-items:center;justify-content:center;gap:.3rem;padding-top:.1rem;flex-shrink:0}.servers-page-btn{height:34px;min-width:34px;padding:0 .6rem;font-size:.82rem;font-weight:500;color:#5a6070;background:#fff;border:1.5px solid #e2e6ed;border-radius:7px;cursor:pointer;transition:all .12s}.servers-page-btn:hover:not(:disabled):not(.servers-page-btn-active){border-color:#5b7fff;color:#5b7fff}.servers-page-btn:disabled{opacity:.4;cursor:not-allowed}.servers-page-btn-active{background:#5b7fff;border-color:#5b7fff;color:#fff}.servers-page-ellipsis{padding:0 .2rem;color:#b0b8c4}.servers-page-info{margin-left:.75rem;font-size:.82rem;color:#9ca3af}.servers-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000;animation:serversFadeIn .15s ease}@keyframes serversFadeIn{0%{opacity:0}to{opacity:1}}.servers-modal{background:#fff;border-radius:14px;width:460px;max-width:90vw;box-shadow:0 20px 60px #00000026;overflow:hidden;animation:serversScaleIn .15s ease}@keyframes serversScaleIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.servers-modal-head{display:flex;align-items:center;gap:.5rem;padding:1rem 1.25rem;border-bottom:1px solid #f3f4f6;font-size:.95rem;font-weight:700;color:#111827}.servers-modal-head svg{width:20px;height:20px}.servers-modal-body{padding:1.25rem;font-size:.88rem;color:#4b5563;line-height:1.6}.servers-modal-body strong{color:#111827}.servers-modal-body-form{padding:1.5rem;display:flex;flex-direction:column;gap:1.2rem}.servers-form-field{display:flex;flex-direction:column;gap:.4rem}.servers-form-label{font-size:.82rem;font-weight:600;color:#4b5563}.servers-form-required{color:#ef4444;font-weight:700}.servers-form-input{height:42px;padding:0 14px;font-size:14px;border:1.5px solid #d1d5db;border-radius:8px;outline:none;color:#1e2130;background:#fff;box-sizing:border-box;transition:border-color .2s,box-shadow .2s;width:100%}.servers-form-input:focus{border-color:#5b7fff;box-shadow:0 0 0 3px #5b7fff14}.servers-form-input::placeholder{color:#b0b8c4}.servers-form-hint{font-size:.8rem;color:#6b7280;line-height:1.5}.servers-token-field{display:flex;gap:.5rem}.servers-token-input{flex:1;font-family:SF Mono,Cascadia Code,Consolas,monospace;font-size:12.5px}.servers-token-gen-btn{flex-shrink:0;height:42px;width:42px;padding:0;display:inline-flex;align-items:center;justify-content:center}.servers-modal-error{padding:.5rem .75rem;margin-bottom:.75rem;font-size:.82rem;color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;line-height:1.4}.servers-modal-actions{display:flex;justify-content:flex-end;gap:.6rem;padding:.75rem 1.25rem;border-top:1px solid #f3f4f6}.servers-modal-actions .servers-btn{height:36px;padding:0 1.25rem;font-size:.85rem;font-weight:600;border-radius:8px}.servers-modal-actions .servers-btn-ghost{background:#f3f4f6;color:#374151;height:36px}.servers-modal-actions .servers-btn-ghost:hover{background:#e5e7eb}.cc-page{display:flex;flex-direction:column;gap:1rem;height:100%;overflow:hidden}.cc-topbar{display:flex;align-items:center;justify-content:space-between}.cc-topbar-left{display:flex;align-items:center;gap:.6rem}.cc-title-icon{width:24px;height:24px;flex-shrink:0}.cc-title{font-size:1.25rem;font-weight:600;color:#111827;-webkit-font-smoothing:antialiased}.cc-topbar-right{display:flex;align-items:center;gap:.6rem}.cc-btn{display:inline-flex;align-items:center;gap:.35rem;height:36px;padding:0 .9rem;font-size:.85rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .15s ease;white-space:nowrap}.cc-btn svg{width:16px;height:16px}.cc-btn-primary{background:#5b7fff;color:#fff}.cc-btn-primary:hover:not(:disabled){background:#4a6fe8}.cc-btn-primary:disabled{opacity:.6;cursor:not-allowed}.cc-btn-ghost{background:#f3f4f6;color:#4b5563}.cc-btn-ghost:hover{background:#e5e7eb}.cc-btn-danger{background:#ef4444;color:#fff}.cc-btn-danger:hover:not(:disabled){background:#dc2626}.cc-btn-danger:disabled{opacity:.6;cursor:not-allowed}.cc-hint{display:flex;align-items:center;gap:.5rem;padding:.7rem .9rem;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;color:#1e40af;font-size:.82rem;line-height:1.5}.cc-hint svg{width:16px;height:16px;flex-shrink:0}.cc-empty-wrap{flex:1;min-height:0;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e8ecf1;border-radius:12px;box-shadow:0 1px 3px #0000000a;padding:2rem}.cc-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:2rem}.cc-empty-state svg{width:48px;height:48px;color:#c7cdd6;margin-bottom:.25rem}.cc-empty-title{font-size:.95rem;font-weight:600;color:#6b7280}.cc-empty-desc{font-size:.82rem;color:#b0b8c4}.cc-list{display:flex;flex-direction:column;gap:.85rem}.cc-item{background:#fafbfc;border:1.5px solid #e2e6ed;border-radius:10px;padding:.95rem 1.1rem;transition:all .15s ease}.cc-item:hover{border-color:#5b7fff;background:#f5f7ff}.cc-item-disabled{opacity:.65}.cc-item-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.75rem}.cc-item-head-left{display:flex;align-items:center;gap:.6rem;min-width:0}.cc-item-name{font-weight:600;font-size:.95rem;color:#1e293b}.cc-item-head-right{display:flex;align-items:center;gap:.85rem;flex-shrink:0}.cc-item-time{font-size:.75rem;color:#9ca3af}.cc-item-actions{display:flex;align-items:center;gap:.3rem}.cc-icon-btn{width:30px;height:30px;border:none;border-radius:6px;cursor:pointer;background:transparent;color:#6b7280;display:inline-flex;align-items:center;justify-content:center;transition:all .15s ease}.cc-icon-btn svg{width:16px;height:16px}.cc-icon-btn:hover{background:#e5e7eb;color:#1f2937}.cc-icon-btn-danger:hover{background:#fee2e2;color:#dc2626}.cc-badge{font-size:.7rem;padding:.15rem .5rem;border-radius:6px;font-weight:600;line-height:1}.cc-badge-enabled{background:#f0fdf4;color:#166534}.cc-badge-disabled{background:#f1f5f9;color:#94a3b8}.cc-item-body{display:flex;flex-direction:column;gap:.65rem}.cc-item-section{display:flex;flex-direction:column;gap:.4rem}.cc-item-section-label{display:flex;align-items:center;gap:.35rem;font-size:.75rem;font-weight:600;color:#6b7280}.cc-item-section-label svg{width:14px;height:14px}.cc-tags{display:flex;flex-wrap:wrap;gap:.4rem}.cc-tag{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .6rem;border-radius:6px;font-size:.78rem;font-weight:500;line-height:1.4}.cc-tag-server{background:#eff6ff;color:#1e40af;border:1px solid #bfdbfe}.cc-tag-group{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.cc-tag-group-disabled{background:#f1f5f9;color:#94a3b8;border-color:#e2e8f0}.cc-tag-offline{opacity:.7}.cc-tag-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.cc-dot-online{background:#10b981;box-shadow:0 0 0 2px #10b98133}.cc-dot-offline{background:#9ca3af}.cc-tag-meta{font-size:.7rem;color:inherit;opacity:.7;font-weight:400}.cc-tag-empty{font-size:.78rem;color:#9ca3af;font-style:italic}.cc-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000;animation:ccFadeIn .15s ease}@keyframes ccFadeIn{0%{opacity:0}to{opacity:1}}.cc-modal{background:#fff;border-radius:14px;width:520px;max-width:90vw;max-height:90vh;overflow:hidden;box-shadow:0 20px 60px #00000026;animation:ccScaleIn .15s ease;display:flex;flex-direction:column}.cc-modal-sm{width:420px}@keyframes ccScaleIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.cc-modal-head{display:flex;align-items:center;gap:.5rem;padding:1rem 1.25rem;border-bottom:1px solid #f3f4f6;font-size:.95rem;font-weight:700;color:#111827}.cc-modal-head svg{width:20px;height:20px}.cc-modal-body{padding:1.25rem;font-size:.88rem;color:#4b5563;line-height:1.6;overflow-y:auto}.cc-modal-body strong{color:#111827}.cc-modal-body-form{padding:1.5rem;display:flex;flex-direction:column;gap:1.1rem}.cc-form-field{display:flex;flex-direction:column;gap:.4rem}.cc-form-label{font-size:.82rem;font-weight:600;color:#4b5563}.cc-form-required{color:#ef4444;font-weight:700}.cc-form-input{height:42px;padding:0 14px;font-size:14px;border:1.5px solid #d1d5db;border-radius:8px;outline:none;color:#1e2130;background:#fff;box-sizing:border-box;transition:border-color .2s,box-shadow .2s;width:100%}.cc-form-input:focus{border-color:#5b7fff;box-shadow:0 0 0 3px #5b7fff14}.cc-form-input::placeholder{color:#b0b8c4}.cc-multi-select{display:flex;flex-direction:column;gap:.35rem;max-height:200px;overflow-y:auto;padding:.4rem;border:1.5px solid #e5e7eb;border-radius:8px;background:#fff}.cc-multi-empty{padding:.6rem;text-align:center;color:#9ca3af;font-size:.82rem}.cc-multi-item{display:flex;align-items:center;gap:.5rem;padding:.5rem .6rem;border-radius:6px;cursor:pointer;transition:background .15s ease;font-size:.85rem}.cc-multi-item:hover{background:#f3f4f6}.cc-multi-item-active{background:#eff6ff}.cc-multi-item-active:hover{background:#dbeafe}.cc-multi-item-offline{opacity:.7}.cc-multi-item-disabled{opacity:.45;cursor:not-allowed;background:#f5f6f8}.cc-multi-item-disabled:hover{border-color:#e8ecf1;background:#f5f6f8}.cc-multi-item-disabled input[type=checkbox]{cursor:not-allowed}.cc-multi-bound-tag{margin-left:auto;padding:.1rem .4rem;font-size:.68rem;color:#b0b8c4;background:#eef0f4;border-radius:4px;flex-shrink:0}.cc-multi-item input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:#5b7fff}.cc-multi-dot{width:8px;height:8px;border-radius:50%;background:#9ca3af;flex-shrink:0}.cc-multi-dot[data-online=true]{background:#10b981}.cc-multi-name{font-weight:500;color:#1e293b;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cc-multi-meta{font-size:.72rem;color:#6b7280;flex-shrink:0}.cc-switch-label{display:inline-flex;align-items:center;gap:.5rem;cursor:pointer}.cc-switch-label input[type=checkbox]{position:absolute;opacity:0;pointer-events:none}.cc-switch{width:38px;height:22px;background:#d1d5db;border-radius:11px;position:relative;transition:background .2s ease;flex-shrink:0}.cc-switch-thumb{position:absolute;top:2px;left:2px;width:18px;height:18px;background:#fff;border-radius:50%;transition:transform .2s ease;box-shadow:0 1px 3px #0003}.cc-switch-label input:checked+.cc-switch{background:#5b7fff}.cc-switch-label input:checked+.cc-switch .cc-switch-thumb{transform:translate(16px)}.cc-switch-text{font-size:.85rem;color:#4b5563;font-weight:500}.cc-modal-actions{display:flex;justify-content:flex-end;gap:.6rem;padding:.75rem 1.25rem;border-top:1px solid #f3f4f6}.cc-modal-actions .cc-btn{height:36px;padding:0 1.25rem;font-size:.85rem;font-weight:600;border-radius:8px}.ccc-page{display:flex;flex-direction:column;gap:1rem;min-height:100%}.ccc-topbar{display:flex;align-items:center;justify-content:space-between}.ccc-topbar-left{display:flex;align-items:center;gap:.6rem}.ccc-title-icon{width:24px;height:24px;flex-shrink:0}.ccc-title{font-size:1.25rem;font-weight:600;color:#111827;-webkit-font-smoothing:antialiased}.ccc-hint{display:flex;align-items:center;gap:.5rem;padding:.7rem .9rem;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;color:#1e40af;font-size:.82rem;line-height:1.5}.ccc-hint svg{width:16px;height:16px;flex-shrink:0}.ccc-empty-wrap{flex:1;min-height:0;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e8ecf1;border-radius:12px;box-shadow:0 1px 3px #0000000a;padding:2rem}.ccc-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:2rem}.ccc-empty-state svg{width:48px;height:48px;color:#c7cdd6;margin-bottom:.25rem}.ccc-empty-title{font-size:.95rem;font-weight:600;color:#6b7280}.ccc-empty-desc{font-size:.82rem;color:#b0b8c4}.ccc-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(420px,1fr));gap:1rem}.ccc-card{background:#fff;border:1.5px solid #e2e6ed;border-radius:12px;overflow:hidden;transition:border-color .15s ease;display:flex;flex-direction:column}.ccc-card:hover{border-color:#5b7fff}.ccc-card-head{padding:.85rem 1rem;border-bottom:1px solid #f3f4f6;background:#fafbfc}.ccc-card-server{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.ccc-card-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.ccc-dot-online{background:#10b981;box-shadow:0 0 0 2px #10b98133}.ccc-dot-offline{background:#9ca3af}.ccc-card-server-name{font-weight:600;font-size:.92rem;color:#1e293b}.ccc-card-ver{font-size:.72rem;color:#6b7280;padding:.1rem .4rem;background:#f1f5f9;border-radius:4px}.ccc-card-servers{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.4rem}.ccc-card-server-tag{font-size:.72rem;padding:.15rem .5rem;border-radius:5px;background:#eef2ff;color:#4338ca;font-weight:500;white-space:nowrap}.ccc-card-status{font-size:.7rem;padding:.1rem .45rem;border-radius:4px;font-weight:600;margin-left:auto}.ccc-card-status-online{background:#f0fdf4;color:#166534}.ccc-card-status-offline{background:#f1f5f9;color:#94a3b8}.ccc-card-body{padding:1rem;display:flex;flex-direction:column;gap:.5rem}.ccc-card-label{font-size:.8rem;font-weight:600;color:#4b5563}.ccc-card-input{width:100%;padding:.6rem .75rem;font-size:.85rem;font-family:SF Mono,Cascadia Code,Consolas,monospace;border:1.5px solid #d1d5db;border-radius:8px;outline:none;color:#1e2130;background:#fff;box-sizing:border-box;transition:border-color .2s,box-shadow .2s;resize:vertical;min-height:60px;line-height:1.5}.ccc-card-input:focus{border-color:#5b7fff;box-shadow:0 0 0 3px #5b7fff14}.ccc-card-input::placeholder{color:#b0b8c4}.ccc-card-vars{display:flex;flex-wrap:wrap;align-items:center;gap:.3rem}.ccc-var-label{font-size:.75rem;color:#6b7280;font-weight:600;margin-right:.2rem}.ccc-card-vars code{font-family:SF Mono,Cascadia Code,Consolas,monospace;font-size:.72rem;padding:.15rem .4rem;background:#f1f5f9;color:#1e40af;border-radius:4px;cursor:pointer;transition:all .15s ease;border:1px solid transparent;-webkit-user-select:none;user-select:none}.ccc-card-vars code:hover{background:#dbeafe;border-color:#93c5fd}.ccc-card-foot{display:flex;justify-content:flex-end;gap:.5rem;padding:.75rem 1rem;border-top:1px solid #f3f4f6;background:#fafbfc}.ccc-btn{display:inline-flex;align-items:center;gap:.35rem;height:34px;padding:0 .9rem;font-size:.83rem;font-weight:600;border:none;border-radius:7px;cursor:pointer;transition:all .15s ease;white-space:nowrap}.ccc-btn:disabled{opacity:.6;cursor:not-allowed}.ccc-btn-primary{background:#5b7fff;color:#fff}.ccc-btn-primary:hover:not(:disabled){background:#4a6fe8}.ccc-btn-ghost{background:#f3f4f6;color:#4b5563}.ccc-btn-ghost:hover:not(:disabled){background:#e5e7eb}@media(max-width:768px){.ccc-cards{grid-template-columns:1fr}}.about-page{display:flex;flex-direction:column;gap:1rem;height:100%;overflow-y:auto}.about-topbar{display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.about-topbar-left{display:flex;align-items:center;gap:.6rem}.about-title-icon{width:26px;height:26px;flex-shrink:0}.about-title{font-size:1.25rem;font-weight:600;color:#111827;-webkit-font-smoothing:antialiased}.about-card{background:#fff;border:1px solid #e8ecf1;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000000a;flex:1;overflow-y:auto}.about-hero{display:flex;align-items:center;gap:1.25rem;padding:.5rem 0 1rem}.about-logo{width:72px;height:72px;border-radius:16px;object-fit:contain;box-shadow:0 4px 16px #5b7fff33;flex-shrink:0}.about-hero-info{display:flex;flex-direction:column;gap:.3rem}.about-hero-name{font-size:1.65rem;font-weight:700;letter-spacing:-.5px;margin:0}.about-hero-name.rainbow-text{background:linear-gradient(90deg,#ff6b6b,#ffa94d,#ffd43b,#69db7c,#4dabf7,#9775fa,#f06595);background-size:200% auto;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:about-rainbow-shift 4s linear infinite}@keyframes about-rainbow-shift{to{background-position:200% center}}.about-hero-version{display:inline-block;font-size:.78rem;font-weight:600;color:#5b7fff;background:#f0f4ff;padding:.15rem .6rem;border-radius:5px;width:fit-content}.about-hero-desc{font-size:.88rem;color:#6b7280;line-height:1.6;margin:.15rem 0 0}.about-divider{height:1px;background:linear-gradient(90deg,transparent 0%,#e8ecf1 10%,#e8ecf1 90%,transparent 100%);margin:.25rem 0 1.25rem}.about-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.85rem}.about-info-card{display:flex;align-items:flex-start;gap:.85rem;padding:1rem;border:1px solid #f0f1f3;border-radius:10px;background:#fafbfd;transition:all .15s ease}.about-info-card:hover{background:#f8f9ff;border-color:#e0e6ff;box-shadow:0 2px 8px #5b7fff0f}.about-info-icon-wrap{width:38px;height:38px;border-radius:9px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:linear-gradient(135deg,#eef1ff,#e0e6ff)}.about-info-icon{width:20px;height:20px;color:#5b7fff}.about-info-content{display:flex;flex-direction:column;gap:.2rem;flex:1;min-width:0}.about-info-label{font-size:.78rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.about-info-value{font-size:.85rem;color:#374151;line-height:1.45;font-weight:500}.about-developer{display:flex;flex-direction:column;gap:.85rem}.about-dev-header{display:flex;align-items:center;gap:.5rem}.about-dev-title-icon{width:20px;height:20px;flex-shrink:0}.about-dev-title{font-size:.85rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.about-dev-card{display:flex;align-items:center;gap:1rem;padding:1.15rem 1.25rem;background:linear-gradient(135deg,#fafbfd,#f5f7fa);border:1px solid #e8ecf1;border-radius:12px;transition:all .2s ease}.about-dev-card:hover{background:#fff;border-color:#d0d5ff;box-shadow:0 2px 12px #5b7fff14}.about-dev-avatar{width:64px;height:64px;border-radius:50%;object-fit:cover;border:2px solid #fff;box-shadow:0 2px 8px #0000001a;flex-shrink:0}.about-dev-info{display:flex;flex-direction:column;gap:.35rem;flex:1;min-width:0}.about-dev-name{font-size:1.05rem;font-weight:700;color:#111827}.about-dev-bio{font-size:.84rem;color:#5a6070;line-height:1.55;margin:0}.about-dev-contacts{display:flex;gap:1.25rem;margin-top:.15rem}.about-dev-contact-item{display:flex;align-items:center;gap:.35rem;font-size:.82rem;color:#5a6070}.about-dev-contact-icon{width:16px;height:16px;color:#5b7fff;flex-shrink:0}.about-disclaimer-content{margin-top:.6rem}.about-disclaimer-content ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.about-disclaimer-content li{font-size:.82rem;color:#5a6070;line-height:1.6;padding-left:1.2rem;position:relative}.about-disclaimer-content li:before{content:"";position:absolute;left:0;top:.52rem;width:5px;height:5px;border-radius:50%;background:#c4c9d4}.about-disclaimer-content li strong{color:#374151}@media(max-width:640px){.about-hero{flex-direction:column;text-align:center}.about-hero-version{margin:0 auto}.about-grid{grid-template-columns:1fr}}.home-map-row{margin-top:1rem;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:1rem;align-items:stretch}.home-map-card,.home-map-players-card{background:#fff;border:1px solid #e8ecf1;border-radius:12px;padding:1.1rem 1.25rem;box-shadow:0 1px 3px #0000000a;display:flex;flex-direction:column;min-width:0}.home-map-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.6rem;flex-shrink:0}.home-map-title-wrap{display:flex;align-items:center;gap:.45rem}.home-map-title-icon{width:18px;height:18px;flex-shrink:0}.home-map-title{font-size:.82rem;font-weight:700;color:#374151}.home-map-total{font-size:.74rem;color:#6b7280}.home-map-total strong{color:#5b7fff;font-weight:700;font-size:.9rem}.home-map-clear-btn{display:inline-flex;align-items:center;gap:.3rem;padding:.25rem .6rem;background:#eef2ff;border:1px solid #c7d2fe;border-radius:6px;font-size:.72rem;color:#3d5fd9;cursor:pointer;transition:all .15s ease}.home-map-clear-btn:hover{background:#3d5fd9;color:#fff;border-color:#3d5fd9}.home-map-body{width:100%;height:325px;position:relative}.home-map-chart{width:100%;height:100%}.home-map-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.6rem;color:#9ca3af;font-size:.8rem}.home-map-spinner{width:28px;height:28px;border:3px solid #e8ecf1;border-top-color:#5b7fff;border-radius:50%;animation:home-map-spin .7s linear infinite}@keyframes home-map-spin{to{transform:rotate(360deg)}}.home-map-players-body{flex:1;display:flex;flex-direction:column;min-height:0;position:relative}.home-map-players-summary{font-size:.76rem;color:#6b7280;padding:.5rem .7rem;background:#f9fafb;border-radius:6px;margin-bottom:.6rem}.home-map-players-summary strong{color:#5b7fff;font-weight:700}.home-map-players-list{flex:1;overflow-y:auto;border:1px solid #eef0f3;border-radius:8px;min-height:0;max-height:280px}.home-map-players-table{width:100%;border-collapse:collapse;font-size:.76rem}.home-map-players-table thead{position:sticky;top:0;background:#f9fafb;z-index:1}.home-map-players-table th{text-align:center;padding:.55rem .7rem;font-weight:600;color:#4b5563;border-bottom:1px solid #e8ecf1;font-size:.72rem;white-space:nowrap}.home-map-players-table td{padding:.5rem .7rem;border-bottom:1px solid #f3f4f8;color:#374151;vertical-align:middle;text-align:center}.home-map-players-table tbody tr:last-child td{border-bottom:none}.home-map-players-table tbody tr:hover{background:#f9fafb}.home-map-players-table .cell-name{font-weight:600;color:#1f2937;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-map-players-table .cell-ip{font-family:Consolas,Monaco,monospace;font-size:.72rem;color:#6b7280}.home-map-players-table .cell-loc{color:#6b7280;max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-map-players-list::-webkit-scrollbar{width:6px}.home-map-players-list::-webkit-scrollbar-track{background:transparent}.home-map-players-list::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.home-map-players-list::-webkit-scrollbar-thumb:hover{background:#9ca3af}@media(max-width:768px){.home-map-row{grid-template-columns:1fr}.home-map-body{height:240px}}.page{position:relative;display:flex;flex-direction:column;height:100vh}main{flex:1;background-color:#f3f4f8;display:flex;flex-direction:column;min-width:0}.sidebar{background-color:#fff;border-right:1px solid #e8ecf1}.sidebar .top-row{min-height:3.5rem;background-color:#fff;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #e8ecf1}.navbar-brand{font-size:1.65rem;font-weight:700;letter-spacing:.5px;display:flex;align-items:center;justify-content:center;text-decoration:none}.nav-logo{height:3rem;width:auto}.navbar-toggler{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;width:3.5rem;height:2.5rem;color:#4a5568;position:absolute;top:.5rem;right:1rem;border:1px solid rgba(0,0,0,.1);border-radius:6px;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.45%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem #0000000a}.navbar-toggler:checked{background-color:#00000014}.bi{display:inline-block;position:relative;width:1.25rem;height:1.25rem;margin-right:.75rem;background-size:cover;flex-shrink:0}.bi-house-door-fill-nav-menu{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%235a6070' viewBox='0 0 24 24'%3E%3Cpath d='M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z'/%3E%3C/svg%3E")}.bi-gear-nav-menu{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%235a6070' viewBox='0 0 24 24'%3E%3Cpath d='M19.14 12.94c.04-.3.06-.61.06-.94 0-.32-.02-.64-.07-.94l2.03-1.58a.49.49 0 0 0 .12-.61l-1.92-3.32a.49.49 0 0 0-.59-.22l-2.39.96c-.5-.38-1.03-.7-1.62-.94l-.36-2.54a.484.484 0 0 0-.48-.41h-3.84c-.24 0-.43.17-.47.41l-.36 2.54c-.59.24-1.13.57-1.62.94l-2.39-.96c-.22-.08-.47 0-.59.22L2.74 8.87c-.12.21-.08.47.12.61l2.03 1.58c-.05.3-.07.62-.07.94s.02.64.07.94l-2.03 1.58a.49.49 0 0 0-.12.61l1.92 3.32c.12.22.37.29.59.22l2.39-.96c.5.38 1.03.7 1.62.94l.36 2.54c.05.24.24.41.48.41h3.84c.24 0 .44-.17.47-.41l.36-2.54c.59-.24 1.13-.56 1.62-.94l2.39.96c.22.08.47 0 .59-.22l1.92-3.32c.12-.22.07-.47-.12-.61l-2.01-1.58zM12 15.6c-1.98 0-3.6-1.62-3.6-3.6s1.62-3.6 3.6-3.6 3.6 1.62 3.6 3.6-1.62 3.6-3.6 3.6z'/%3E%3C/svg%3E")}.bi-about-nav-menu{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%235a6070' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z'/%3E%3C/svg%3E")}.bi-plugin-nav-menu{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%235a6070' viewBox='0 0 24 24'%3E%3Cpath d='M20.5 11H19V7c0-1.1-.9-2-2-2h-4V3.5C13 2.12 11.88 1 10.5 1S8 2.12 8 3.5V5H4c-1.1 0-1.99.9-1.99 2v3.8H3.5c1.49 0 2.7 1.21 2.7 2.7s-1.21 2.7-2.7 2.7H2V20c0 1.1.9 2 2 2h3.8v-1.5c0-1.49 1.21-2.7 2.7-2.7 1.49 0 2.7 1.21 2.7 2.7V22H17c1.1 0 2-.9 2-2v-4h1.5c1.38 0 2.5-1.12 2.5-2.5S21.88 11 20.5 11z'/%3E%3C/svg%3E")}.bi-people-nav-menu{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%235a6070' viewBox='0 0 24 24'%3E%3Cpath d='M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5c-1.66 0-3 1.34-3 3s1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5C6.34 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5zm8 0c-.29 0-.62.02-.97.05 1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5z'/%3E%3C/svg%3E")}.bi-chat-nav-menu{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%235a6070' viewBox='0 0 24 24'%3E%3Cpath d='M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H5.17L4 17.17V4h16v12zM7 9h2v2H7zm4 0h2v2h-2zm4 0h2v2h-2z'/%3E%3C/svg%3E")}.bi-server-nav-menu{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%235a6070' viewBox='0 0 24 24'%3E%3Cpath d='M20 13H4c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h16c.55 0 1-.45 1-1v-6c0-.55-.45-1-1-1zm0-10H4c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h16c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1zM7 19c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm0-10c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z'/%3E%3C/svg%3E")}.bi-grid-nav-menu{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%235a6070' viewBox='0 0 24 24'%3E%3Cpath d='M3 3v8h8V3H3zm6 6H5V5h4v4zm-6 4v8h8v-8H3zm6 6H5v-4h4v4zm4-16v8h8V3h-8zm6 6h-4V5h4v4zm-6 4v8h8v-8h-8zm6 6h-4v-4h4v4z'/%3E%3C/svg%3E")}.bi-command-nav-menu{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%235a6070' viewBox='0 0 24 24'%3E%3Cpath d='M20 3H4a2 2 0 00-2 2v14a2 2 0 002 2h16a2 2 0 002-2V5a2 2 0 00-2-2zM6 7h4v2H6V7zm0 4h4v2H6v-2zm0 4h4v2H6v-2zm10 2H12v-2h4v2zm0-4H12v-2h4v2zm0-4H12V7h4v2z'/%3E%3C/svg%3E")}.bi-cross-nav-menu{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%235a6070' viewBox='0 0 24 24'%3E%3Cpath d='M7 7h10v3l4-4-4-4v3H5v6h2V7zm10 10H7v-3l-4 4 4 4v-3h12v-6h-2v4z'/%3E%3C/svg%3E")}.nav-item{font-size:.9rem;padding-bottom:.25rem}.nav-item:first-of-type{padding-top:1rem}.nav-item:last-of-type{padding-bottom:1rem}.nav-link{color:#5a6070;text-decoration:none;border-radius:8px;height:2.75rem;display:flex;align-items:center;width:calc(100% - 1rem);padding:0 1.5rem;margin:0 .5rem;font-weight:500;transition:all .2s ease;position:relative;cursor:pointer}.nav-link.active{background-color:#5b7fff1a;color:#3d5fd9}.nav-link.active:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:20px;background-color:#5b7fff;border-radius:0 3px 3px 0}.nav-link:hover{background-color:#5b7fff0f;color:#3d5fd9}.nav-link.active:hover{background-color:#5b7fff24;color:#3d5fd9}.nav-group-header{color:#5a6070;border-radius:8px;height:2.75rem;display:flex;align-items:center;width:calc(100% - 1rem);padding:0 1.5rem;margin:0 .5rem;font-weight:500;cursor:pointer;transition:all .2s ease;-webkit-user-select:none;user-select:none;position:relative}.nav-group-header:hover{background-color:#5b7fff0f;color:#3d5fd9}.nav-group-arrow{margin-left:auto;font-size:.95rem;font-weight:700;color:#9ca3af;transition:transform .2s ease}.nav-group-arrow.expanded{transform:rotate(90deg);color:#3d5fd9}.nav-sub{overflow:hidden}.sub-indent{display:inline-block;width:1.25rem;margin-right:.75rem}.sub-link{padding-left:3.5rem!important;font-size:.85rem}.nav-scrollable{display:none}.navbar-toggler:checked~.nav-scrollable{display:block}.top-bar{display:flex;align-items:center;justify-content:flex-end;height:3.5rem;padding:0 1.5rem;background-color:#fff;border-bottom:1px solid #e8ecf1;box-shadow:0 1px 3px #0000000d;flex-shrink:0;position:relative;z-index:10}.top-bar-right{display:flex;align-items:center}.top-bar-user-menu-wrap{position:relative}.top-bar-avatar-btn{width:34px;height:34px;border-radius:50%;background:#f3f4f6;color:#6b7280;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:all .2s ease}.top-bar-avatar-btn svg{width:18px;height:18px}.top-bar-avatar-btn:hover{background:#e5e7eb;color:#374151}.top-bar-user-menu{width:220px;background:#fff;border:1px solid #e8ecf1;border-radius:12px;box-shadow:0 4px 24px #0000001a,0 1px 4px #0000000d;z-index:99999;overflow:hidden;animation:menu-fade-in .15s ease}@keyframes menu-fade-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.top-bar-menu-header{display:flex;align-items:center;gap:.65rem;padding:.85rem 1rem}.top-bar-menu-avatar{width:36px;height:36px;border-radius:50%;background:#f3f4f6;color:#6b7280;display:flex;align-items:center;justify-content:center;flex-shrink:0}.top-bar-menu-avatar svg{width:20px;height:20px}.top-bar-menu-info{display:flex;flex-direction:column;gap:.1rem;min-width:0}.top-bar-menu-name{font-size:.875rem;font-weight:600;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.top-bar-menu-role{font-size:.72rem;color:#9ca3af;font-weight:500}.top-bar-menu-divider{height:1px;background:#f0f1f3;margin:0 .5rem}.top-bar-menu-item{display:flex;align-items:center;gap:.55rem;width:100%;padding:.6rem 1rem;font-size:.82rem;font-weight:500;color:#374151;background:none;border:none;cursor:pointer;transition:all .15s ease}.top-bar-menu-item svg{width:16px;height:16px;flex-shrink:0;color:#6b7280}.top-bar-menu-item:hover{background:#f5f7fa;color:#111827}.top-bar-menu-item:hover svg{color:#374151}.top-bar-menu-item-danger{color:#6b7280}.top-bar-menu-item-danger:hover{background:#fef2f2;color:#dc2626}.top-bar-menu-item-danger:hover svg{color:#dc2626}.content{padding:1.5rem;flex:1;position:relative;min-height:0}.content-card{position:absolute;top:1.5rem;left:1.5rem;right:1.5rem;bottom:1.5rem;background:#fff;border-radius:16px;box-shadow:0 1px 3px #0000000a,0 4px 16px #0000000a;padding:1.5rem 1.75rem;border:1px solid #e8ecf1;overflow-y:auto}.bottom-bar{display:flex;align-items:center;justify-content:center;height:2.5rem;font-size:.8rem;color:#8c93a0;background-color:#fafbfc;border-top:1px solid #e8ecf1;flex-shrink:0}.rainbow-text{font-weight:700;background:linear-gradient(90deg,#ff6b6b,#ffa94d,#ffd43b,#69db7c,#4dabf7,#9775fa,#f06595);background-size:200% auto;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:rainbow-shift 4s linear infinite}@keyframes rainbow-shift{to{background-position:200% center}}.loading-screen{display:flex;justify-content:center;align-items:center;min-height:100vh;background:#f3f4f8}.loading-spinner{width:40px;height:40px;border:3px solid #e8ecf1;border-top-color:#5b7fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.home-page{display:flex;flex-direction:column;gap:1rem;min-height:100%}.home-topbar{display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.home-topbar-left{display:flex;align-items:center;gap:.6rem}.home-title-icon{width:26px;height:26px;flex-shrink:0}.home-title{font-size:1.25rem;font-weight:600;color:#111827;-webkit-font-smoothing:antialiased}.home-main-row{display:grid;grid-template-columns:1fr 320px;gap:1rem;align-items:stretch;flex:1;min-height:0}.home-left-column{display:flex;flex-direction:column;gap:1rem;min-height:0}.home-stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;flex-shrink:0}.home-stat-card{background:#fff;border:1px solid #e8ecf1;border-radius:12px;padding:1.1rem 1.25rem;display:flex;align-items:center;gap:.85rem;box-shadow:0 1px 3px #0000000a;transition:transform .15s ease,box-shadow .15s ease}.home-stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #5b7fff1a}.home-stat-icon-wrap{width:46px;height:46px;border-radius:11px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.home-stat-total-qq .home-stat-icon-wrap{background:linear-gradient(135deg,#eef1ff,#e0e6ff)}.home-stat-total-qq .home-stat-icon{width:24px;height:24px;color:#5b7fff}.home-stat-total-player .home-stat-icon-wrap{background:linear-gradient(135deg,#ecfdf5,#d1fae5)}.home-stat-total-player .home-stat-icon{width:24px;height:24px;color:#10b981}.home-stat-new-qq .home-stat-icon-wrap{background:linear-gradient(135deg,#fff7ed,#ffedd5)}.home-stat-new-qq .home-stat-icon{width:24px;height:24px;color:#f59e0b}.home-stat-new-player .home-stat-icon-wrap{background:linear-gradient(135deg,#fdf2f8,#fce7f3)}.home-stat-new-player .home-stat-icon{width:24px;height:24px;color:#ec4899}.home-stat-info{display:flex;flex-direction:column;gap:.15rem}.home-stat-label{font-size:.78rem;font-weight:600;color:#6b7280}.home-stat-value{font-size:1.5rem;font-weight:700;color:#111827;line-height:1.2;letter-spacing:-.5px}.home-week-row{margin-top:1rem}.home-week-card{background:#fff;border:1px solid #e8ecf1;border-radius:12px;padding:1.1rem 1.25rem}.home-week-title{font-size:.82rem;font-weight:700;color:#374151;margin-bottom:.85rem}.home-week-chart{display:flex;flex-direction:column;gap:.6rem}.home-week-legend{display:flex;gap:1.25rem;font-size:.72rem;color:#6b7280}.home-week-legend-item{display:flex;align-items:center;gap:.35rem}.home-week-legend-dot{width:10px;height:10px;border-radius:3px}.home-week-legend-qq{background:#5b7fff}.home-week-legend-player{background:#10b981}.home-week-bars{display:flex;align-items:stretch;justify-content:space-between;height:120px;gap:.5rem;padding-top:.25rem}.home-week-bar-group{flex:1;display:flex;flex-direction:column;align-items:center;gap:.35rem;min-width:0}.home-week-bar-group-bars{display:flex;gap:3px;align-items:stretch;height:100%;width:100%;justify-content:center}.home-week-bar-wrap{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:100%;width:22px;position:relative}.home-week-bar-fill{width:100%;border-radius:3px 3px 0 0;transition:height .4s ease;min-height:2px}.home-week-bar-qq{background:linear-gradient(180deg,#818cf8,#5b7fff)}.home-week-bar-player{background:linear-gradient(180deg,#34d399,#10b981)}.home-week-bar-val{font-size:.62rem;font-weight:600;color:#374151;margin-top:2px}.home-week-bar-label{font-size:.65rem;color:#9ca3af;white-space:nowrap}.home-right-column{display:flex;flex-direction:column;gap:1rem;min-height:0}.home-version-card{background:#fff;border:1px solid #e8ecf1;border-radius:12px;padding:.9rem 1.25rem;box-shadow:0 1px 3px #0000000a;flex-shrink:0}.home-version-header{display:flex;align-items:center;gap:1rem}.home-version-label{font-size:.82rem;font-weight:600;color:#6b7280;white-space:nowrap}.home-version-right{margin-left:auto;display:flex;align-items:center;gap:1rem}.home-version-number{font-size:1.05rem;font-weight:700;color:#111827}.home-check-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .7rem;background:linear-gradient(135deg,#f0f4ff,#e8edfb);color:#5b7fff;border:1px solid #d0d9f8;border-radius:7px;font-size:.73rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap;position:relative;overflow:hidden}.home-check-btn:hover{background:linear-gradient(135deg,#e0e8ff,#d4defa);border-color:#b8c5f0;transform:translateY(-.5px);box-shadow:0 2px 8px #5b7fff1f}.home-check-btn:active{transform:translateY(0);box-shadow:none}.home-check-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.home-check-btn svg{flex-shrink:0}.home-check-btn-new{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#047857;border-color:#6ee7b7;animation:pulse-btn 2s ease-in-out infinite}.home-check-btn-new:hover{background:linear-gradient(135deg,#a7f3d0,#6ee7b7);border-color:#34d399;box-shadow:0 2px 12px #0596692e}@keyframes pulse-btn{0%,to{box-shadow:0 0 #05966940}50%{box-shadow:0 0 0 6px #05966900}}.home-popover-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000040;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:1000;display:flex;align-items:center;justify-content:center;animation:fade-in .15s ease}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.home-popover{position:relative;background:#fff;border-radius:16px;box-shadow:0 12px 40px #00000026,0 2px 8px #00000014;padding:2rem 2rem 1.75rem;min-width:320px;max-width:400px;width:90vw;animation:pop-in .2s cubic-bezier(.16,1,.3,1)}@keyframes pop-in{0%{opacity:0;transform:scale(.92) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.home-popover-close{position:absolute;top:.85rem;right:.85rem;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;border:none;background:#f3f4f6;color:#6b7280;cursor:pointer;transition:all .15s ease}.home-popover-close:hover{background:#e5e7eb;color:#111827}.home-popover-body{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center}.home-popover-checking{gap:1rem;color:#6b7280;font-size:.9rem}.home-popover-spinner{width:28px;height:28px;border:3px solid #e5e7eb;border-top-color:#5b7fff;border-radius:50%;animation:spin-popover .6s linear infinite}@keyframes spin-popover{to{transform:rotate(360deg)}}.home-popover-icon-wrap{display:flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:16px;margin-bottom:.25rem}.home-popover-icon-new{background:linear-gradient(135deg,#d1fae5,#a7f3d0)}.home-popover-icon-new svg{color:#059669}.home-popover-icon-ok{background:linear-gradient(135deg,#d1fae5,#a7f3d0)}.home-popover-icon-ok svg{color:#059669}.home-popover-title{font-size:1.1rem;font-weight:700;color:#111827;margin:0}.home-popover-sub{font-size:.82rem;color:#6b7280}.home-popover-version{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .9rem;background:linear-gradient(135deg,#d1fae5,#a7f3d0);border:1px solid #6ee7b7;border-radius:20px;font-size:1rem;font-weight:700;color:#047857;letter-spacing:.02em}.home-popover-notes{font-size:.82rem;color:#6b7280;line-height:1.55;margin:.5rem 0;max-height:80px;overflow-y:auto;white-space:pre-wrap}.home-popover-update-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.6rem 1.5rem;margin-top:.5rem;background:linear-gradient(135deg,#059669,#047857);color:#fff;border:none;border-radius:10px;font-size:.88rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 3px 12px #0596694d}.home-popover-update-btn:hover{background:linear-gradient(135deg,#047857,#065f46);transform:translateY(-1px);box-shadow:0 6px 20px #05966959}.home-popover-update-btn:active{transform:translateY(0)}.home-popover-progress{gap:1rem}.home-popover-progress-bar-wrap{position:relative;width:100%;height:12px;background:#e5e7eb;border-radius:6px;margin-top:.5rem;overflow:hidden}.home-popover-progress-bar{height:100%;background:linear-gradient(90deg,#059669,#10b981);border-radius:6px;transition:width .3s ease}.home-popover-progress-pct{position:absolute;right:4px;top:50%;transform:translateY(-50%);font-size:.6rem;font-weight:700;color:#047857;line-height:1}.home-version-footer{display:flex;flex-direction:column;gap:.35rem;margin-top:.7rem;padding-top:.7rem;border-top:1px solid #f0f1f3}.home-version-meta{display:flex;justify-content:space-between;align-items:center}.home-meta-label{font-size:.78rem;color:#9ca3af;font-weight:500}.home-meta-value{font-size:.82rem;color:#374151;font-weight:600;white-space:nowrap}@media(max-width:900px){.home-main-row{grid-template-columns:1fr}}@media(min-width:641px){.page{flex-direction:row}.sidebar{width:250px;height:100vh;position:sticky;top:0}.navbar-toggler{display:none}.nav-scrollable{display:block;height:calc(100vh - 3.5rem);overflow-y:auto}.top-bar{position:sticky;top:0;z-index:1}}.home-announce-section{background:#fff;border:1px solid #e8ecf1;border-radius:12px;box-shadow:0 1px 3px #0000000a;flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.home-announce-header{display:flex;align-items:center;gap:.5rem;padding:.85rem 1.25rem;border-bottom:1px solid #f0f1f3;flex-shrink:0}.home-announce-icon{width:20px;height:20px;flex-shrink:0}.home-announce-title{font-size:.85rem;font-weight:600;color:#111827}.home-announce-list{padding:.5rem 1.25rem;overflow-y:auto;flex:1;display:flex;flex-direction:column}.home-announce-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;gap:.5rem;padding:1.5rem 0;color:#9ca3af;font-size:.82rem;text-align:center}.home-announce-empty svg{width:36px;height:36px}.home-announce-item{padding:.6rem 0;border-bottom:1px dashed #e5e7eb;display:flex;flex-direction:column;gap:.3rem}.home-announce-item:last-child{border-bottom:none}.home-announce-item-head{display:flex;align-items:center;gap:.35rem;min-width:0}.home-announce-pin{display:inline-flex;align-items:center;padding:1px 6px;font-size:.68rem;font-weight:600;color:#5b7fff;background:transparent;border:1px dashed #5b7fff;border-radius:3px;flex-shrink:0;line-height:1.4}.home-announce-item-title{font-size:.82rem;color:#374151;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.home-announce-item-time{font-size:.72rem;color:#9ca3af;white-space:nowrap;flex-shrink:0;margin-left:auto}.home-announce-item-body{font-size:.76rem;color:#6b7280;line-height:1.5;white-space:pre-wrap;word-break:break-all}.wizard-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;background:#0000008c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;justify-content:center;align-items:center;animation:wizard-overlay-in .3s ease}@keyframes wizard-overlay-in{0%{opacity:0}to{opacity:1}}.wizard-card{width:580px;max-width:94vw;max-height:90vh;background:#fff;border-radius:16px;box-shadow:0 16px 48px #0000002e;display:flex;flex-direction:column;overflow:hidden;animation:wizard-card-in .35s ease}@keyframes wizard-card-in{0%{opacity:0;transform:scale(.96) translateY(16px)}to{opacity:1;transform:scale(1) translateY(0)}}.wizard-topbar{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid #f0f1f3;background:#fafbfd}.wizard-topbar-left{display:flex;align-items:center;gap:.6rem}.wizard-logo{height:2rem;width:auto}.wizard-title{font-size:1.1rem;font-weight:700;color:#111827;-webkit-font-smoothing:antialiased}.wizard-skip-btn{background:none;border:1px solid #e5e7eb;border-radius:8px;padding:.4rem .9rem;font-size:.82rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all .15s ease}.wizard-skip-btn:hover{color:#5b7fff;border-color:#5b7fff;background:#f0f4ff}.wizard-skip-btn:disabled{opacity:.5;cursor:not-allowed}.wizard-steps-indicator{display:flex;justify-content:center;align-items:flex-start;gap:0;padding:1.25rem 1.5rem .5rem;flex-wrap:wrap}.wizard-step-indicator-item{display:flex;flex-direction:column;align-items:center;gap:.4rem}.wizard-step-dot-wrap{display:flex;align-items:center;gap:0}.wizard-step-dot{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;border:2px solid #d1d5db;color:#9ca3af;background:#fff;transition:all .25s ease;position:relative;z-index:1;flex-shrink:0}.wizard-step-dot-wrap.active .wizard-step-dot{border-color:#5b7fff;background:#5b7fff;color:#fff;box-shadow:0 0 0 4px #5b7fff1f}.wizard-step-dot-wrap.done .wizard-step-dot{border-color:#16a34a;background:#16a34a;color:#fff}.wizard-step-num{line-height:1;display:flex;align-items:center;justify-content:center}.wizard-step-line{width:48px;height:2px;background:#e5e7eb;transition:background .3s ease;flex-shrink:0}.wizard-step-line.done{background:#16a34a}.wizard-step-label{font-size:.72rem;font-weight:500;color:#9ca3af;white-space:nowrap;text-align:center;transition:color .25s ease}.wizard-step-label.active{color:#5b7fff;font-weight:600}.wizard-step-label.done{color:#16a34a}.wizard-body{flex:1;overflow-y:auto;padding:1.25rem 1.5rem;min-height:280px}.wizard-body-enter{animation:wizard-body-enter .25s ease}.wizard-body-exit{animation:wizard-body-exit .2s ease}@keyframes wizard-body-enter{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:translate(0)}}@keyframes wizard-body-exit{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-16px)}}.wizard-step-content{display:flex;flex-direction:column;gap:1rem}.wizard-step-header h2{font-size:1.15rem;font-weight:700;color:#111827;margin:0 0 .25rem}.wizard-step-header p{font-size:.85rem;color:#6b7280;margin:0;line-height:1.6}.wizard-success-banner{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px}.wizard-success-banner>svg{width:36px;height:36px;color:#16a34a;flex-shrink:0}.wizard-success-banner>div{display:flex;flex-direction:column;gap:.15rem}.wizard-success-title{font-size:.95rem;font-weight:700;color:#166534}.wizard-success-sub{font-size:.8rem;color:#4ade80}.wizard-error-banner{display:flex;align-items:center;gap:.5rem;padding:.6rem .9rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;font-size:.82rem;color:#991b1b}.wizard-error-banner svg{flex-shrink:0}.wizard-fields{display:flex;flex-direction:column;gap:.85rem}.wizard-field{display:flex;flex-direction:column;gap:.3rem}.wizard-field label{font-size:.8rem;font-weight:600;color:#374151}.wizard-input{height:44px;padding:0 12px;font-size:14px;border:1.5px solid #d1d5db;border-radius:10px;outline:none;color:#111827;background:#fff;box-sizing:border-box;transition:border-color .2s,box-shadow .2s;width:100%}.wizard-input:focus{border-color:#5b7fff;box-shadow:0 0 0 3px #5b7fff1a}.wizard-input::placeholder{color:#b0b8c4}.wizard-connect-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;height:46px;font-size:.95rem;font-weight:600;border:none;border-radius:10px;cursor:pointer;background:linear-gradient(135deg,#5b7fff,#4a6eeb);color:#fff;transition:all .15s ease;margin-top:.5rem}.wizard-connect-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 14px #5b7fff4d}.wizard-connect-btn:disabled{opacity:.45;cursor:not-allowed}.wizard-spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:wizard-spin .6s linear infinite}@keyframes wizard-spin{to{transform:rotate(360deg)}}.wizard-loading-state{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:2rem;color:#6b7280;font-size:.85rem}.wizard-loading-state .wizard-spinner{border-color:#5b7fff33;border-top-color:#5b7fff;width:28px;height:28px}.wizard-empty-state{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:2rem;color:#9ca3af;font-size:.85rem;text-align:center}.wizard-group-list{display:flex;flex-direction:column;border:1px solid #eaedf2;border-radius:10px;overflow:hidden}.wizard-group-list-header{display:flex;align-items:center;justify-content:space-between;padding:.6rem .9rem;background:#f8f9fb;border-bottom:1px solid #eaedf2}.wizard-group-count{font-size:.78rem;font-weight:600;color:#6b7280}.wizard-sync-btn-sm,.wizard-sync-btn{font-size:.75rem;font-weight:500;color:#5b7fff;background:none;border:1px solid #5b7fff;border-radius:6px;padding:.25rem .6rem;cursor:pointer;transition:all .15s ease}.wizard-sync-btn-sm:hover,.wizard-sync-btn:hover{background:#f0f4ff}.wizard-sync-btn-sm:disabled{opacity:.5;cursor:not-allowed}.wizard-sync-btn{margin-top:.5rem}.wizard-group-item{display:flex;align-items:center;justify-content:space-between;padding:.6rem .9rem;border-bottom:1px solid #f3f4f6;transition:background .15s ease}.wizard-group-item:last-child{border-bottom:none}.wizard-group-item.enabled{background:#f0f4ff}.wizard-group-item:hover{background:#fafbfd}.wizard-group-item.enabled:hover{background:#e8f0ff}.wizard-group-info{display:flex;flex-direction:column;gap:.15rem}.wizard-group-name{font-size:.88rem;font-weight:600;color:#111827}.wizard-group-qq{font-size:.75rem;color:#9ca3af;font-family:SF Mono,Cascadia Code,Consolas,monospace}.wizard-toggle{position:relative;display:inline-block;width:44px;height:24px;flex-shrink:0;cursor:pointer}.wizard-toggle input{opacity:0;width:0;height:0;position:absolute}.wizard-toggle-slider{position:absolute;top:0;right:0;bottom:0;left:0;background:#d1d5db;border-radius:24px;transition:all .2s ease}.wizard-toggle-slider:before{content:"";position:absolute;width:20px;height:20px;left:2px;top:2px;background:#fff;border-radius:50%;transition:all .2s ease;box-shadow:0 1px 3px #0000001f}.wizard-toggle input:checked+.wizard-toggle-slider{background:#5b7fff}.wizard-toggle input:checked+.wizard-toggle-slider:before{transform:translate(20px)}.wizard-auto-reconnect-row{display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;font-size:.875rem;color:#475569;margin-bottom:.75rem}.wizard-whitelist-cards{display:flex;flex-wrap:wrap;gap:.75rem}.wizard-wl-card{flex:1 1 calc(50% - .4rem);min-width:200px;display:flex;gap:.75rem;padding:1rem;border:1px solid #eaedf2;border-radius:10px;background:#fff;align-items:center}.wizard-wl-card-full{flex:1 1 100%}.wizard-wl-card-icon{width:48px;height:48px;border-radius:10px;background:#f0f4ff;display:flex;align-items:center;justify-content:center;color:#5b7fff;flex-shrink:0}.wizard-wl-card-icon-unbind{background:#fef3c7;color:#d97706}.wizard-wl-card-icon-max{background:#f0fdf4;color:#16a34a}.wizard-wl-card-body{flex:1;display:flex;flex-direction:column;gap:.2rem}.wizard-wl-card-body h4{margin:0;font-size:.88rem;font-weight:600;color:#111827}.wizard-wl-card-body p{margin:0;font-size:.78rem;color:#9ca3af;line-height:1.5}.wizard-wl-card-body .wizard-toggle{margin-top:.4rem}.wizard-max-bindings{display:flex;align-items:center;gap:.5rem;margin-top:.3rem}.wizard-num-btn{width:32px;height:32px;border:1.5px solid #d1d5db;border-radius:8px;background:#fff;font-size:1rem;font-weight:600;color:#374151;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.wizard-num-btn:hover{border-color:#5b7fff;color:#5b7fff;background:#f0f4ff}.wizard-num-value{font-size:1.15rem;font-weight:700;color:#111827;min-width:28px;text-align:center}.wizard-server-form{display:flex;flex-direction:column;gap:.75rem}.wizard-token-row{display:flex;gap:.5rem;align-items:center}.wizard-input-token{flex:1}.wizard-token-gen-btn{width:40px;height:40px;flex-shrink:0;border:1.5px solid #d1d5db;border-radius:10px;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:all .15s ease}.wizard-token-gen-btn:hover{border-color:#5b7fff;color:#5b7fff;background:#f0f4ff}.wizard-create-btn{display:inline-flex;align-items:center;justify-content:center;width:100%;height:44px;font-size:.9rem;font-weight:600;border:none;border-radius:10px;cursor:pointer;background:linear-gradient(135deg,#5b7fff,#4a6eeb);color:#fff;transition:all .15s ease}.wizard-create-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 14px #5b7fff4d}.wizard-create-btn:disabled{opacity:.45;cursor:not-allowed}.wizard-plugin-hint{margin-top:.5rem;border:1px solid #fef3c7;border-radius:10px;background:#fffbeb;overflow:hidden}.wizard-plugin-hint-head{display:flex;align-items:center;gap:.5rem;padding:.6rem .9rem;background:#fdf4d8;font-size:.8rem;font-weight:600;color:#92400e}.wizard-plugin-hint-head svg{color:#f59e0b;flex-shrink:0}.wizard-plugin-hint-body{padding:.7rem .9rem;display:flex;flex-direction:column;gap:.45rem}.wizard-plugin-step{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#6b7280}.wizard-plugin-step-num{width:20px;height:20px;border-radius:50%;background:#fef3c7;border:1px solid #fbbf24;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;color:#92400e;flex-shrink:0}.wizard-plugin-step code{background:#fff;padding:1px 5px;border-radius:4px;font-size:.78rem;color:#d97706;border:1px solid #fde68a}.wizard-complete{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem;padding:1rem 0}.wizard-complete-icon{width:80px;height:80px;border-radius:50%;background:#f0fdf4;display:flex;align-items:center;justify-content:center;color:#16a34a;margin-bottom:.25rem}.wizard-complete h2{font-size:1.25rem;font-weight:700;color:#111827;margin:0}.wizard-complete>p{font-size:.85rem;color:#6b7280;margin:0}.wizard-summary{width:100%;max-width:420px;display:flex;flex-direction:column;gap:.4rem;margin-top:.5rem}.wizard-summary-item{display:flex;align-items:center;gap:.5rem;padding:.55rem .75rem;background:#f9fafb;border-radius:8px;font-size:.82rem;color:#6b7280}.wizard-summary-item.done{color:#374151}.wizard-summary-item.done svg{color:#16a34a}.wizard-summary-item:not(.done) svg{color:#9ca3af}.wizard-footer{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-top:1px solid #f0f1f3;background:#fafbfd}.wizard-footer-left{flex:1}.wizard-footer-right{flex:1;display:flex;justify-content:flex-end}.wizard-btn{display:inline-flex;align-items:center;gap:.4rem;height:40px;padding:0 1.2rem;font-size:.85rem;font-weight:600;border-radius:10px;cursor:pointer;transition:all .15s ease;border:none}.wizard-btn-primary{background:linear-gradient(135deg,#5b7fff,#4a6eeb);color:#fff}.wizard-btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #5b7fff47}.wizard-btn-primary:disabled{opacity:.45;cursor:not-allowed}.wizard-btn-secondary{background:#fff;color:#374151;border:1.5px solid #d1d5db}.wizard-btn-secondary:hover{background:#f3f4f6;border-color:#9ca3af}.wizard-btn-finish{background:linear-gradient(135deg,#16a34a,#15803d)}.wizard-btn-finish:hover:not(:disabled){box-shadow:0 4px 12px #16a34a47}.wizard-svr-config-display{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:.875rem;display:flex;flex-direction:column;gap:.625rem}.wizard-svr-config-item{display:flex;flex-direction:column;gap:.25rem}.wizard-svr-config-item label{font-size:.7rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.04em}.wizard-svr-config-value-row{display:flex;align-items:center;gap:.5rem}.wizard-svr-config-code{flex:1;font-family:SF Mono,Fira Code,Consolas,monospace;font-size:.78rem;background:#fff;border:1px solid #d1d5db;border-radius:4px;padding:.4rem .6rem;color:#374151;word-break:break-all;-webkit-user-select:all;user-select:all}.wizard-copy-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid #d1d5db;border-radius:4px;background:#fff;color:#6b7280;cursor:pointer;transition:all .15s ease;flex-shrink:0}.wizard-copy-btn:hover{background:#f3f4f6;color:#374151;border-color:#9ca3af}.wizard-copy-btn:active{background:#e5e7eb;color:#5b7fff;border-color:#5b7fff}@media(max-width:640px){.wizard-card{max-height:95vh;border-radius:12px}.wizard-steps-indicator{gap:0;padding:1rem .75rem .5rem}.wizard-step-line{width:24px}.wizard-step-label{font-size:.68rem}.wizard-body{padding:1rem}.wizard-footer{padding:.75rem 1rem}}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#111827;background:#f3f4f8}a{color:inherit;text-decoration:none}
