@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600&family=Courier+Prime:wght@400;700&display=swap";/*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-duration:initial}}}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.top-full{top:100%}.z-40{z-index:40}.z-50{z-index:50}.float-right{float:right}.container{width:100%}.mx-auto{margin-inline:auto}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.h-fit{height:-moz-fit-content;height:fit-content}.h-full{height:100%}.h-screen{height:100vh}.max-h-\[90vh\]{max-height:90vh}.min-h-screen{min-height:100vh}.w-full{width:100%}.flex-1{flex:1}.flex-shrink-0{flex-shrink:0}.rotate-180{rotate:180deg}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.cursor-not-allowed{cursor:not-allowed}.resize-none{resize:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.flex-col{flex-direction:column}.items-center{align-items:center}.items-end{align-items:flex-end}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.rounded-full{border-radius:3.40282e38px}.border{border-style:var(--tw-border-style);border-width:1px}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-b-2{border-bottom-style:var(--tw-border-style);border-bottom-width:2px}.bg-gradient-to-br{--tw-gradient-position:to bottom right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.object-cover{-o-object-fit:cover;object-fit:cover}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.break-all{word-break:break-all}.capitalize{text-transform:capitalize}.italic{font-style:italic}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-75{opacity:.75}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition-shadow{transition-property:box-shadow;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.duration-200{--tw-duration:.2s;transition-duration:.2s}@media (hover:hover){.hover\:opacity-100:hover{opacity:1}}.disabled\:opacity-50:disabled{opacity:.5}@layer base{:root{--theme-background:silver;--theme-window-bg:silver;--theme-titlebar-from:#0078d4;--theme-titlebar-to:#005a9e;--theme-channel-list-bg:#f0f0f0;--theme-chat-bg:#fff;--theme-text-color:#000;--theme-button-bg:silver;--theme-border-color:gray}*{box-sizing:border-box}html{background:var(--theme-background);color:var(--theme-text-color);font-family:JetBrains Mono,Courier Prime,monospace;font-size:12px}body{background:var(--theme-background);height:100vh;margin:0;padding:0;overflow:hidden}#root{height:100vh;overflow:hidden}::-moz-selection{background:var(--theme-titlebar-from);color:#fff}::selection{background:var(--theme-titlebar-from);color:#fff}}@layer components{.custom-scrollbar::-webkit-scrollbar{width:16px}.custom-scrollbar::-webkit-scrollbar-track{background:var(--theme-background);border:1px inset var(--theme-background)}.custom-scrollbar::-webkit-scrollbar-thumb{background:linear-gradient(to bottom,var(--theme-button-bg),var(--theme-border-color));border:1px outset var(--theme-background)}.custom-scrollbar::-webkit-scrollbar-thumb:hover{opacity:.8}.irc-window{background:var(--theme-window-bg);border:2px outset var(--theme-window-bg);box-shadow:inset -1px -1px var(--theme-border-color),inset 1px 1px #ffffff80;flex-direction:column;height:100%;display:flex;overflow:hidden}.irc-titlebar{background:linear-gradient(to bottom,var(--theme-titlebar-from),var(--theme-titlebar-to));color:#fff;border-bottom:1px solid var(--theme-titlebar-to);text-shadow:1px 1px #0000004d;justify-content:space-between;align-items:center;padding:4px 8px;font-size:11px;font-weight:700;display:flex}.irc-content{background:var(--theme-chat-bg);border:1px inset var(--theme-window-bg);color:var(--theme-text-color);margin:2px}.irc-channel-list{background:var(--theme-channel-list-bg);border:1px inset var(--theme-window-bg);color:var(--theme-text-color);min-height:0;font-family:JetBrains Mono,monospace;font-size:12px;overflow-y:auto}.irc-toolbar-button{background:var(--theme-button-bg);border:1px outset var(--theme-button-bg);color:var(--theme-text-color);cursor:pointer;font-family:JetBrains Mono,monospace;font-size:11px;transition:all .1s}.irc-toolbar-button:hover{border:1px inset var(--theme-button-bg);background:#ffffff1a}.irc-toolbar-button:active{border:1px inset var(--theme-button-bg);background:#0000001a}.irc-toolbar{background:var(--theme-window-bg);border-bottom:1px solid var(--theme-border-color);min-height:40px;font-family:JetBrains Mono,monospace}.theme-dropdown{width:220px;max-width:calc(100vw - 20px);left:auto;right:0}@media (max-width:768px){.theme-dropdown{width:calc(100vw - 40px);max-width:200px;right:0}}@media (max-width:320px){.theme-dropdown{width:calc(100vw - 20px);max-width:180px;right:0}}.themeModal{position:relative}.irc-text-xs{font-size:10px;line-height:1.3}.irc-text-sm{font-size:11px;line-height:1.4}.irc-text-base{font-size:12px;line-height:1.4}.irc-spacing-xs{padding:4px 6px}.irc-spacing-sm{padding:6px 8px}.irc-spacing-md{padding:8px 12px}.irc-spacing-lg{padding:12px 16px}.irc-gap-xs{gap:4px}.irc-gap-sm{gap:6px}.irc-gap-md{gap:8px}.irc-gap-lg{gap:12px}@media (max-width:1023px){.irc-channel-list{border:1px inset var(--theme-window-bg);border-bottom:2px outset var(--theme-window-bg);flex-shrink:0;max-height:200px;overflow-y:auto}}.irc-channel{cursor:pointer;border-bottom:1px solid var(--theme-border-color);align-items:center;padding:4px 8px;transition:background-color .1s;display:flex}.irc-channel:hover{background:#0078d41a}.irc-channel.active{background:var(--theme-titlebar-from);color:#fff}.irc-chat{background:var(--theme-chat-bg);border:1px inset var(--theme-window-bg);height:400px;color:var(--theme-text-color);padding:4px;font-family:JetBrains Mono,monospace;font-size:12px;line-height:1.4;overflow-y:auto}.irc-message{word-wrap:break-word;margin:0;padding:1px 0;font-family:inherit}.irc-message:hover{background:#0078d40d}.irc-white{color:#fff}.irc-black{color:#000}.irc-blue{color:#00f}.irc-green{color:#0a0}.irc-red{color:red}.irc-brown{color:#7f0000}.irc-purple{color:#a0a}.irc-orange{color:#ff7f00}.irc-yellow{color:#ff0}.irc-light-green{color:#00ff7f}.irc-cyan{color:#0aa}.irc-light-cyan{color:#0ff}.irc-light-blue{color:#7f7fff}.irc-pink{color:#ff7fff}.irc-grey{color:#7f7f7f}.irc-light-grey{color:#d2d2d2}.username-1{color:red;font-weight:700}.username-2{color:#0a0;font-weight:700}.username-3{color:#00f;font-weight:700}.username-4{color:#a00;font-weight:700}.username-5{color:#7f0000;font-weight:700}.username-6{color:#a0a;font-weight:700}.username-7{color:#ff7f00;font-weight:700}.username-8{color:#fa0;font-weight:700}.username-9{color:#00ff7f;font-weight:700}.username-10{color:#0aa;font-weight:700}.token-address{color:navy;cursor:pointer;background:#ff9;border-radius:2px;padding:0 2px;font-weight:700;text-decoration:underline}.token-address:hover{color:navy;background:#ff0}.btn-90s{background:var(--theme-button-bg);border:2px outset var(--theme-button-bg);color:var(--theme-text-color);cursor:pointer;margin:2px;padding:4px 12px;font-family:JetBrains Mono,monospace;font-size:11px;transition:none}.btn-90s:hover{filter:brightness(1.1)}.btn-90s:active{border:2px inset var(--theme-button-bg);filter:brightness(.9)}.btn-90s.primary{background:var(--theme-titlebar-from);color:#fff;border:2px outset var(--theme-titlebar-from);font-weight:700}.btn-90s.primary:hover{background:var(--theme-titlebar-to)}.btn-90s.primary:active{border:2px inset var(--theme-titlebar-from);background:var(--theme-titlebar-to)}.btn-90s.danger{color:#fff;background:#dc3545;border:2px outset #dc3545}.btn-90s.danger:hover{background:#c82333}.btn-90s.danger:active{background:#a71e2a;border:2px inset #dc3545}.irc-menu-item{text-align:left;background:var(--theme-window-bg);width:100%;color:var(--theme-text-color);cursor:pointer;border:none;align-items:center;gap:8px;padding:6px 12px;font-family:JetBrains Mono,monospace;font-size:11px;transition:background-color .1s;display:flex}.irc-menu-item:hover{background:var(--theme-titlebar-from);color:#fff}.irc-menu-item:active{background:var(--theme-titlebar-to)}.irc-menu-item.danger{color:#dc3545}.irc-menu-item.danger:hover{color:#fff;background:#dc3545}.irc-menu-item.active{background:var(--theme-titlebar-from);color:#fff;font-weight:700}.irc-menu-separator{background:var(--theme-border-color);height:1px;margin:4px 0}.irc-input{background:var(--theme-chat-bg);border:1px inset var(--theme-window-bg);color:var(--theme-text-color);resize:none;width:100%;padding:4px 6px;font-family:JetBrains Mono,monospace;font-size:12px}.irc-input:focus{background:var(--theme-chat-bg);border:1px inset var(--theme-titlebar-from);outline:none}.irc-status{background:var(--theme-window-bg);border:1px inset var(--theme-window-bg);color:var(--theme-text-color);justify-content:space-between;align-items:center;padding:2px 6px;font-family:JetBrains Mono,monospace;font-size:11px;display:flex}.irc-modal{background:var(--theme-window-bg);border:2px outset var(--theme-window-bg);color:var(--theme-text-color);min-width:280px;font-family:JetBrains Mono,monospace;font-size:11px;box-shadow:2px 2px 4px #0000004d}.irc-dropdown{background:var(--theme-window-bg);border:2px solid var(--theme-border-color);color:var(--theme-text-color);opacity:1;border-radius:0;font-family:JetBrains Mono,monospace;font-size:11px;box-shadow:2px 2px 6px #0003}.irc-modal-header{background:linear-gradient(to bottom,var(--theme-titlebar-from),var(--theme-titlebar-to));color:#fff;border-bottom:1px solid var(--theme-titlebar-to);text-shadow:1px 1px #0000004d;padding:6px 12px;font-size:11px;font-weight:700}.irc-modal-body{background:var(--theme-window-bg);padding:12px;font-size:11px}.irc-dropdown-header{background:var(--theme-channel-list-bg);color:var(--theme-text-color);border-bottom:1px solid var(--theme-border-color);padding:6px 12px;font-size:11px;font-weight:700}.irc-dropdown-body{background:var(--theme-window-bg);padding:4px 0;font-size:11px}.irc-dropdown-footer{background:var(--theme-channel-list-bg);border-top:1px solid var(--theme-border-color);color:var(--theme-text-color);opacity:.8;padding:6px 12px;font-size:10px}.fade-in{animation:.3s ease-in fadeIn}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.slide-down{animation:.2s ease-out slideDown}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.timestamp{color:#7f7f7f;font-size:11px}.system-message{color:#7f7f7f;font-style:italic}.connection-indicator{border-radius:50%;width:8px;height:8px;margin-right:4px;display:inline-block}.connection-indicator.connected{background:#0a0}.connection-indicator.disconnected{background:red}@media (max-width:1024px){.irc-window{max-width:none;margin:0}.irc-channel-list{width:220px}}@media (max-width:768px){html{font-size:11px}body{padding:0}.irc-window{border-width:1px;min-height:calc(100vh - 4px);margin:0}.irc-titlebar{flex-wrap:wrap;gap:1px;padding:3px 6px;font-size:10px}.irc-content{flex-direction:column;margin:1px}.irc-channel-list{border-right:none;border-top:1px solid var(--theme-border-color);order:2;height:180px;width:100%!important}.irc-chat{height:300px}.irc-modal{max-width:none;margin:8px}.irc-message{padding:3px 6px;font-size:11px}.btn-90s{padding:3px 8px;font-size:10px}.text-lg{font-size:14px}.grid{grid-template-columns:1fr}}@media (max-width:480px){.irc-titlebar{padding:2px 4px;font-size:9px}.text-xs{font-size:9px}}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-duration{syntax:"*";inherits:false}
