@import "https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap";
:root{--bg-page:#fafafa;--bg-primary:#fff;--bg-secondary:#f8f8f8;--bg-tertiary:#e9e9e9;--bg-elevated:#fff;--text-primary:#18181b;--text-secondary:#71717a;--text-tertiary:#a1a1aa;--text-body:#4a4a4a;--text-muted:#a1a1aa;--text-inverted:#fff;--border-default:#e5e7eb;--border-strong:#d4d4d8;--border-subtle:#f4f4f5;--accent-primary:#3b82f6;--accent-primary-hover:#2563eb;--accent-primary-light:#dbeafe;--accent-primary-text:#1d4ed8;--status-success:#10b981;--status-success-hover:#059669;--status-success-bg:#f0fdf4;--status-success-light:#f0fdf4;--status-success-border:#86efac;--status-success-text:#15803d;--status-error:#dc2626;--status-error-hover:#b91c1c;--status-error-bg:#fef2f2;--status-error-light:#fef2f2;--status-error-border:#fecaca;--status-error-text:#dc2626;--status-warning:#d97706;--status-warning-hover:#b45309;--status-warning-bg:#fef3c7;--status-warning-light:#fef3c7;--status-warning-border:#fde047;--status-warning-text:#a16207;--status-info:#2563eb;--status-info-hover:#1d4ed8;--status-info-bg:#dbeafe;--status-info-border:#93c5fd;--status-info-text:#1d4ed8;--brand-red:#e51717;--nav-bg:var(--bg-primary);--nav-text:var(--text-secondary);--nav-text-active:var(--text-primary);--nav-text-hover:#3c3c3c;--card-bg:var(--bg-primary);--card-border:var(--border-default);--card-shadow:#959da51a 0px 8px 24px;--input-bg:var(--bg-primary);--input-border:var(--border-default);--input-border-focus:var(--accent-primary);--input-text:var(--text-primary);--input-placeholder:var(--text-muted);--button-primary-bg:#000;--button-primary-bg-hover:#333;--button-primary-text:#fff;--button-secondary-bg:var(--bg-primary);--button-secondary-bg-hover:var(--bg-tertiary);--button-secondary-text:var(--text-primary);--button-secondary-border:var(--border-default);--button-danger-bg:var(--status-error);--button-danger-bg-hover:var(--status-error-hover);--button-danger-text:#fff;--button-warning-bg:var(--status-warning);--button-warning-bg-hover:var(--status-warning-hover);--button-warning-text:#fff;--button-success-bg:var(--status-success);--button-success-bg-hover:var(--status-success-hover);--button-success-text:#fff;--button-info-bg:var(--accent-primary);--button-info-bg-hover:var(--accent-primary-hover);--button-info-text:#fff;--shadow-sm:0 1px 3px #0000000d;--shadow-md:0 4px 12px #0000001a;--shadow-lg:0 25px 50px -12px #00000040;--shadow-card:#959da51a 0px 8px 24px;--overlay-bg:#00000080;--overlay-backdrop:blur(4px)}[data-theme=dark]{--bg-page:#000;--bg-primary:#000;--bg-secondary:#0a0a0a;--bg-tertiary:#1a1a1a;--bg-elevated:#111;--text-primary:#ededed;--text-secondary:#888;--text-tertiary:#666;--text-body:#b0b0b0;--text-muted:#666;--text-inverted:#000;--border-default:#262626;--border-strong:#333;--border-subtle:#1a1a1a;--accent-primary:#60a5fa;--accent-primary-hover:#3b82f6;--accent-primary-light:#1e3a5f;--accent-primary-text:#93c5fd;--status-success:#34d399;--status-success-hover:#10b981;--status-success-bg:#052e16;--status-success-light:#052e16;--status-success-border:#166534;--status-success-text:#4ade80;--status-error:#f87171;--status-error-hover:#ef4444;--status-error-bg:#450a0a;--status-error-light:#450a0a;--status-error-border:#7f1d1d;--status-error-text:#fca5a5;--status-warning:#fbbf24;--status-warning-hover:#f59e0b;--status-warning-bg:#422006;--status-warning-light:#422006;--status-warning-border:#854d0e;--status-warning-text:#fcd34d;--status-info:#60a5fa;--status-info-hover:#3b82f6;--status-info-bg:#172554;--status-info-border:#1e40af;--status-info-text:#93c5fd;--nav-text-hover:#d4d4d8;--card-shadow:0 8px 24px #0006;--button-primary-bg:#fafafa;--button-primary-bg-hover:#e4e4e7;--button-primary-text:#18181b;--button-disabled-bg:#0a0a0a;--button-danger-bg:#7f1d1d;--button-danger-bg-hover:#991b1b;--button-danger-text:#fca5a5;--button-warning-bg:#78350f;--button-warning-bg-hover:#92400e;--button-warning-text:#fcd34d;--button-success-bg:#14532d;--button-success-bg-hover:#166534;--button-success-text:#86efac;--button-info-bg:#1e3a5f;--button-info-bg-hover:#1e40af;--button-info-text:#93c5fd;--shadow-sm:0 1px 3px #0000004d;--shadow-md:0 4px 12px #0006;--shadow-lg:0 25px 50px -12px #0009;--shadow-card:0 8px 24px #0006;--overlay-bg:#000000b3}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--bg-page:#000;--bg-primary:#000;--bg-secondary:#0a0a0a;--bg-tertiary:#1a1a1a;--bg-elevated:#111;--text-primary:#ededed;--text-secondary:#888;--text-tertiary:#666;--text-body:#b0b0b0;--text-muted:#666;--text-inverted:#000;--border-default:#262626;--border-strong:#333;--border-subtle:#1a1a1a;--accent-primary:#60a5fa;--accent-primary-hover:#3b82f6;--accent-primary-light:#1e3a5f;--accent-primary-text:#93c5fd;--status-success:#34d399;--status-success-hover:#10b981;--status-success-bg:#052e16;--status-success-light:#052e16;--status-success-border:#166534;--status-success-text:#4ade80;--status-error:#f87171;--status-error-hover:#ef4444;--status-error-bg:#450a0a;--status-error-light:#450a0a;--status-error-border:#7f1d1d;--status-error-text:#fca5a5;--status-warning:#fbbf24;--status-warning-hover:#f59e0b;--status-warning-bg:#422006;--status-warning-light:#422006;--status-warning-border:#854d0e;--status-warning-text:#fcd34d;--status-info:#60a5fa;--status-info-hover:#3b82f6;--status-info-bg:#172554;--status-info-border:#1e40af;--status-info-text:#93c5fd;--nav-text-hover:#d4d4d8;--card-shadow:0 8px 24px #0006;--button-primary-bg:#fafafa;--button-primary-bg-hover:#e4e4e7;--button-primary-text:#18181b;--button-disabled-bg:#0a0a0a;--button-danger-bg:#7f1d1d;--button-danger-bg-hover:#991b1b;--button-danger-text:#fca5a5;--button-warning-bg:#78350f;--button-warning-bg-hover:#92400e;--button-warning-text:#fcd34d;--button-success-bg:#14532d;--button-success-bg-hover:#166534;--button-success-text:#86efac;--button-info-bg:#1e3a5f;--button-info-bg-hover:#1e40af;--button-info-text:#93c5fd;--shadow-sm:0 1px 3px #0000004d;--shadow-md:0 4px 12px #0006;--shadow-lg:0 25px 50px -12px #0009;--shadow-card:0 8px 24px #0006;--overlay-bg:#000000b3}}.btn{cursor:pointer;text-wrap:nowrap;border:none;border-radius:6px;justify-content:center;align-items:center;gap:.5rem;padding:.5rem 1rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;transition:background-color .15s,border-color .15s,color .15s;display:inline-flex}.btn:disabled{opacity:.5;cursor:not-allowed}.btn.btn-sm{gap:.375rem;padding:.375rem .75rem;font-size:.8125rem}.btn.btn-lg{gap:.625rem;padding:.625rem 1.25rem;font-size:1rem}.btn-primary{background-color:var(--button-primary-bg);color:var(--button-primary-text)}.btn-primary:hover:not(:disabled){background-color:var(--button-primary-bg-hover)}.btn-primary:disabled{background-color:var(--bg-tertiary);color:var(--text-muted);border:1px solid var(--border-default)}.btn-secondary{background-color:var(--button-secondary-bg);color:var(--button-secondary-text);border:1px solid var(--button-secondary-border)}.btn-secondary:hover:not(:disabled){background-color:var(--button-secondary-bg-hover)}.btn-secondary:disabled{background-color:var(--bg-tertiary);color:var(--text-muted);border-color:var(--bg-tertiary)}.btn-danger{background-color:var(--button-danger-bg);color:var(--button-danger-text)}.btn-danger:hover:not(:disabled){background-color:var(--button-danger-bg-hover)}.btn-danger:disabled{background-color:var(--bg-tertiary);color:var(--text-muted);border:1px solid var(--bg-tertiary)}.btn-warning{background-color:var(--button-warning-bg);color:var(--button-warning-text)}.btn-warning:hover:not(:disabled){background-color:var(--button-warning-bg-hover)}.btn-warning:disabled{background-color:var(--bg-tertiary);color:var(--text-muted)}.btn-success{background-color:var(--button-success-bg);color:var(--button-success-text)}.btn-success:hover:not(:disabled){background-color:var(--button-success-bg-hover)}.btn-success:disabled{background-color:var(--bg-tertiary);color:var(--text-muted);border:1px solid var(--bg-tertiary)}.btn-info{background-color:var(--button-info-bg);color:var(--button-info-text)}.btn-info:hover:not(:disabled){background-color:var(--button-info-bg-hover)}.btn-info:disabled{background-color:var(--bg-tertiary);color:var(--text-muted)}.btn-ghost{color:var(--text-secondary);background-color:#0000;border:none}.btn-ghost:hover:not(:disabled){background-color:var(--bg-tertiary);color:var(--text-primary)}.btn-ghost:disabled{color:var(--text-muted)}.pill{background-color:var(--bg-tertiary);color:var(--text-secondary);border-radius:9999px;align-items:center;gap:.375rem;padding:.25rem .625rem;font-size:.75rem;font-weight:500;display:inline-flex}.pill-success{background-color:var(--status-success-bg);color:var(--status-success-text)}.pill-error,.pill-danger{background-color:var(--status-error-bg);color:var(--status-error-text)}.pill-warning{background-color:var(--status-warning-bg);color:var(--status-warning-text)}.pill-info{background-color:var(--status-info-bg);color:var(--status-info-text)}.user-pill{background-color:var(--bg-tertiary);color:var(--text-primary);border-radius:9999px;align-items:center;gap:.375rem;padding:.25rem .5rem .25rem .25rem;font-size:.8125rem;font-weight:500;display:inline-flex}.user-pill img{border-radius:50%;width:20px;height:20px}.input{border:1px solid var(--input-border);background:var(--input-bg);color:var(--input-text);border-radius:6px;padding:.5rem .75rem;font-size:.875rem;transition:border-color .15s,box-shadow .15s}.input:focus{border-color:var(--input-border-focus);outline:none;box-shadow:0 0 0 3px #3b82f61a}.input::placeholder{color:var(--input-placeholder)}.input:disabled{background:var(--bg-tertiary);cursor:not-allowed}.select{border:1px solid var(--input-border);background:var(--input-bg);color:var(--input-text);cursor:pointer;border-radius:6px;padding:.5rem .75rem;font-size:.875rem}.select:focus{border-color:var(--input-border-focus);outline:none}.select:disabled{background:var(--bg-tertiary);cursor:not-allowed}.radio-group{gap:1rem;display:flex}.radio-label{cursor:pointer;color:var(--text-primary);align-items:center;gap:.5rem;font-size:.875rem;display:inline-flex}.radio-label input[type=radio]{appearance:none;border:2px solid var(--border-strong);background:var(--bg-primary);cursor:pointer;border-radius:50%;flex-shrink:0;width:18px;height:18px;transition:border-color .15s,background-color .15s;position:relative}.radio-label input[type=radio]:checked{border-color:var(--accent-primary);background:var(--accent-primary)}.radio-label input[type=radio]:checked:after{content:"";background:#fff;border-radius:50%;width:6px;height:6px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.radio-label input[type=radio]:hover:not(:checked):not(:disabled){border-color:var(--accent-primary)}.radio-label input[type=radio]:disabled{opacity:.5;cursor:not-allowed}.checkbox-label{cursor:pointer;color:var(--text-primary);align-items:center;gap:.5rem;font-size:.875rem;display:inline-flex}.checkbox-label input[type=checkbox]{appearance:none;border:2px solid var(--border-strong);background:var(--bg-primary);cursor:pointer;border-radius:4px;flex-shrink:0;width:18px;height:18px;transition:border-color .15s,background-color .15s;position:relative}.checkbox-label input[type=checkbox]:checked{border-color:var(--accent-primary);background:var(--accent-primary)}.checkbox-label input[type=checkbox]:checked:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:5px;height:9px;position:absolute;top:45%;left:50%;transform:translate(-50%,-50%)rotate(45deg)}.checkbox-label input[type=checkbox]:hover:not(:checked):not(:disabled){border-color:var(--accent-primary)}.checkbox-label input[type=checkbox]:disabled{opacity:.5;cursor:not-allowed}.card{background:var(--card-bg);border:1px solid var(--card-border);box-shadow:var(--shadow-sm);border-radius:8px;padding:1rem}.card-elevated{background:var(--bg-elevated);border:1px solid var(--border-default);box-shadow:var(--shadow-md);border-radius:12px;padding:1.5rem}.text-primary{color:var(--text-primary)}.text-secondary{color:var(--text-secondary)}.text-tertiary{color:var(--text-tertiary)}.text-success{color:var(--status-success)}.text-error{color:var(--status-error)}.text-warning{color:var(--status-warning)}.text-info{color:var(--status-info)}.bg-primary{background-color:var(--bg-primary)}.bg-secondary{background-color:var(--bg-secondary)}.bg-tertiary{background-color:var(--bg-tertiary)}.modal-overlay{background:var(--overlay-bg);z-index:1000;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal{background:var(--bg-primary);width:100%;max-width:400px;box-shadow:var(--shadow-lg);border:1px solid var(--border-default);border-radius:12px;padding:1.5rem;position:relative}.modal-close{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.375rem;display:flex;position:absolute;top:.75rem;right:.75rem}.modal-close:hover{background:var(--bg-tertiary);color:var(--text-primary)}.confirm-modal{text-align:center}.confirm-modal-icon{border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 1rem;display:flex}.confirm-modal-icon.warning{background:var(--status-warning-bg);color:var(--status-warning)}.confirm-modal-icon.danger{background:var(--status-error-bg);color:var(--status-error)}.confirm-modal-icon.info{background:var(--status-info-bg);color:var(--status-info)}.confirm-modal-title{color:var(--text-primary);margin:0 0 .5rem;font-size:1.125rem;font-weight:600}.confirm-modal-message{color:var(--text-secondary);margin:0 0 1.5rem;font-size:.875rem;line-height:1.5}.confirm-modal-message strong{color:var(--text-primary)}.confirm-modal-actions{justify-content:center;gap:.75rem;display:flex}.search-wrapper{align-items:center;display:flex;position:relative}.search-input{border:1px solid var(--input-border);background:var(--input-bg);width:100%;color:var(--input-text);border-radius:6px;padding:.5rem .75rem .5rem 2.25rem;font-size:.875rem;transition:border-color .15s,box-shadow .15s}.search-input:focus{border-color:var(--input-border-focus);outline:none;box-shadow:0 0 0 3px #3b82f61a}.search-input::placeholder{color:var(--input-placeholder)}.search-icon{color:var(--text-tertiary);pointer-events:none;position:absolute;left:.75rem}.search-clear{color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.25rem;display:flex;position:absolute;right:.5rem}.search-clear:hover{background:var(--bg-tertiary);color:var(--text-primary)}.filter-chip{border:1px solid var(--border-default);background:var(--bg-primary);color:var(--text-secondary);cursor:pointer;border-radius:9999px;padding:.375rem .75rem;font-size:.75rem;font-weight:500;transition:all .15s}.filter-chip:hover{border-color:var(--border-strong);color:var(--text-primary)}.filter-chip.active{background:var(--accent-primary);border-color:var(--accent-primary);color:#fff}:root{--background-color:var(--bg-page);--full-background-color:var(--bg-primary);--hover-background-color:var(--bg-tertiary);--secondary-color:var(--bg-secondary);--border-color:var(--border-default);--border-color-hover:var(--border-strong);--text-color:var(--text-primary);--sub-text-color:var(--text-secondary);--mostly-text-color:var(--text-secondary);--dark-text-color:var(--text-primary);--button-primary-bg-color:var(--button-primary-bg);--button-primary-bg-color-hover:var(--button-primary-bg-hover);--button-primary-color:var(--button-primary-text);--button-secondary-bg-color:var(--button-secondary-bg);--button-secondary-bg-color-hover:var(--button-secondary-bg-hover);--button-secondary-color:var(--button-secondary-text);--primary-color:var(--text-primary);--accent-color:var(--accent-primary);--puck-red:var(--brand-red);--success-color:var(--status-success);--error-color:var(--status-error)}html,body{margin:0;padding:0;overflow-x:clip}body{background-color:var(--bg-page);color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;transition:background-color .2s,color .2s}*{box-sizing:border-box;font-family:Inter,sans-serif!important}h1,h2,h3,h4,h5,h6{line-height:unset;margin:unset;color:var(--text-primary);font-weight:700!important}h1{font-size:32px!important}a{color:inherit;text-decoration:none!important}.external-link{flex-direction:row;align-items:center;gap:4px;font-size:14px;display:flex;color:var(--accent-primary)!important}.external-link:hover{color:var(--accent-primary-hover);background-image:linear-gradient(var(--accent-primary),var(--accent-primary));cursor:pointer;background-position:0 100%;background-repeat:no-repeat;background-size:100% 1px}.code{background-color:var(--bg-tertiary);border:1px solid var(--border-default);color:var(--text-secondary);border-radius:4px;padding:.25rem .5rem;font-size:.7rem;font-family:Fira Code,monospace!important}.main{max-width:600px;margin:0 auto;padding:2rem}.title{color:var(--text-primary);margin-bottom:1rem;font-size:2rem;font-weight:700}.server-selector{gap:1rem;margin-bottom:1rem;display:flex}.server-button{background-color:var(--bg-secondary);border:1px solid var(--border-default);cursor:pointer;color:var(--text-primary);border-radius:4px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s}.server-button:hover{background-color:var(--bg-tertiary)}.server-button.active{background-color:var(--button-primary-bg);color:var(--button-primary-text)}.server-monitor{flex-direction:column;gap:2rem;display:flex}.metadata{background-color:var(--bg-secondary);border:1px solid var(--border-default);border-radius:4px;flex:1;padding:1rem}.metadata h2{color:var(--text-primary);margin-top:0;font-size:1.25rem;font-weight:600}.metadata p{margin:.5rem 0;font-size:.875rem}.event-log{background-color:var(--bg-secondary);border:1px solid var(--border-default);border-radius:4px;flex:2;padding:1rem}.event-log h2{color:var(--text-primary);margin-top:0;font-size:1.25rem;font-weight:600}.event-list{max-height:300px;margin:0;padding:0;list-style-type:none;overflow-y:auto}.event-item{border-bottom:1px solid var(--border-default);padding:.5rem;font-size:.875rem}.event-item:last-child{border-bottom:none}.status-indicator{border-radius:50%;width:8px;height:8px;margin-right:.5rem;display:inline-block}.status-online{background-color:var(--status-success)}.status-offline{background-color:var(--status-error)}input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}
.AppShell-module-scss-module__5AyHya__shell{background-color:var(--bg-page);flex-direction:row;width:100%;min-height:100vh;display:flex}.AppShell-module-scss-module__5AyHya__sidebar{z-index:40;background-color:var(--bg-primary);border-right:1px solid var(--border-default);flex-direction:column;width:240px;height:100vh;transition:width .18s;display:flex;position:fixed;top:0;left:0}.AppShell-module-scss-module__5AyHya__sidebar.AppShell-module-scss-module__5AyHya__collapsed{width:56px}.AppShell-module-scss-module__5AyHya__sidebar.AppShell-module-scss-module__5AyHya__collapsed>.AppShell-module-scss-module__5AyHya__sidebarHeader{justify-content:center}@media (max-width:900px){.AppShell-module-scss-module__5AyHya__sidebar{display:none}}.AppShell-module-scss-module__5AyHya__sidebarHeader{border-bottom:1px solid var(--border-default);flex-shrink:0;justify-content:space-between;align-items:center;height:56px;padding:.75rem;display:flex;overflow:hidden}.AppShell-module-scss-module__5AyHya__brand{color:var(--text-primary);white-space:nowrap;align-items:center;gap:.5rem;font-size:1.05rem;font-weight:700;display:flex;overflow:hidden}.AppShell-module-scss-module__5AyHya__brand img{flex-shrink:0;width:auto;height:22px}.AppShell-module-scss-module__5AyHya__footerDivider{border-top:1px solid var(--border-default);flex-direction:column;margin:0 -.5rem;padding:.4rem .5rem 0;display:flex}.AppShell-module-scss-module__5AyHya__themeSwitcherWrapper{flex-direction:row;justify-content:space-between;align-items:center;padding-top:.5rem;display:flex}.AppShell-module-scss-module__5AyHya__themeSwitcherWrapper>span{color:var(--text-secondary);font-size:.7rem}.AppShell-module-scss-module__5AyHya__collapseBtn{color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;gap:.4rem;width:100%;padding:.4rem .5rem;font-size:.75rem;display:flex}.AppShell-module-scss-module__5AyHya__collapseBtn:hover{color:var(--text-primary);background-color:var(--bg-tertiary)}.AppShell-module-scss-module__5AyHya__sidebarBody{flex-direction:column;flex:1;gap:.25rem;padding:.5rem 0;display:flex;overflow:hidden auto}.AppShell-module-scss-module__5AyHya__sidebarFooter{flex-direction:column;flex-shrink:0;gap:.4rem;padding:.5rem;display:flex}.AppShell-module-scss-module__5AyHya__userTop{border-bottom:1px solid var(--border-default);flex-shrink:0;padding:.6rem}.AppShell-module-scss-module__5AyHya__section{flex-direction:column;display:flex}.AppShell-module-scss-module__5AyHya__sectionHeader{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.06em;-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;width:100%;padding:.6rem 1rem .3rem;font-size:.7rem;font-weight:600;display:flex}.AppShell-module-scss-module__5AyHya__sectionHeader:before,.AppShell-module-scss-module__5AyHya__sectionHeader:after{content:"";background-color:var(--border-default);flex:1;height:1px}.AppShell-module-scss-module__5AyHya__sectionHeader .AppShell-module-scss-module__5AyHya__sectionLabel{white-space:nowrap;opacity:1;flex-shrink:0;transition:opacity .15s}.AppShell-module-scss-module__5AyHya__sectionHeader.AppShell-module-scss-module__5AyHya__active{color:var(--text-primary)}.AppShell-module-scss-module__5AyHya__sectionItems{flex-direction:column;padding:0 0 .5rem;display:flex}.AppShell-module-scss-module__5AyHya__item{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:.65rem;padding:.6rem 1rem;font-size:.875rem;transition:background-color .15s,color .15s;display:flex;position:relative;overflow:hidden}.AppShell-module-scss-module__5AyHya__item .AppShell-module-scss-module__5AyHya__itemIcon{opacity:.75;flex-shrink:0;justify-content:center;align-items:center;width:18px;transition:opacity .15s;display:flex}.AppShell-module-scss-module__5AyHya__item .AppShell-module-scss-module__5AyHya__itemLabel{text-overflow:ellipsis;flex:1;transition:opacity .15s;overflow:hidden}.AppShell-module-scss-module__5AyHya__item .AppShell-module-scss-module__5AyHya__externalArrow{opacity:.55;pointer-events:none;font-size:.85em;line-height:1;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.AppShell-module-scss-module__5AyHya__item:hover .AppShell-module-scss-module__5AyHya__itemIcon,.AppShell-module-scss-module__5AyHya__item.AppShell-module-scss-module__5AyHya__active .AppShell-module-scss-module__5AyHya__itemIcon{opacity:1}.AppShell-module-scss-module__5AyHya__item:before{content:"";background-color:var(--text-primary);opacity:0;width:3px;transition:opacity .18s;position:absolute;top:0;bottom:0;left:0}.AppShell-module-scss-module__5AyHya__item:after{content:"";background-color:var(--text-primary);opacity:0;border-radius:50%;flex-shrink:0;width:7px;height:7px;margin-left:auto;transition:opacity .18s,transform .18s;transform:scale(.6)}.AppShell-module-scss-module__5AyHya__item:hover{background-color:var(--bg-tertiary);color:var(--text-primary)}.AppShell-module-scss-module__5AyHya__item.AppShell-module-scss-module__5AyHya__active{background-color:var(--bg-tertiary);color:var(--text-primary);font-weight:600}.AppShell-module-scss-module__5AyHya__item.AppShell-module-scss-module__5AyHya__active:before{opacity:1}.AppShell-module-scss-module__5AyHya__item.AppShell-module-scss-module__5AyHya__active:after{opacity:1;transform:scale(1)}.AppShell-module-scss-module__5AyHya__topLink{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:.5rem;padding:.6rem 1rem;font-size:.85rem;transition:background-color .15s,color .15s;display:flex;position:relative;overflow:hidden}.AppShell-module-scss-module__5AyHya__topLink:before{content:"";background-color:var(--text-primary);opacity:0;width:3px;transition:opacity .18s;position:absolute;top:0;bottom:0;left:0}.AppShell-module-scss-module__5AyHya__topLink:after{content:"";background-color:var(--text-primary);opacity:0;border-radius:50%;flex-shrink:0;width:7px;height:7px;margin-left:auto;transition:opacity .18s,transform .18s;transform:scale(.6)}.AppShell-module-scss-module__5AyHya__topLink:hover{background-color:var(--bg-tertiary);color:var(--text-primary)}.AppShell-module-scss-module__5AyHya__topLink.AppShell-module-scss-module__5AyHya__active{background-color:var(--bg-tertiary);color:var(--text-primary);font-weight:600}.AppShell-module-scss-module__5AyHya__topLink.AppShell-module-scss-module__5AyHya__active:before{opacity:1}.AppShell-module-scss-module__5AyHya__topLink.AppShell-module-scss-module__5AyHya__active:after{opacity:1;transform:scale(1)}.AppShell-module-scss-module__5AyHya__topLink .AppShell-module-scss-module__5AyHya__topLinkIcon{opacity:.7;flex-shrink:0;justify-content:center;align-items:center;width:16px;display:flex}.AppShell-module-scss-module__5AyHya__topLink.AppShell-module-scss-module__5AyHya__active .AppShell-module-scss-module__5AyHya__topLinkIcon{opacity:1}.AppShell-module-scss-module__5AyHya__sidebar.AppShell-module-scss-module__5AyHya__collapsed .AppShell-module-scss-module__5AyHya__brand span,.AppShell-module-scss-module__5AyHya__sidebar.AppShell-module-scss-module__5AyHya__collapsed .AppShell-module-scss-module__5AyHya__sidebarFooter .AppShell-module-scss-module__5AyHya__footerLabel,.AppShell-module-scss-module__5AyHya__sidebar.AppShell-module-scss-module__5AyHya__collapsed .AppShell-module-scss-module__5AyHya__itemLabel,.AppShell-module-scss-module__5AyHya__sidebar.AppShell-module-scss-module__5AyHya__collapsed .AppShell-module-scss-module__5AyHya__topLink .AppShell-module-scss-module__5AyHya__sectionLabel,.AppShell-module-scss-module__5AyHya__sidebar.AppShell-module-scss-module__5AyHya__collapsed .AppShell-module-scss-module__5AyHya__sectionHeader .AppShell-module-scss-module__5AyHya__sectionLabel,.AppShell-module-scss-module__5AyHya__sidebar.AppShell-module-scss-module__5AyHya__collapsed .AppShell-module-scss-module__5AyHya__collapseBtn span{display:none}.AppShell-module-scss-module__5AyHya__sidebar.AppShell-module-scss-module__5AyHya__collapsed .AppShell-module-scss-module__5AyHya__sectionHeader{gap:0;padding:.4rem .5rem}.AppShell-module-scss-module__5AyHya__sidebar.AppShell-module-scss-module__5AyHya__collapsed .AppShell-module-scss-module__5AyHya__item,.AppShell-module-scss-module__5AyHya__sidebar.AppShell-module-scss-module__5AyHya__collapsed .AppShell-module-scss-module__5AyHya__topLink{justify-content:center;gap:0;padding:.6rem 0}.AppShell-module-scss-module__5AyHya__sidebar.AppShell-module-scss-module__5AyHya__collapsed .AppShell-module-scss-module__5AyHya__item:after,.AppShell-module-scss-module__5AyHya__sidebar.AppShell-module-scss-module__5AyHya__collapsed .AppShell-module-scss-module__5AyHya__topLink:after{display:none}.AppShell-module-scss-module__5AyHya__sidebar.AppShell-module-scss-module__5AyHya__collapsed .AppShell-module-scss-module__5AyHya__sidebarFooter{align-items:center}.AppShell-module-scss-module__5AyHya__sidebar.AppShell-module-scss-module__5AyHya__collapsed .AppShell-module-scss-module__5AyHya__footerDivider>button>span,.AppShell-module-scss-module__5AyHya__sidebar.AppShell-module-scss-module__5AyHya__collapsed .AppShell-module-scss-module__5AyHya__footerDivider>div>button>span,.AppShell-module-scss-module__5AyHya__sidebar.AppShell-module-scss-module__5AyHya__collapsed .AppShell-module-scss-module__5AyHya__themeSwitcherWrapper>div>button>span{display:none}.AppShell-module-scss-module__5AyHya__flyoutAnchor{position:relative}.AppShell-module-scss-module__5AyHya__flyout{background-color:var(--bg-elevated,var(--bg-primary));border:1px solid var(--border-default);box-shadow:var(--shadow-md);z-index:1100;border-radius:8px;flex-direction:column;gap:1px;min-width:180px;margin-left:6px;padding:.35rem;display:flex;position:fixed}.AppShell-module-scss-module__5AyHya__flyout:before{content:"";width:10px;position:absolute;top:0;bottom:0;left:-10px}.AppShell-module-scss-module__5AyHya__flyout .AppShell-module-scss-module__5AyHya__flyoutTitle{text-transform:uppercase;letter-spacing:.04em;color:var(--text-tertiary);padding:.4rem .6rem .2rem;font-size:.7rem;font-weight:600}.AppShell-module-scss-module__5AyHya__flyout a{color:var(--text-secondary);border-radius:6px;align-items:center;gap:.5rem;padding:.4rem .6rem;font-size:.85rem;display:flex}.AppShell-module-scss-module__5AyHya__flyout a:hover{background-color:var(--bg-tertiary);color:var(--text-primary)}.AppShell-module-scss-module__5AyHya__flyout a.AppShell-module-scss-module__5AyHya__active{background-color:var(--bg-tertiary);color:var(--text-primary);font-weight:600}.AppShell-module-scss-module__5AyHya__adminSidebar{z-index:39;background-color:var(--bg-secondary);border-right:1px solid var(--border-default);flex-direction:column;width:240px;height:100vh;display:flex;position:fixed;top:0;overflow:hidden}@media (max-width:900px){.AppShell-module-scss-module__5AyHya__adminSidebar{display:none}}.AppShell-module-scss-module__5AyHya__adminSidebar .AppShell-module-scss-module__5AyHya__sidebarHeader{color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:700}.AppShell-module-scss-module__5AyHya__content{flex-direction:column;flex:1;min-width:0;display:flex}@media (min-width:901px){.AppShell-module-scss-module__5AyHya__content{margin-left:240px;transition:margin-left .18s}.AppShell-module-scss-module__5AyHya__content.AppShell-module-scss-module__5AyHya__sidebarCollapsed{margin-left:56px}.AppShell-module-scss-module__5AyHya__content.AppShell-module-scss-module__5AyHya__adminShown{margin-left:480px}.AppShell-module-scss-module__5AyHya__content.AppShell-module-scss-module__5AyHya__adminShown.AppShell-module-scss-module__5AyHya__sidebarCollapsed{margin-left:296px}}.AppShell-module-scss-module__5AyHya__contentInner{flex:1}.AppShell-module-scss-module__5AyHya__mobileBar{background-color:var(--bg-primary);border-bottom:1px solid var(--border-default);z-index:50;justify-content:space-between;align-items:center;height:56px;padding:0 .75rem;display:none;position:sticky;top:0}@media (max-width:900px){.AppShell-module-scss-module__5AyHya__mobileBar{display:flex}}.AppShell-module-scss-module__5AyHya__mobileBar .AppShell-module-scss-module__5AyHya__mobileBrand{color:var(--text-primary);align-items:center;gap:.5rem;font-weight:700;display:flex}.AppShell-module-scss-module__5AyHya__mobileBar .AppShell-module-scss-module__5AyHya__mobileBrand img{height:22px}.AppShell-module-scss-module__5AyHya__mobileBar .AppShell-module-scss-module__5AyHya__mobileRight{align-items:center;gap:.5rem;display:flex}.AppShell-module-scss-module__5AyHya__iconBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:6px;display:flex}.AppShell-module-scss-module__5AyHya__iconBtn:hover{background-color:var(--bg-tertiary);color:var(--text-primary)}.AppShell-module-scss-module__5AyHya__drawerBackdrop{z-index:1000;opacity:0;pointer-events:none;background-color:#0006;transition:opacity .18s;position:fixed;inset:0}.AppShell-module-scss-module__5AyHya__drawerBackdrop.AppShell-module-scss-module__5AyHya__open{opacity:1;pointer-events:auto}@media (min-width:901px){.AppShell-module-scss-module__5AyHya__drawerBackdrop{display:none}}.AppShell-module-scss-module__5AyHya__drawer{background-color:var(--bg-primary);border-right:1px solid var(--border-default);z-index:1001;flex-direction:column;width:min(85vw,320px);transition:transform .2s;display:flex;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%)}.AppShell-module-scss-module__5AyHya__drawer.AppShell-module-scss-module__5AyHya__open{transform:translate(0)}@media (min-width:901px){.AppShell-module-scss-module__5AyHya__drawer{display:none}}.AppShell-module-scss-module__5AyHya__drawer .AppShell-module-scss-module__5AyHya__sidebarFooter{border-top:1px solid var(--border-default)}.AppShell-module-scss-module__5AyHya__drawerTabs{border-bottom:1px solid var(--border-default);display:flex}.AppShell-module-scss-module__5AyHya__drawerTabs button{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;padding:.6rem;font-size:.85rem;font-weight:500}.AppShell-module-scss-module__5AyHya__drawerTabs button.AppShell-module-scss-module__5AyHya__active{color:var(--text-primary);border-bottom-color:var(--text-primary);font-weight:600}.AppShell-module-scss-module__5AyHya__footer{border-top:1px solid var(--border-default);color:var(--text-tertiary);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.5rem;font-size:.8rem;display:flex}.AppShell-module-scss-module__5AyHya__footer a{color:var(--text-secondary)}.AppShell-module-scss-module__5AyHya__footer a:hover{color:var(--text-primary)}.AppShell-module-scss-module__5AyHya__footerBrand{flex-direction:column;gap:.2rem;display:flex}.AppShell-module-scss-module__5AyHya__onlineWrap{position:relative}.AppShell-module-scss-module__5AyHya__onlineToggle{background:var(--bg-primary);border:1px solid var(--border-default);color:var(--text-secondary);cursor:pointer;border-radius:4px;align-items:center;gap:.5rem;padding:.3rem .75rem;font-size:.8rem;display:flex}.AppShell-module-scss-module__5AyHya__onlineToggle:hover{background-color:var(--bg-tertiary)}.AppShell-module-scss-module__5AyHya__onlineDot{background-color:var(--status-success);border-radius:50%;width:8px;height:8px;animation:2s infinite AppShell-module-scss-module__5AyHya__pulse}@keyframes AppShell-module-scss-module__5AyHya__pulse{0%,to{opacity:1}50%{opacity:.5}}.AppShell-module-scss-module__5AyHya__onlineDropdown{background:var(--bg-elevated,var(--bg-primary));border:1px solid var(--border-default);box-shadow:var(--shadow-md);z-index:100;border-radius:8px;min-width:220px;max-width:280px;max-height:300px;margin-bottom:.5rem;position:absolute;bottom:100%;right:0;overflow-y:auto}@media (max-width:600px){.AppShell-module-scss-module__5AyHya__onlineDropdown{width:max-content;min-width:0;max-width:calc(100vw - 1rem);left:0;right:auto}}.AppShell-module-scss-module__5AyHya__onlineSection{padding:.5rem}.AppShell-module-scss-module__5AyHya__onlineSection:not(:last-child){border-bottom:1px solid var(--border-default)}.AppShell-module-scss-module__5AyHya__onlineSection .AppShell-module-scss-module__5AyHya__onlineSectionHeader{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.25rem;padding:.25rem .5rem;font-size:.7rem;font-weight:600}.AppShell-module-scss-module__5AyHya__onlineUser{border-radius:4px;align-items:center;gap:.5rem;padding:.35rem .5rem;font-size:.8rem;display:flex;color:var(--text-primary)!important}.AppShell-module-scss-module__5AyHya__onlineUser:hover{background-color:var(--bg-tertiary)}.AppShell-module-scss-module__5AyHya__onlineUser img{border-radius:50%;width:20px;height:20px}.AppShell-module-scss-module__5AyHya__userRow{flex-wrap:wrap;align-items:center;gap:.4rem;display:flex}.AppShell-module-scss-module__5AyHya__userCardWrap{position:relative}.AppShell-module-scss-module__5AyHya__userCard{color:var(--text-primary);flex-direction:column;gap:.65rem;min-width:0;margin:-.5rem;padding:.85rem;display:flex}.AppShell-module-scss-module__5AyHya__userCard:hover{background-color:var(--bg-tertiary)}.AppShell-module-scss-module__5AyHya__userCardHead{align-items:center;gap:.6rem;min-width:0;display:flex}.AppShell-module-scss-module__5AyHya__userCardAvatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:40px;height:40px}.AppShell-module-scss-module__5AyHya__userCardInfo{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex;overflow:hidden}.AppShell-module-scss-module__5AyHya__userCardName{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:.95rem;font-weight:600;display:block;overflow:hidden}.AppShell-module-scss-module__5AyHya__userCardMoney{color:var(--text-secondary);font-size:.75rem}.AppShell-module-scss-module__5AyHya__userCollapsed{flex-direction:column;align-items:center;gap:.4rem;display:flex}.AppShell-module-scss-module__5AyHya__logoutBtnCollapsed{cursor:pointer;width:28px;height:28px;color:var(--text-tertiary);background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;display:flex}.AppShell-module-scss-module__5AyHya__logoutBtnCollapsed:hover{background-color:var(--bg-tertiary);color:var(--text-primary)}.AppShell-module-scss-module__5AyHya__userAvatarLink{border:1px solid var(--border-default);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex;overflow:hidden}.AppShell-module-scss-module__5AyHya__userAvatarLink:hover{border-color:var(--text-primary)}.AppShell-module-scss-module__5AyHya__userAvatarLink img{object-fit:cover;width:100%;height:100%}.AppShell-module-scss-module__5AyHya__xpRow{flex-direction:column;gap:4px;display:flex}.AppShell-module-scss-module__5AyHya__xpHeader{justify-content:space-between;align-items:baseline;gap:.5rem;font-size:.7rem;display:flex}.AppShell-module-scss-module__5AyHya__xpLevel{color:var(--text-primary);font-weight:600}.AppShell-module-scss-module__5AyHya__xpProgress{color:var(--text-tertiary);font-variant-numeric:tabular-nums}.AppShell-module-scss-module__5AyHya__xpBar{background-color:var(--bg-tertiary);border-radius:999px;width:100%;height:6px;overflow:hidden}.AppShell-module-scss-module__5AyHya__xpBarFill{background-color:var(--accent-primary);border-radius:999px;height:100%;transition:width .3s}.AppShell-module-scss-module__5AyHya__loginBtn{background-color:var(--button-primary-bg);color:var(--button-primary-text);text-overflow:ellipsis;white-space:nowrap;border-radius:6px;align-items:center;padding:.4rem .75rem;font-size:.85rem;font-weight:500;display:inline-flex;overflow:hidden}.AppShell-module-scss-module__5AyHya__loginBtn:hover{background-color:var(--button-primary-bg-hover)}.AppShell-module-scss-module__5AyHya__logoutLink{color:var(--text-tertiary);align-self:flex-start;font-size:.75rem}.AppShell-module-scss-module__5AyHya__logoutLink:hover{color:var(--text-primary)}.AppShell-module-scss-module__5AyHya__logoutBtn{cursor:pointer;min-width:24px;height:24px;color:var(--text-tertiary);background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;gap:.35rem;padding:0 .5rem;font-size:.75rem;display:flex}.AppShell-module-scss-module__5AyHya__logoutBtn:hover{background-color:var(--bg-tertiary);color:var(--text-primary)}
.ThemeSwitcher-module-scss-module__AqquNG__container{position:relative}.ThemeSwitcher-module-scss-module__AqquNG__trigger{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;gap:.375rem;padding:.25rem .5rem;font-size:.8rem;transition:color .1s;display:flex}.ThemeSwitcher-module-scss-module__AqquNG__trigger:hover{color:var(--text-primary)}.ThemeSwitcher-module-scss-module__AqquNG__trigger span{text-transform:capitalize;font-size:.75rem}.ThemeSwitcher-module-scss-module__AqquNG__dropdown{background:var(--bg-primary);border:1px solid var(--border-default);z-index:100;min-width:7rem;box-shadow:var(--shadow-md);border-radius:6px;padding:.25rem;position:absolute;top:calc(100% + .375rem);right:0;overflow:hidden}.ThemeSwitcher-module-scss-module__AqquNG__dropdown.ThemeSwitcher-module-scss-module__AqquNG__dropdownTopStart{inset:auto auto calc(100% + .375rem) 0}.ThemeSwitcher-module-scss-module__AqquNG__option{width:100%;color:var(--text-secondary);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:4px;align-items:center;gap:.5rem;padding:.375rem .5rem;font-size:.8rem;transition:all .1s;display:flex}.ThemeSwitcher-module-scss-module__AqquNG__option:hover{background:var(--bg-tertiary);color:var(--text-primary)}.ThemeSwitcher-module-scss-module__AqquNG__option.ThemeSwitcher-module-scss-module__AqquNG__active{color:var(--text-primary);font-weight:500}.ThemeSwitcher-module-scss-module__AqquNG__checkmark{opacity:0;margin-left:auto}.ThemeSwitcher-module-scss-module__AqquNG__active .ThemeSwitcher-module-scss-module__AqquNG__checkmark{opacity:1}
.Tooltip-module-scss-module__iJsYkG__tooltip{color:#fff;white-space:nowrap;z-index:2000;pointer-events:none;background-color:#1f1f1f;border-radius:4px;padding:.3rem .55rem;font-size:.75rem;font-weight:500;position:fixed;box-shadow:0 2px 8px #00000040}[data-theme=dark] .Tooltip-module-scss-module__iJsYkG__tooltip{color:#111;background-color:#f3f3f3}.Tooltip-module-scss-module__iJsYkG__right{transform:translateY(-50%)}.Tooltip-module-scss-module__iJsYkG__left{transform:translate(-100%,-50%)}.Tooltip-module-scss-module__iJsYkG__top{transform:translate(-50%,-100%)}.Tooltip-module-scss-module__iJsYkG__bottom{transform:translate(-50%)}
