@import "https://fonts.googleapis.com/css2?family=Geologica:wght@400;500;600;700&display=swap";.djs-root{--djs-font:"Geologica", "gg sans", "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;--djs-bg:#313338;--djs-bg-secondary:#2b2d31;--djs-bg-tertiary:#1e1f22;--djs-bg-mod-subtle:#232428;--djs-bg-input:#1e1f22;--djs-bg-button-secondary:#4e5058;--djs-bg-button-secondary-hover:#6d6f78;--djs-text:#dbdee1;--djs-text-muted:#949ba4;--djs-text-link:#00a8fc;--djs-header-primary:#f2f3f5;--djs-brand:#5865f2;--djs-brand-hover:#4752c4;--djs-success:#248046;--djs-success-hover:#1a6334;--djs-danger:#da373c;--djs-danger-hover:#a12828;--djs-mention-bg:#5865f24d;--djs-mention-fg:#c9cdfb;--djs-code-bg:#1e1f22;--djs-border:#3f4147;--djs-spoiler:#202225;--djs-radius:8px;--djs-radius-sm:4px;--djs-radius-full:9999px;font-family:var(--djs-font);color:var(--djs-text);background:var(--djs-bg);box-sizing:border-box;-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.375}.djs-root *,.djs-root :before,.djs-root :after{box-sizing:border-box}.djs-root[data-theme=light]{--djs-bg:#fff;--djs-bg-secondary:#f2f3f5;--djs-bg-tertiary:#e3e5e8;--djs-bg-mod-subtle:#ebedef;--djs-bg-input:#e3e5e8;--djs-bg-button-secondary:#6d6f78;--djs-bg-button-secondary-hover:#4e5058;--djs-text:#2e3338;--djs-text-muted:#5c5e66;--djs-header-primary:#060607;--djs-mention-bg:#5865f226;--djs-mention-fg:#505cdc;--djs-code-bg:#f2f3f5;--djs-border:#e3e5e8;--djs-spoiler:#e3e5e8}.djs-messages{background:var(--djs-bg);border-radius:var(--djs-radius);flex-direction:column;gap:1.0625rem;width:100%;max-width:100%;padding:1rem;display:flex}.djs-message{align-items:flex-start;gap:1rem;display:flex;position:relative}.djs-avatar{object-fit:cover;background:var(--djs-bg-tertiary);border-radius:50%;flex-shrink:0;width:40px;height:40px;margin-top:2px}.djs-avatar-fallback{color:#fff;background:var(--djs-brand);-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;font-size:14px;font-weight:600;display:flex}.djs-message-body{flex-direction:column;flex:1;gap:.25rem;min-width:0;display:flex}.djs-message-header{flex-wrap:wrap;align-items:center;gap:.375rem;min-height:1.375rem;line-height:1.375;display:flex}.djs-author{color:var(--djs-header-primary);font-size:1rem;font-weight:500}.djs-author[data-role-color]{color:var(--djs-role-color)}.djs-badge{text-transform:uppercase;letter-spacing:.02em;color:#fff;background:var(--djs-brand);vertical-align:middle;-webkit-user-select:none;user-select:none;border-radius:3px;align-items:center;gap:.15rem;height:15px;padding:0 4px;font-size:.625rem;font-weight:600;line-height:15px;display:inline-flex}.djs-badge svg{flex-shrink:0;width:10px;height:10px}.djs-timestamp{color:var(--djs-text-muted);margin-left:.125rem;font-size:.75rem;font-weight:400}.djs-message-content{color:var(--djs-text);word-wrap:break-word;overflow-wrap:anywhere;flex-direction:column;gap:.5rem;font-size:1rem;font-weight:400;display:flex}.djs-container{background:var(--djs-bg-secondary);border-radius:var(--djs-radius);border-left:4px solid #0000;flex-direction:column;gap:.5rem;max-width:100%;padding:1rem;display:flex;position:relative;overflow:hidden}.djs-container[data-accent]{border-left-color:var(--djs-accent)}.djs-container[data-spoiler=true]{filter:blur(6px);-webkit-user-select:none;user-select:none;pointer-events:none}.djs-section{align-items:flex-start;gap:1rem;width:100%;display:flex}.djs-section-content{flex-direction:column;flex:1;gap:.25rem;min-width:0;display:flex}.djs-section-accessory{flex-shrink:0;align-items:flex-start;display:flex}.djs-text{color:var(--djs-text);white-space:pre-wrap;word-wrap:break-word;overflow-wrap:anywhere;font-size:1rem;line-height:1.375}.djs-text strong{font-weight:700}.djs-text em{font-style:italic}.djs-text u{text-decoration:underline}.djs-text s{text-decoration:line-through}.djs-text a{color:var(--djs-text-link);text-decoration:none}.djs-text a:hover{text-decoration:underline}.djs-text code{background:var(--djs-code-bg);color:var(--djs-text);border-radius:3px;padding:.15em .3em;font-family:gg mono,Consolas,Andale Mono WT,Andale Mono,Lucida Console,Lucida Sans Typewriter,DejaVu Sans Mono,Bitstream Vera Sans Mono,Liberation Mono,Nimbus Mono L,Monaco,Courier New,Courier,monospace;font-size:.875em}.djs-text pre{background:var(--djs-code-bg);border:1px solid var(--djs-border);border-radius:var(--djs-radius-sm);margin:.25rem 0;padding:.5rem;overflow-x:auto}.djs-text pre code{background:0 0;padding:0;font-size:.875rem;line-height:1.25rem}.djs-text h1,.djs-text h2,.djs-text h3{color:var(--djs-header-primary);margin:.25rem 0 .125rem;font-weight:700;line-height:1.25}.djs-text h1{font-size:1.5rem}.djs-text h2{font-size:1.25rem}.djs-text h3{font-size:1rem}.djs-text .djs-subtext{color:var(--djs-text-muted);font-size:.75rem;line-height:1rem}.djs-text .djs-spoiler{cursor:pointer;display:inline}.djs-text .djs-spoiler-check{opacity:0;pointer-events:none;width:0;height:0;position:absolute}.djs-text .djs-spoiler-text{background:var(--djs-spoiler);color:#0000;border-radius:3px;transition:color .1s,background .1s}.djs-text .djs-spoiler:hover .djs-spoiler-text{background:#2e3035}.djs-text .djs-spoiler-check:checked+.djs-spoiler-text,.djs-text .djs-spoiler-check:focus-visible+.djs-spoiler-text{color:var(--djs-text);background:#0003}.djs-text ul,.djs-text ol{margin:.25rem 0;padding-left:1.5rem}.djs-text li{margin:.1rem 0}.djs-text blockquote{border-left:4px solid var(--djs-border);color:var(--djs-text);margin:.25rem 0;padding:0 .5rem 0 .75rem}.djs-separator{flex-direction:column;width:100%;display:flex}.djs-separator[data-spacing=small]{min-height:.25rem;margin:.25rem 0}.djs-separator[data-spacing=large]{min-height:.75rem;margin:.75rem 0}.djs-separator-line{background:var(--djs-border);border:none;width:100%;height:1px;margin:0}.djs-action-row{flex-wrap:wrap;align-items:center;gap:.5rem;width:100%;display:flex}.djs-action-row:has(.djs-select){flex-direction:column;align-items:stretch}.djs-button{cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;color:#fff;border:none;border-radius:3px;justify-content:center;align-items:center;gap:.375rem;min-width:60px;height:32px;min-height:32px;padding:2px 16px;font-family:inherit;font-size:14px;font-weight:500;line-height:16px;text-decoration:none;transition:background-color .17s,color .17s,opacity .17s;display:inline-flex}.djs-button:disabled,.djs-button[data-disabled=true]{cursor:not-allowed;opacity:.5}.djs-button[data-style=primary]{background:var(--djs-brand)}.djs-button[data-style=primary]:not(:disabled):hover{background:var(--djs-brand-hover)}.djs-button[data-style=secondary]{background:var(--djs-bg-button-secondary)}.djs-button[data-style=secondary]:not(:disabled):hover{background:var(--djs-bg-button-secondary-hover)}.djs-button[data-style=success]{background:var(--djs-success)}.djs-button[data-style=success]:not(:disabled):hover{background:var(--djs-success-hover)}.djs-button[data-style=danger]{background:var(--djs-danger)}.djs-button[data-style=danger]:not(:disabled):hover{background:var(--djs-danger-hover)}.djs-button[data-style=link]{background:var(--djs-bg-button-secondary)}.djs-button[data-style=link]:not(:disabled):hover{background:var(--djs-bg-button-secondary-hover)}.djs-button[data-style=premium]{background:linear-gradient(90deg,#8547c6,#b845c1,#ab5d8a)}.djs-button-emoji{object-fit:contain;vertical-align:middle;width:1.375em;height:1.375em}.djs-button-link-icon{opacity:.7;width:16px;height:16px;margin-left:2px}.djs-select{background:var(--djs-bg-input);width:100%;min-height:40px;color:var(--djs-text-muted);cursor:pointer;text-align:left;border:none;border-radius:4px;outline:none;justify-content:space-between;align-items:center;gap:.5rem;padding:8px 12px;font-family:inherit;font-size:1rem;font-weight:400;line-height:1.25rem;transition:border-color .15s;display:flex}.djs-select:hover:not(:disabled){border-color:#000}.djs-select:disabled,.djs-select[data-disabled=true]{opacity:.5;cursor:not-allowed}.djs-select[data-has-value=true]{color:var(--djs-text)}.djs-select-label{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.djs-select-chevron{width:18px;height:18px;color:var(--djs-text-muted);opacity:.8;flex-shrink:0}.djs-select-wrap{width:100%;position:relative}.djs-select-menu{z-index:20;background:var(--djs-bg-tertiary);border-radius:4px;max-height:240px;padding:6px 8px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 0 0 1px #00000026,0 8px 16px #0000003d}.djs-select-option{width:100%;color:var(--djs-text);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:2px;flex-direction:column;gap:2px;padding:8px;font-family:inherit;font-size:14px;display:flex}.djs-select-option:hover,.djs-select-option[data-selected=true]{background:#ffffff0f}.djs-select-option-label{font-weight:500}.djs-select-option-desc{color:var(--djs-text-muted);font-size:12px}.djs-thumbnail{border-radius:var(--djs-radius-sm);object-fit:cover;background:var(--djs-bg-tertiary);width:80px;height:80px;display:block}.djs-thumbnail[data-spoiler=true]{filter:blur(20px)}.djs-gallery{border-radius:var(--djs-radius);gap:4px;width:100%;max-width:550px;display:grid;overflow:hidden}.djs-gallery[data-count="1"]{grid-template-columns:1fr}.djs-gallery[data-count="2"]{grid-template-columns:1fr 1fr}.djs-gallery[data-count="3"]{grid-template-rows:auto auto;grid-template-columns:1fr 1fr}.djs-gallery[data-count="3"]>:first-child{grid-column:1/-1}.djs-gallery[data-count="4"],.djs-gallery[data-count="5"],.djs-gallery[data-count="6"],.djs-gallery[data-count="7"],.djs-gallery[data-count="8"],.djs-gallery[data-count="9"],.djs-gallery[data-count="10"]{grid-template-columns:1fr 1fr}.djs-gallery-item{background:var(--djs-bg-tertiary);min-height:120px;position:relative;overflow:hidden}.djs-gallery-item img{object-fit:cover;width:100%;height:100%;min-height:120px;max-height:300px;display:block}.djs-gallery-item[data-spoiler=true] img{filter:blur(20px)}.djs-file{background:var(--djs-bg-mod-subtle);border:1px solid var(--djs-border);border-radius:var(--djs-radius);align-items:center;gap:.75rem;max-width:100%;padding:.75rem;display:flex}.djs-file-icon{background:var(--djs-brand);color:#fff;text-transform:uppercase;border-radius:3px;flex-shrink:0;justify-content:center;align-items:flex-end;width:30px;height:40px;padding-bottom:4px;font-size:9px;font-weight:700;display:flex}.djs-file-meta{flex-direction:column;gap:2px;min-width:0;display:flex}.djs-file-name{color:var(--djs-text-link);text-overflow:ellipsis;white-space:nowrap;font-size:1rem;font-weight:400;overflow:hidden}.djs-file-size{color:var(--djs-text-muted);font-size:.75rem}.djs-mention{background:var(--djs-mention-bg);color:var(--djs-mention-fg);cursor:pointer;border-radius:3px;padding:0 2px;font-weight:500;transition:background 50ms;display:inline}.djs-mention:hover{background:var(--djs-brand);color:#fff}.djs-mention[data-type=channel]:before{content:"#"}.djs-mention[data-type=role]{background:color-mix(in srgb, var(--djs-mention-color,var(--djs-brand)) 30%, transparent);color:var(--djs-mention-color,var(--djs-mention-fg))}.djs-mention[data-type=role]:hover{background:var(--djs-mention-color,var(--djs-brand));color:#fff}
