@import url("scrollbars.css");
*{box-sizing:border-box}
html,body{height:100%;margin:0;background:#000;color-scheme:dark}
body{min-width:760px;overflow:hidden;background:#000;color:#d9d9d9;font-family:'Segoe UI',Arial,sans-serif}
button,input,select,textarea{font-family:inherit}
button{appearance:none;background:#000;color:#e9e9ed;border:1px solid #2b2b30;border-radius:6px;padding:5px 10px;cursor:pointer;transition:background-color .14s ease,border-color .14s ease,color .14s ease}
button:enabled:hover{background:#101012;border-color:#45454d}
button:enabled:active{background:#18181b;border-color:#55555f}
button:focus-visible{outline:2px solid #747480;outline-offset:2px}
button:disabled{color:#707078;cursor:default}
.app-shell{height:100vh;background:#000;border:1px solid #29292d;display:grid;grid-template-rows:31px 28px minmax(0,1fr)}
.titlebar{height:31px;padding:0 8px;display:flex;align-items:center;gap:7px;background:#101010;color:#eee;border-bottom:1px solid #29292d;font-size:13px;-webkit-app-region:drag}
.mark{width:18px;height:18px;display:grid;place-items:center;padding:0;background:transparent;border:0}
.mark img{width:18px;height:18px;object-fit:contain;display:block;pointer-events:none}
.title-separator{color:#777}
.connection-pill{margin-left:3px;color:#aaa;font-size:11px}
.connection-pill.online{color:#15e038}
.window-controls{display:flex;margin-left:auto;align-self:stretch;-webkit-app-region:no-drag}
.window-controls button{width:39px;border:0;border-left:1px solid #29292d;background:#151515;color:#ddd;font:15px Arial}
.window-controls button:hover{background:#353535}
.window-controls button:last-child:hover{background:#a52020}
.menubar{height:28px;display:flex;align-items:center;padding:0 4px;background:#050505;border-bottom:1px solid #29292d;position:relative;z-index:20;overflow:visible}
.menubar>button,.menu-item>button{border:0;background:#050505;color:#e5e5e5;padding:4px 9px;font:13px 'Segoe UI'}
.menubar>button:hover,.menu-item>button:hover,.menu-item.open>button{background:#000080;color:#fff}
.menubar>button:disabled,.menubar>button:disabled:hover{background:#050505;color:#555;cursor:default}
.menu-item{position:relative;overflow:visible}
.menu-dropdown{position:absolute;top:100%;left:0;width:max-content;min-width:0;max-width:calc(100vw - 8px);background:#111;border:1px solid #343438;box-shadow:3px 3px 0 #000;padding:2px 0;z-index:40;overflow:visible}
.menu-dropdown[hidden]{display:none}
.menu-dropdown button{display:block;width:100%;text-align:left;white-space:nowrap;border:0;background:transparent;color:#eee;padding:6px 12px;font:12px 'Segoe UI'}
.menu-dropdown button:hover{background:#000080;color:#fff}
.menu-dropdown button:disabled,.menu-dropdown button:disabled:hover{background:transparent;color:#555;cursor:default}
.menu-dropdown button.menu-check{padding-left:24px;position:relative}
.menu-dropdown button.menu-check[aria-checked="true"]::before{content:"✓";position:absolute;left:8px;top:50%;transform:translateY(-50%);font-size:12px}
.menu-dropdown hr{border:0;border-top:1px solid #27272b;margin:4px 0}
.server-label{margin-left:14px;padding-right:6px;color:#aaa;font:11px 'Segoe UI'}
.menubar>#barConnect{margin-left:auto}
.menubar>#barWinbotWins{margin-left:auto;padding:0 8px;color:#e5e5e5;font:12px 'Segoe UI';white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:260px}
.menubar>#barWinbotWins:not([hidden])+#barConnect{margin-left:4px}
.menubar .mini{height:22px;min-width:22px;margin-left:4px;padding:0 5px;border:1px solid #343438;border-radius:0;background:#101010;color:#e5e5e5;font:11px 'Segoe UI';line-height:1;cursor:pointer}
.menubar .mini.connect-toggle{color:#15e038}
.menubar .mini.connect-toggle.connected{color:#e23d3d}
.menubar .mini.settings-icon{width:22px;min-width:22px;padding:0;display:inline-grid;place-items:center}
.menubar .mini:hover{background:#000080;border-color:#55555f;color:#fff}
.menubar .mini:active{background:#000060}
.menubar .mini:disabled{color:#6f6f6f;border-color:#27272b;background:#0a0a0a;cursor:default}
.form-grid label[hidden]{display:none!important}
.chat{color:#1ed83b}
.self{color:#bfe8ff}
.whisper{color:#8a8a8a}
.whisper-syntax{color:#2f6bff}
.whisper-user{color:#a9a9a9}
.whisper-text{color:#808080}
.workspace{min-height:0;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) 230px;gap:6px;padding:6px;background:#000}
.chat-panel{min-width:0;min-height:0;overflow:hidden;display:grid;grid-template-rows:26px minmax(0,1fr) 34px;border:1px solid #343438;background:#000}
.session-tabs{display:flex;align-items:stretch;min-width:0;overflow:hidden;background:#0a0a0a;border-bottom:1px solid #29292d}
.session-tab-list{display:flex;flex:1;min-width:0;overflow-x:auto;overflow-y:hidden;}
:is(.session-tabs,.discord-tab-row) .tab{display:flex;align-items:center;gap:8px;flex:0 0 auto;max-width:220px;height:26px;padding:0 8px 0 10px;border:0;border-right:1px solid #27272b;background:#151515;color:#c8c8c8;font:11px 'Segoe UI';cursor:pointer}
:is(.session-tabs,.discord-tab-row) .tab.active{background:#000;color:#fff;border-bottom:1px solid #000;margin-bottom:-1px}
:is(.session-tabs,.discord-tab-row) .tab .tab-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
:is(.session-tabs,.discord-tab-row) .tab .tab-dot{width:7px;height:7px;flex:0 0 7px;border-radius:50%;background:#555}
:is(.session-tabs,.discord-tab-row) .tab .tab-dot.online{background:#15e038}
:is(.session-tabs,.discord-tab-row) .tab .tab-dot.connecting{background:#d8d83a}
:is(.session-tabs,.discord-tab-row) .tab .tab-close{width:16px;height:16px;padding:0;border:0;background:transparent;color:#888;font:12px Arial;line-height:1;cursor:pointer}
:is(.session-tabs,.discord-tab-row) .tab .tab-close:hover{color:#fff;background:#a52020}
.session-tabs .add-tab{width:26px;flex:0 0 26px;border:0;border-left:1px solid #27272b;background:#101010;color:#ddd;font:15px Arial;cursor:pointer}
:is(.session-tabs,.discord-tab-row) .tab.aux.active{background:#000}
.irc-profile-tabs{display:flex;min-height:23px;overflow-x:auto;background:#000;border-bottom:1px solid #29292d;padding-left:8px}
.irc-profile-tabs[hidden]{display:none}
.chat-panel:has(> .irc-profile-tabs:not([hidden])){grid-template-rows:26px 24px minmax(0,1fr) 34px}
.irc-profile-tabs .irc-profile-tab{display:flex;align-items:center;gap:6px;height:22px;padding:0 11px;border:0;border-right:1px solid #27272b;background:#151515;color:#c8c8c8;font:10px 'Segoe UI';cursor:pointer;white-space:nowrap}
.irc-profile-tabs .irc-profile-tab.active{background:#000;color:#fff}
.irc-profile-tabs .tab-dot{width:6px;height:6px;border-radius:50%;background:#555}.irc-profile-tabs .tab-dot.online{background:#15e038}.irc-profile-tabs .tab-dot.connecting{background:#d8d83a}
.irc-profile-actions{display:flex;gap:6px}
.console-host{min-height:0;overflow:hidden;display:grid}
.console-host .console{display:none;min-height:0;overflow:auto;padding:5px;background:#000!important;color:#dcdcdc;font:13px/1.4 'Segoe UI',Arial,sans-serif}
.console-host .console.active{display:block}
.message{margin:0;white-space:pre-wrap;overflow-wrap:break-word}
.discord-avatar{width:1em;height:1em;object-fit:cover;border-radius:50%;vertical-align:-.12em;margin-right:4px}
.discord-name{color:#d9d9d9;font-weight:600}
.discord-dm-message .discord-name{color:#fff;font-weight:400}
.discord-name-bracket{color:#ffd400;font-weight:400}
.discord-meta,.discord-hint{color:#929292}
.discord-message a{color:#77baff}
.discord-selected{background:#172238}
#roster .discord-dm-row{display:flex;align-items:center;gap:8px;width:100%;min-height:40px;padding:4px;border:0;border-radius:0;background:transparent;text-align:left;font:inherit;cursor:pointer}
#roster .discord-dm-row:hover{background:#151c29}
#roster .discord-dm-row.discord-selected{background:#172238}
.discord-dm-avatar{position:relative;flex:0 0 32px;height:32px;border-radius:50%;background:#30343e;color:#ddd;display:grid;place-items:center}
.discord-dm-avatar img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:50%}
.discord-dm-avatar::after,.discord-presence-avatar[data-presence]::after{content:'';position:absolute;right:-2px;bottom:-2px;width:10px;height:10px;border:2px solid #080808;border-radius:50%;background:#80848e;box-sizing:border-box}
[data-presence="online"] .discord-dm-avatar::after,.discord-presence-avatar[data-presence="online"]::after{background:#23a559}
[data-presence="idle"] .discord-dm-avatar::after,.discord-presence-avatar[data-presence="idle"]::after{background:radial-gradient(circle at 72% 28%,#080808 0 35%,transparent 37%),#f0b232}
[data-presence="dnd"] .discord-dm-avatar::after,.discord-presence-avatar[data-presence="dnd"]::after{background:linear-gradient(transparent 40%,#080808 40% 60%,transparent 60%),#f23f43}
[data-presence="offline"] .discord-dm-avatar::after,.discord-presence-avatar[data-presence="offline"]::after{background:#080808;box-shadow:inset 0 0 0 2px #80848e}
.discord-presence-avatar{position:relative;display:inline-flex;flex:0 0 18px;width:18px;height:18px}
#discordTabs .discord-presence-avatar img{width:18px;height:18px;border-radius:50%;object-fit:cover}
.discord-presence-avatar[data-presence]::after{width:8px;height:8px;border-width:1px;right:-2px;bottom:-2px}
.discord-dm-text{min-width:0;display:flex;flex-direction:column;gap:2px}
.discord-dm-name,.discord-dm-status{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.discord-dm-name{color:#92979f}
[data-presence="online"] .discord-dm-name{color:#23d160}
[data-presence="idle"] .discord-dm-name{color:#f0b232}
[data-presence="dnd"] .discord-dm-name{color:#f23f43}
.discord-dm-status{font-size:.85em;color:#a5a9b0}
#discordSettings{max-width:520px}
#discordSettings header{display:flex;align-items:center;justify-content:space-between}
#discordTabs .irc-profile-tab{font:inherit;font-size:11px}
.time{color:#aaa}
.system{color:#9a9a9a}
.success{color:#4ad24a}
.info{color:#d8d83a}
.help{color:#d8d83a}
.message .arg,.message .paren{color:#fff}
.message .message-arrow{color:#fff}
.notice{color:#e05252}
.error{color:#e05252}
.notice .arg,.notice .paren,.error .arg,.error .paren{color:inherit}
.user{color:#eaeaea}
.local{color:#8ec7e8}
.composer{padding:4px;display:flex;gap:5px;border-top:1px solid #343438;background:#000}
.prompt{display:none}
.composer input{height:24px;flex:1;padding:2px 5px;border:1px solid #343438;border-radius:0;background:#050505;color:#eee;font:13px 'Segoe UI';outline:0}
.composer input:focus{border-color:#666670}
.composer button{height:24px;padding:2px 10px!important;border:1px solid #343438!important;border-radius:0!important;background:#1b1b1b!important;color:#eee!important;font:12px 'Segoe UI'!important}
.composer button:hover{background:#333!important}
.composer button:disabled{opacity:.45}
.statusbar{display:none}
.statusbar b{color:#ddd;font-weight:normal}
.statusbar #statusText{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis}
.roster-panel{min-height:0;overflow:hidden;display:grid;grid-template-rows:30px minmax(0,1fr);border:1px solid #343438;background:#000}
.roster-panel header{display:flex;align-items:center;justify-content:center;text-align:center;background:#000;padding:2px 6px;border-bottom:1px solid #343438;cursor:pointer;user-select:none}
.roster-panel .eyebrow{display:none}
.roster-panel h1{margin:0;color:#eee;font:13px 'Segoe UI'}
.user-count{margin-left:5px;color:#bbb;font:11px 'Segoe UI'}
.roster-tools,.roster-panel footer{display:none}
#roster{margin:0;padding:4px 2px 4px 4px;overflow:auto;list-style:none;background:#000;color:#15df39;font:13px/1.35 'Segoe UI',Arial,sans-serif;}
.icon-badge{display:inline-block;height:auto;width:auto;max-height:16px;max-width:40px;image-rendering:pixelated;vertical-align:middle;margin-right:3px}
.roster-icon{height:auto;width:auto;max-height:16px;max-width:40px;image-rendering:pixelated;flex:0 0 auto;margin-right:3px}
.roster-icon.roster-icon-modern{width:25px;height:13px;max-width:25px;max-height:13px;flex:0 0 25px;object-fit:fill;image-rendering:auto;border-radius:0;clip-path:none;margin-right:3px}
.roster-icon.roster-icon-bnet-fallback{box-shadow:0 -1px 0 #2f86c4, inset 0 1px 0 #2f86c4}
.roster-icon.roster-icon-d2{box-shadow:0 1px 0 #c97850, inset 0 -1px 0 #c97850}
.roster-item.roster-offline .roster-icon{filter:grayscale(1) brightness(0.55);opacity:0.85}
.lag,.lag:hover,.roster-item:hover .lag,.roster-item.active .lag,.lag-img,.roster-item:hover .lag-img{display:block;flex:0 0 auto;width:auto;height:16px;margin-left:auto;padding:0;overflow:visible;background:transparent!important;border:0!important;outline:0!important;box-shadow:none!important;box-sizing:content-box;pointer-events:none}
.lag-img{max-width:28px;min-height:16px;image-rendering:pixelated;flex:none}
.roster-name{color:#63e07d;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.roster-name.channel-op,.system .channel-op,.console .channel-op{color:#fff}
.roster-name.roster-away{color:#c0c000}
.roster-name.roster-busy{color:#c08080}
.roster-name.roster-offline{color:#7a7a7a}
.roster-person{display:flex;flex-direction:column;min-width:0;overflow:hidden}
.roster-last-seen{font-size:11px;line-height:1.3;color:#777;overflow:hidden;text-overflow:ellipsis}
.roster-presence-detail{font-size:11px;line-height:1.3;color:#999;overflow:hidden;text-overflow:ellipsis}
.roster-section{list-style:none;color:#999;border-bottom:1px solid #242428;padding:7px 4px 4px;font-size:12px}
.botnet-name{color:#15df39;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.botnet-db,.botnet-id{color:#4ec9ff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:right}
.botnet-id{width:2.2em}
.roster-item.botnet-row{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(48px,0.85fr) 2.2em;gap:4px;align-items:center}
.roster-item.botnet-row:hover .botnet-name,.roster-item.botnet-row:hover .botnet-db,.roster-item.botnet-row:hover .botnet-id{color:#fff}
.message.botnet{color:#15df39}
.message.irc{color:#15df39}
.message.irc-system{color:#d8d83a}
.irc-chan{color:#d8d83a}
.irc-nick{font-weight:normal}
.roster-detail{color:#69c7e6}
.chat-brackets{color:#fff;font-weight:normal}
.chat-name{color:#ffe14a;font-weight:normal}
.self-name{color:#2ee6d6;font-weight:normal}
.d2gs-tag{color:#2ee6d6;font-weight:normal}
.roster-item{display:flex;align-items:center;gap:4px;padding:1px 3px;min-height:18px;cursor:default;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.roster-item:hover{background:#000080;color:#fff}
#rosterTip{position:fixed;z-index:5000;max-width:min(260px,calc(100vw - 24px));padding:6px 8px;background:#000;color:#eee;border:1px solid #29292d;font:12px/1.35 'Segoe UI',Arial,sans-serif;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;pointer-events:none;box-shadow:1px 1px 0 #000}
#rosterTip[hidden]{display:none}
.product-icon{display:grid;place-items:center;width:28px;height:19px;flex:0 0 28px;border:1px solid #343438;background:#101010!important;color:#f1d439!important;font:bold 8px Arial}
.product-icon.war{color:#61b7ff!important}
.product-icon.diablo{color:#f0a12e!important}
.presence{margin-left:auto;width:4px;height:12px;background:#10df30}
.modal{width:min(625px,calc(100% - 28px));padding:0;border:1px solid #343438;border-radius:0;background:#050505;color:#e9e9e9;box-shadow:5px 5px 0 #000;font-family:'Segoe UI'}
.modal::backdrop{background:#000b}
.modal form{padding:16px 18px}
.modal:not(:has(> form)):not(.sn-settings){padding:16px 18px}
.modal fieldset{border:1px solid #343438;margin:0;padding:12px 14px;min-width:0}
.modal fieldset legend{padding:0 6px;color:#b0b0b8}
.modal header{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:11px;min-width:0}
.modal header>div:first-child{min-width:0;flex:1 1 auto}
.header-actions{display:flex;align-items:center;gap:6px;position:relative;flex:0 0 auto;min-width:0}
.settings-profile-pick{display:block;width:148px;max-width:148px;min-width:0;overflow:hidden}
.settings-profile-pick[hidden]{display:none!important}
.settings-profile-pick select{
  display:block;
  width:148px;
  max-width:148px;
  height:22px;
  padding:0 20px 0 6px;
  border:1px solid #343438;
  background:#000;
  color:#eee;
  font:12px 'Segoe UI';
  box-sizing:border-box;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  appearance:none;
  -webkit-appearance:none;
  background-image:linear-gradient(45deg,transparent 50%,#cfcfcf 50%),linear-gradient(135deg,#cfcfcf 50%,transparent 50%);
  background-position:calc(100% - 11px) calc(50% - 2px),calc(100% - 6px) calc(50% - 2px);
  background-size:5px 5px,5px 5px;
  background-repeat:no-repeat;
}
.overflow-menu .menu-dropdown{right:0;left:auto}
.overflow-menu>#settingsMore{width:23px;height:22px;padding:0;border:1px solid #343438;background:#222;color:#eee;font:17px Arial;line-height:1;cursor:pointer}
.overflow-menu.open>#settingsMore,.overflow-menu>#settingsMore:hover{background:#000080;color:#fff;border-color:#55555f}
.modal h2{margin:2px 0 0;font-size:17px;font-weight:normal}
.modal header h2{margin:2px 0 0}
.modal form>h2:first-child{margin:0 0 12px}
.modal .eyebrow{font-size:10px;color:#aaa}
.icon-button,.modal .icon-button{width:23px;height:22px;flex-shrink:0;padding:0;display:inline-flex;align-items:center;justify-content:center;background:#222;border:1px solid #343438;color:#eee;font:17px/1 Arial}
.modal-intro,.muted,.modal p,.modal li{color:#bbb;font-size:12px;line-height:1.35}
.modal .modal-intro,.modal p.muted{margin:0}
.modal header + .modal-intro{margin:0 0 12px}
[data-winbot-page="game"]{display:flex;flex-direction:column;gap:12px}
.modal form > label + label:not(.checkbox-label){margin-top:10px}
.modal form > header + label{margin-top:0}
.modal code{color:#1ab8a6;font:12px 'Courier New'}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.form-grid .span-row{grid-column:1/-1}
.home-row{display:grid;grid-template-columns:1fr;gap:9px;grid-column:1/-1}
.home-row.has-character{grid-template-columns:1fr 1fr}
.modal label{display:grid;gap:3px;color:#e0e0e0;font-size:12px}
.checkbox-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;grid-column:1/-1;padding:14px 0 12px;margin-top:4px}
.checkbox-stack{display:flex;flex-direction:column;gap:9px}
.checkbox-stack[hidden]{display:none!important}
label.field-disabled,label.field-disabled input{opacity:.45;color:#888}
label.field-disabled input{pointer-events:none}
.checkbox-label{display:flex!important;align-items:center;justify-content:flex-start;text-align:left;gap:8px}
.checkbox-label[hidden]{display:none!important}
.modal label.muted-words{margin-top:14px}
.modal input:not([type="checkbox"]):not([type="radio"]),.modal select,.modal textarea{width:100%;padding:4px;border:1px solid #343438;border-radius:0;background:#000;color:#eee;font:12px 'Segoe UI'}
.modal input:not([type="checkbox"]):not([type="radio"]):focus,.modal select:focus,.modal textarea:focus{outline:1px solid #1ab8a6;outline-offset:-2px}
input[type="checkbox"]{
  appearance:none;
  -webkit-appearance:none;
  width:14px;
  height:14px;
  margin:0;
  flex:0 0 14px;
  border:1px solid #38383e;
  background:#0a0a0a;
  border-radius:0;
  cursor:pointer;
  accent-color:#1ab8a6;
  display:inline-grid;
  place-items:center;
}
input[type="checkbox"]:checked{
  background:#1ab8a6;
  border-color:#2dd4bf;
}
input[type="checkbox"]:checked::after{
  content:"";
  width:4px;
  height:8px;
  border:solid #041210;
  border-width:0 2px 2px 0;
  transform:rotate(45deg) translateY(-1px);
}
input[type="checkbox"]:focus{
  outline:1px solid #1ab8a6;
  outline-offset:1px;
}
input[type="radio"]{
  appearance:none;
  -webkit-appearance:none;
  width:14px;
  height:14px;
  margin:0;
  flex:0 0 14px;
  border:1px solid #38383e;
  background:#0a0a0a;
  border-radius:50%;
  cursor:pointer;
  display:inline-grid;
  place-items:center;
}
input[type="radio"]:checked{
  border-color:#2dd4bf;
}
input[type="radio"]:checked::after{
  content:"";
  width:6px;
  height:6px;
  border-radius:50%;
  background:#1ab8a6;
}
input[type="radio"]:focus{
  outline:1px solid #1ab8a6;
  outline-offset:1px;
}
.android-access-modal{max-height:calc(100vh - 36px);overflow:auto}
.android-qrs{display:flex;flex-wrap:wrap;gap:12px;margin:4px 0 10px;min-height:240px;align-items:flex-start}
.android-qr{width:240px;text-align:center}
.android-qr img,.android-qr svg{width:240px;height:240px;background:#fff;display:block;image-rendering:pixelated}
.android-qr small{display:block;margin-top:6px;color:#bbb;font:11px 'Segoe UI';word-break:break-all}
.modal footer{margin-top:16px;padding-top:12px;border-top:1px solid #29292d;display:flex;justify-content:flex-end;align-items:center;gap:8px;flex-wrap:wrap}
.modal footer.footer-with-status{justify-content:flex-start}
.modal footer.footer-with-status .dialog-actions{margin-top:0;margin-left:auto}
.modal footer .modal-status,.modal footer [role="status"]{margin:0;flex:1 1 140px;min-width:0;font-size:12px;color:#bbb}
.modal footer button{min-width:85px;padding:5px 9px!important;border:1px solid #343438!important;border-radius:0!important;background:#1c1c1c!important;color:#eee!important;font:12px 'Segoe UI'!important}
.modal footer button:hover{background:#333!important}
.modal .secondary{color:#ddd!important}

/* BCP plugin manager */
.plugin-list{display:grid;gap:8px;max-height:52vh;overflow:auto;margin-top:8px}
.plugin-row{display:flex;justify-content:space-between;align-items:center;gap:10px;border:1px solid #242428;background:#0b0b0b;padding:8px 10px}
.plugin-info{display:grid;gap:2px;min-width:0}
.plugin-info b{font:12px 'Segoe UI';color:#fff;display:flex;align-items:center;gap:6px}
.plugin-info small{color:#aaa;font-size:11px;line-height:1.3;word-break:break-word}
.plugin-info .plugin-error{color:#ff8a8a}
.plugin-tag{border:1px solid #29292d;color:#bbb;font-size:9px;padding:0 4px;text-transform:uppercase}
.plugin-actions{display:flex;gap:6px;flex:none}
.plugin-actions button{min-width:64px;padding:4px 8px;border:1px solid #343438;border-radius:0;background:#1c1c1c;color:#eee;font:11px 'Segoe UI';cursor:pointer}
.plugin-actions button:hover{background:#333}
.plugin-actions button:disabled{opacity:.45;cursor:default}
.plugin-actions button.secondary{background:#111}
.compact{width:490px}
.about-modal{width:min(690px,calc(100vw - 28px));max-height:calc(100vh - 44px);overflow-y:auto}
.about-modal h2{color:#f0f0f0}
.about-summary{display:flex;flex-wrap:wrap;gap:5px;margin:11px 0 13px}
.about-summary span{border:1px solid #1ab8a6;background:#042824;color:#7ef0e4;padding:3px 6px;font-size:10px;border-radius:0}
.about-modal .about-chip{appearance:none;cursor:pointer;border:1px solid #1ab8a6;background:#042824;color:#7ef0e4;padding:3px 6px;font:10px 'Segoe UI',Arial,sans-serif;border-radius:0;transition:none}
.about-modal .about-chip:enabled:hover,.about-modal .about-chip:hover{background:#0a3d38;color:#b6fff6;border-color:#1ab8a6}
.about-feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.about-feature-grid section{border:1px solid #29292d;background:#090909;padding:9px 10px}
.about-feature-icon{display:block;width:43px;height:22px;margin:0 0 7px;object-fit:fill;image-rendering:auto}
.about-feature-icon-classic{image-rendering:pixelated;object-fit:contain;box-shadow:0 -1px 0 #1c7a1c}
.about-feature-icons{display:flex;gap:4px;margin:0 0 7px}
.about-feature-icons .about-feature-icon{margin:0}
.about-feature-grid h3{margin:0 0 6px;color:#1ab8a6;font-size:11px;font-weight:normal;text-transform:uppercase;letter-spacing:.04em}
.about-feature-grid ul{margin:0;padding-left:15px}
.about-feature-grid li{margin:0 0 4px;color:#bbb;font-size:11px;line-height:1.35}
.about-feature-grid li:last-child{margin-bottom:0}
.about-copyright{margin:13px 0 0;color:#888!important;font-size:10px!important}
@media (max-width:560px){.about-feature-grid{grid-template-columns:1fr}}
.user-profile-dialog{width:420px}
.scr-profile-dialog{width:800px;max-width:calc(100vw - 40px);color:#ddd;padding:14px}
.scr-profile-dialog small,.scr-muted{color:#999;font-size:11px}
.scr-profile-tabs{display:flex;gap:4px;border-bottom:1px solid #29292d;margin:14px 0 0}
.scr-profile-tabs button{background:#181818;color:#bbb;border:1px solid #29292d;padding:7px 16px;cursor:pointer}
.scr-profile-tabs button[aria-pressed=true]{color:#8fd6ff;border-bottom:2px solid #8fd6ff;background:#252525}
.scr-profile-body{height:430px;max-height:60vh;overflow:auto;user-select:text;padding:12px 2px}
.scr-profile-body h3{font-size:13px;margin:16px 0 10px;color:#ddd}
.scr-profile-body table{width:100%;border-collapse:collapse;font-size:12px}
.scr-profile-body th,.scr-profile-body td{text-align:left;border-bottom:1px solid #242428;padding:7px;overflow-wrap:anywhere}
.scr-profile-body th{color:#8fd6ff;font-weight:normal}
.scr-races{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.scr-race{background:#101010;border:1px solid #27272b;border-top:3px solid #467da2;text-align:center;padding:8px}
.scr-race.scr-zerg{border-top-color:#945bab}.scr-race.scr-protoss{border-top-color:#b3a259}
.scr-race strong{font-size:30px;display:block;color:#eee}.scr-race p{font-size:11px}
.scr-description{white-space:pre-wrap;overflow-wrap:anywhere}
.scr-profile-data{width:100%;height:340px;box-sizing:border-box;font:12px Consolas,monospace}
.scr-profile-dialog footer span{margin-right:auto;font-size:11px;align-self:center}
.user-profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.user-profile-records{margin-top:10px;border:1px solid #29292d;padding:6px 8px;background:#000;font:11px Tahoma,'Segoe UI',sans-serif;color:#ccc}
.user-profile-records div{display:flex;justify-content:space-between;gap:12px;padding:2px 0}
.user-profile-records b{font-weight:normal;color:#8fd6ff}
.profile-list{display:grid;gap:8px;max-height:48vh;overflow:auto}
.profile-card{display:flex;gap:10px;align-items:center;padding:8px;border:1px solid #343438;background:#000}
.profile-product-icon{display:flex;align-items:center;justify-content:center;flex:0 0 43px}
.profile-product-icon .roster-icon{margin-right:0}
.version-product-title{display:flex;align-items:center;gap:10px}
.profile-card small{display:block;margin-top:2px;color:#aaa;font-size:11px}
.profile-card-actions{margin-left:auto;display:flex;align-items:center;gap:6px;flex:none}
.profile-card-actions button{min-width:88px;padding:4px 8px;border:1px solid #343438;border-radius:0;background:#1c1c1c;color:#eee;font:11px 'Segoe UI';cursor:pointer}
.profile-card-actions button:hover{background:#333}
.profile-card-actions button:disabled{opacity:.45;cursor:default}
.profile-card-actions .card-settings,.profile-card-actions .card-delete{min-width:22px;width:22px;height:22px;padding:0;display:grid;place-items:center}
.active-badge{margin-left:auto;color:#15df39;font-size:11px}
.channel-list{margin-top:10px;max-height:210px;overflow:auto;border:1px solid #343438}
.channel-group{padding:4px 7px;border-bottom:1px solid #242428;background:#111;color:#8fd6ff;font:11px 'Segoe UI'}
.channel-row{display:flex}
.channel-row button{display:flex;justify-content:space-between;flex:1;border:0!important;border-radius:0!important;background:#000!important;color:#eee!important;padding:7px!important;font:12px 'Segoe UI'!important}
.channel-row button:hover{background:#000080!important;color:#fff!important}
.channel-row+.channel-row{border-top:1px solid #29292d!important}
.channel-row span{color:#8fd6ff;font-size:11px}
.channel-remove{flex:0 0 26px!important;justify-content:center!important;border-left:1px solid #29292d!important;color:#f88!important}
.channel-remove:hover{background:#500!important;color:#fff!important}
.channel-add{display:flex;gap:7px;margin-top:8px}
.channel-add input{flex:1}
.channel-add button{min-width:70px;padding:4px 9px;border:1px solid #343438;border-radius:0;background:#1c1c1c;color:#eee;font:12px 'Segoe UI'}
.channel-add button:hover{background:#333}
.character-manager{width:min(560px,calc(100% - 28px))}
.character-manager-main{display:grid;grid-template-columns:minmax(0,1fr) 88px;grid-template-rows:minmax(168px,1fr) auto auto;gap:8px;align-items:stretch}
.character-table-wrap{grid-column:1;grid-row:1;margin:0;min-height:168px;max-height:210px;overflow:auto;border:1px solid #343438;background:#000}
.character-table{width:100%;border-collapse:separate;border-spacing:0;font:12px 'Segoe UI';table-layout:fixed}
.character-table th,.character-table td{padding:4px 6px;text-align:left;border-right:1px solid #242428;border-bottom:1px solid #222;color:#e8e8e8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.character-table th{color:#ddd;font-weight:normal;background:#2a2a2a;border:1px solid #111;border-top-color:#29292d;border-left-color:#303034;border-right-color:#111;border-bottom-color:#111;position:sticky;top:0;z-index:1}
.character-table td:last-child,.character-table th:last-child{border-right:0}
.character-table .col-name{width:auto}
.character-table .col-flag{width:22px;padding-left:0;padding-right:0;text-align:center}
.character-table .col-class{width:92px}
.character-table .col-level{width:34px;text-align:center}
.character-table .col-expires{width:108px}
.character-table tbody tr{cursor:pointer}
.character-table tbody tr:hover td{background:#141428}
.character-table tr.selected td{background:#000080;color:#fff}
.character-table tr.active-char:not(.selected) td{color:#15e038}
.character-table .empty-row td{color:#888;text-align:center;cursor:default;padding:18px 8px}
.character-side-actions{grid-column:2;grid-row:1;display:flex;flex-direction:column;gap:6px}
.character-side-actions button,.character-create-bar button,#charactersDismiss{min-width:0;width:100%;padding:5px 6px!important;border:1px solid #343438!important;border-radius:0!important;background:#1c1c1c!important;color:#eee!important;font:12px 'Segoe UI'!important}
.character-side-actions button:hover,.character-create-bar button:hover,#charactersDismiss:hover{background:#333!important}
.character-side-actions button:disabled,.character-create-bar button:disabled,#charactersDismiss:disabled{color:#666!important;background:#141414!important;border-color:#29292d!important;cursor:default}
.character-create-flags{grid-column:1;grid-row:2;display:flex;align-items:end;gap:10px;min-width:0}
.character-create-flags>label:first-child{flex:1 1 140px;min-width:0}
.character-create-flags .checkbox-label{padding:0 0 2px;color:#ddd;font-size:12px}
.character-create-bar{grid-column:1;grid-row:3;display:grid;grid-template-columns:140px 1fr;gap:8px;min-width:0}
.character-create-bar input{width:100%;min-width:0;padding:4px;border:1px solid #343438;border-radius:0;background:#000;color:#eee;font:12px 'Segoe UI'}
#charactersDismiss{grid-column:2;grid-row:3;align-self:stretch}
.character-manager-status{margin:8px 0 0;min-height:1.2em}
.context-menu{position:fixed;min-width:160px;background:#111;border:1px solid #343438;box-shadow:3px 3px 0 #000;padding:2px 0;z-index:1000}
.context-menu[hidden]{display:none}
.context-menu button{display:block;width:100%;text-align:left;border:0;background:transparent;color:#eee;padding:5px 12px;font:12px 'Segoe UI';cursor:pointer}
.context-menu button:hover{background:#000080;color:#fff}
.context-menu hr{border:0;border-top:1px solid #27272b;margin:3px 0}
.context-menu.tab-profile-menu{min-width:200px;max-height:320px;overflow:auto}
.context-menu .menu-heading{padding:4px 12px;color:#888;font:11px 'Segoe UI';pointer-events:none}
.context-menu button.current{color:#ffcc66}
.context-menu button:disabled{color:#666;cursor:default}
@media(max-width:850px){.workspace{grid-template-columns:minmax(0,1fr) 170px}.form-grid{grid-template-columns:1fr}}
.console[data-autolevel-hidden="true"] .message.autolevel { display: none; }
.console[data-winbot-hidden="true"] .message.winbot { display: none; }

#webChannelPanel input[type="checkbox"] { width: auto; margin: 0; }
#webChannelPanel :is([data-wc-page="access"],[data-wc-page="discord"]) label:has(input[type="checkbox"]){display:flex;align-items:center;gap:8px;margin:0}
#webChannelPanel #wcTabs .checkbox-label{margin:0}
.console .message a.chat-link,
.console .message a.chat-link:visited {
  color: #3399ff;
  text-decoration: underline;
  cursor: pointer;
}

.console .message a.chat-link:hover,
.console .message a.chat-link:focus-visible {
  color: #80bfff;
}

/* Menus and settings */
.session-tab-list{flex:0 1 auto;max-width:calc(100% - 26px)}
#pluginsMenu .menu-dropdown,.menu-dropdown > .menu-item > .menu-dropdown{left:calc(100% - 2px);top:0;z-index:50;max-width:none;min-width:132px}
.menu-dropdown > .menu-item > button{width:100%;text-align:left;position:relative;padding-right:28px}
.menu-dropdown > .menu-item > button::after{content:"▸";position:absolute;right:12px}
.menu-dropdown > .menu-item > button:disabled::after{opacity:.45}
#pluginsMenu>button{width:100%;text-align:left;position:relative;padding-right:28px}
#pluginsMenu>button::after{content:"▸";position:absolute;right:12px}
.profile-menu-row{display:flex;align-items:center}
.profile-menu-row>button:first-child{flex:1;min-width:0}
.profile-menu-row .profile-menu-action{width:28px;flex:0 0 28px;padding:6px;visibility:hidden}
.profile-menu-row:hover .profile-menu-action,.profile-menu-row:focus-within .profile-menu-action{visibility:visible}
.profile-signin{display:flex;gap:8px;align-items:center}
.profile-signin select{flex:1;min-width:0}.profile-signin button{white-space:nowrap}
#barWinbotWins .tab-dot{content:"";display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:7px;background:#e23d3d}
#barWinbotWins[data-status="running"] .tab-dot{background:#15e038}
#barWinbotWins[data-status="warning"] .tab-dot{background:#e0bc35}
.android-qrs{justify-content:center;align-items:center}
.android-qr img,.android-qr svg{background:#fff}
.modal.wide-settings{width:min(820px,94vw);max-width:min(820px,calc(100vw - 28px));box-sizing:border-box}
#namebot{max-height:calc(100vh - 32px);overflow-x:hidden;overflow-y:auto}
#namebot form{min-width:0;max-width:100%;box-sizing:border-box}
#namebot footer{flex-wrap:wrap}
#namebot footer button{min-width:0}
.settings-tabs{display:flex;gap:6px;border-bottom:1px solid #29292d;margin-bottom:16px;padding-bottom:6px}
.settings-tabs button[aria-selected="true"]{background:#000080;color:#fff}
[data-wc-page]{display:flex;flex-direction:column;gap:12px;min-height:0}[data-wc-page][hidden]{display:none}
#webChannelPanel [data-wc-page="stream"] fieldset{margin:0}
#webChannelPanel [data-wc-page="stream"] #wcProfileLabel{margin-top:4px}
#wcTabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 16px;padding:4px 2px 2px}
.dialog-actions{display:flex;gap:8px;justify-content:flex-end;flex-wrap:wrap;margin-top:0}
.modal .settings-tabs+.settings-page,.modal .settings-tabs+[data-wc-page],.modal .settings-tabs+[data-winbot-page]{margin-top:2px}
[data-wc-page="discord"] h3{margin:0 0 2px;font-size:14px;font-weight:normal;color:#e0e0e0}
[data-wc-page="discord"] .dialog-actions{margin-top:4px}
button[hidden]{display:none!important}
.confirmation{background:#101010;color:#eee;border:1px solid #343438}
@media(max-width:600px){#wcTabs{grid-template-columns:1fr}.profile-signin{gap:4px}}

[data-winbot-page]{min-height:0}[data-winbot-page][hidden]{display:none}
.winbot-accounts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 24px;grid-auto-flow:column;grid-template-rows:auto auto 1fr}
.acctbot-entries{display:grid;gap:6px;margin:8px 0 0;max-height:180px;overflow:auto}
.acctbot-entry{display:flex;gap:8px;align-items:center;font-size:12px}
.acctbot-entry[data-status="created"]{color:#74ca83}
.acctbot-entry[data-status="failed"],.acctbot-entry[data-status="skipped"]{color:#e0a060}
.namebot-traits{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,.75fr);gap:12px;margin:12px 0;min-width:0}
.namebot-traits fieldset{border:1px solid #343438;margin:0;padding:10px 12px;min-width:0}
.namebot-traits legend{padding:0 6px;color:#b0b0b8}
.namebot-classes{display:grid;grid-template-columns:1fr 1fr;gap:6px 16px;justify-items:start}
.namebot-flags{display:grid;gap:6px;justify-items:start}
.namebot-traits .checkbox-label{width:auto;justify-content:flex-start}
.namebot-entry{min-width:0;overflow-wrap:anywhere}
.namebot-entry.selected{outline:1px solid #5a5a66}
@media(max-width:600px){.winbot-accounts{display:block}.winbot-accounts>label,.winbot-accounts>div{margin-bottom:12px}}

.modal button{background:#1c1c1c;color:#eee;border:1px solid #343438;padding:5px 9px;cursor:pointer}
.modal button:hover{background:#292929}.modal button:disabled{color:#777;cursor:default}
.modal .settings-tabs button[aria-selected="true"]{background:#000080;color:#fff}
[data-sn-page]{display:flex;flex-direction:column;gap:12px;min-height:0}[data-sn-page][hidden]{display:none}

/* Shared action finish, including controls with legacy !important styles. */
:is(.modal,.confirmation,.composer,.plugin-actions,.profile-card-actions,.channel-add,.character-side-actions,.character-create-bar,.dialog-actions) button:not(.menu-dropdown button):not(.channel-row button),#charactersDismiss{
  background:#000!important;
  border:1px solid #2b2b30!important;
  border-radius:6px!important;
  color:#e9e9ed!important;
  box-shadow:none;
}
:is(.modal,.confirmation,.composer,.plugin-actions,.profile-card-actions,.channel-add,.character-side-actions,.character-create-bar,.dialog-actions) button:not(.menu-dropdown button):not(.channel-row button):enabled:hover,#charactersDismiss:enabled:hover{background:#101012!important;border-color:#45454d!important}
:is(.modal,.confirmation,.composer,.plugin-actions,.profile-card-actions,.channel-add,.character-side-actions,.character-create-bar,.dialog-actions) button:not(.menu-dropdown button):not(.channel-row button):enabled:active,#charactersDismiss:enabled:active{background:#18181b!important;border-color:#55555f!important}
:is(.modal,.confirmation,.composer,.plugin-actions,.profile-card-actions,.channel-add,.character-side-actions,.character-create-bar,.dialog-actions) button:not(.menu-dropdown button):not(.channel-row button):disabled,#charactersDismiss:disabled{background:#000!important;border-color:#252528!important;color:#707078!important;opacity:1;cursor:default}
.modal :is(.settings-tabs button[aria-selected="true"],.scr-profile-tabs button[aria-pressed="true"]){border-color:#55555f!important;color:#fff!important}
@media(prefers-reduced-motion:reduce){button{transition:none}}

/* Overlay the existing dot so bot activity never changes tab width. */
:is(.session-tabs,.discord-tab-row) .tab .tab-dot{position:relative}
@property --winbot-progress{syntax:"<angle>";inherits:true;initial-value:0deg}
:is(.session-tabs .tab, .discord-tab-row .tab, #barWinbotWins) .tab-dot[data-winbot-phase="holding"]::after{content:"";position:absolute;inset:-4px;border-radius:50%;background:conic-gradient(#6acb7b var(--winbot-progress),#24482b 0);mask:radial-gradient(farthest-side,transparent calc(100% - 2px),#000 calc(100% - 1.25px),#000 calc(100% - .5px),transparent 100%);transition:--winbot-progress 250ms linear}
@media(prefers-reduced-motion:reduce){:is(.session-tabs .tab, .discord-tab-row .tab, #barWinbotWins) .tab-dot[data-winbot-phase="holding"]::after{transition:none}}
:is(.session-tabs .tab, .discord-tab-row .tab, #barWinbotWins) .tab-dot[data-winbot-phase]:not([data-winbot-phase=""]):not([data-winbot-phase="holding"]){background:transparent;color:#74ca83;font:11px/7px 'Segoe UI',sans-serif;text-align:center;white-space:nowrap}

/* Discord navigation and bounded status keep the application menu stable. */
.menubar > .menu-item,.menubar > button{flex-shrink:0;white-space:nowrap}
.menubar .server-label{min-width:0;flex:0 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
#discordSettings{padding:20px;width:min(560px,calc(100vw - 40px));max-height:calc(100vh - 40px);overflow:auto}
#discordSettings header{margin-bottom:16px}
#discordSettings p{line-height:1.55;margin:14px 0}
#discordSettings label:has(input[type=checkbox]){display:flex;align-items:center;gap:8px}
#discordSettings input[type=checkbox]{margin:0}
#discordStatus{overflow-wrap:anywhere}
#discordTabs{display:flex;flex-direction:column;padding:0;overflow:hidden;min-height:24px}
#discordTabs[hidden]{display:none}
.chat-panel:has(> #discordTabs:not([hidden])){grid-template-rows:26px auto minmax(0,1fr) 34px}
.discord-tab-row{display:flex;flex-shrink:0;overflow-x:auto;min-height:24px}
#discordTabs .irc-profile-tab{height:24px;flex-shrink:0;font:11px 'Segoe UI';gap:6px;border-radius:0;box-shadow:none}
#discordTabs .irc-profile-tab.active{background:#000;color:#fff;box-shadow:none}
#discordTabs .discord-tab-row .tab-label{display:flex;align-items:center;gap:8px;padding:0;border:0;border-radius:0;background:transparent;color:inherit;font:inherit;box-shadow:none;text-align:left}
#discordTabs .discord-tab-row .tab-close{flex:0 0 16px;border-radius:0;box-shadow:none}
.discord-tab-row{background:#0a0a0a}
#discordTabs img{width:18px;height:18px;border-radius:0}
.discord-picker{overflow-y:auto;max-height:170px;padding:0;flex-shrink:1;border-top:1px solid #29292d}
#discordTabs .discord-picker button{width:100%;text-align:left;border:0;background:transparent}
#discordTabs .discord-picker button:hover{background:#191919}
.discord-channels{display:flex;align-items:center;flex-shrink:0;overflow-x:auto;overflow-y:hidden;padding:0;border-top:1px solid #29292d;min-height:24px}
.discord-category{flex-shrink:0;padding:0 10px;color:#999;font:10px 'Segoe UI';white-space:nowrap}

/* Discord attachments */
#discordAttach[hidden],#discordAttachments[hidden]{display:none!important}
.discord-inline-image{display:block;max-width:min(480px,100%);max-height:360px;object-fit:contain;margin:5px 0 2px}
.discord-image-link,.discord-file-link{display:block;width:fit-content;max-width:100%;overflow-wrap:anywhere}
#discordAttachments{display:flex;flex-wrap:wrap;gap:6px;padding:6px;background:#080808;border-top:1px solid #343438;max-height:150px;overflow:auto}
.discord-pending-file{display:flex;align-items:center;gap:6px;border:1px solid #343438;padding:4px;max-width:280px}
.discord-pending-file span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.discord-pending-file img{width:48px;height:48px;object-fit:contain}
.composer.discord-dragover{outline:2px solid #77baff;outline-offset:-2px}

/* Discord message controls retain the compact Prism chat layout. */
.discord-message{position:relative;padding-right:52px;min-height:24px}
.discord-message:hover,.discord-message:focus-within{background:rgba(255,255,255,.045)}
.discord-message-actions{position:absolute;right:5px;top:0;display:flex;opacity:0;pointer-events:none;background:#242424;border:1px solid #505050;z-index:2}
.discord-message:hover .discord-message-actions,.discord-message:focus-within .discord-message-actions{opacity:1;pointer-events:auto}
.discord-message-actions button{padding:2px 7px;color:inherit;background:transparent;border:0;cursor:pointer}
.discord-reactions{display:inline-flex;gap:4px;margin:2px 6px;flex-wrap:wrap;vertical-align:middle}
.discord-reaction{display:inline-flex;align-items:center;gap:3px;background:#252525;color:inherit;border:1px solid #505050;padding:1px 6px;cursor:pointer;font:inherit}
.discord-reaction[aria-pressed=true]{background:#263d53;border-color:#77baff;color:#b9dcff}
.discord-reaction img,.discord-emoji-grid img{width:20px;height:20px;object-fit:contain}
.discord-reaction-picker{width:min(330px,calc(100vw - 32px));padding:16px;color:#ddd;background:#202020;border:1px solid #555}
.discord-reaction-picker::backdrop{background:rgba(0,0,0,.25)}
.discord-reaction-picker header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}
.discord-reaction-picker h2{font-size:14px;margin:0}
.discord-reaction-picker input{box-sizing:border-box;width:100%;margin-bottom:12px;background:#151515;color:#eee;border:1px solid #555;padding:8px}
.discord-emoji-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:4px;max-height:240px;overflow:auto}
.discord-emoji-grid button{display:flex;align-items:center;justify-content:center;min-height:36px;background:transparent;border:1px solid transparent;font-size:22px;cursor:pointer}
.discord-emoji-grid button:hover,.discord-message-actions button:hover{background:#3a3a3a}
.discord-emoji-grid button:focus-visible,.discord-reaction:focus-visible,.discord-message-actions button:focus-visible{outline:2px solid #77baff;outline-offset:1px}

#barWinbotWins .tab-dot{position:relative;margin-left:4px}
.menubar>#barWinbotWins{overflow:visible}
.menubar #barConnect{width:22px;min-width:22px;padding:0;display:inline-grid;place-items:center;color:#e23d3d}
.menubar #barConnect.connected{color:#15e038}
.menubar #barConnect.connecting{color:#d8d83a}
.session-tab-list .tab.dragging{opacity:.45}
.session-tab-list .tab.drop-before{box-shadow:inset 2px 0 #74ca83}
.session-tab-list .tab.drop-after{box-shadow:inset -2px 0 #74ca83}
