@import "https://fonts.googleapis.com/css2?family=Cinzel:wght@500;700;900&family=IBM+Plex+Sans:wght@400;500;600&display=swap";:root{--flx-panel-bg:#161616f0;--flx-panel-border:#3a3a3a;--flx-field-bg:#1d1d1d;--flx-field-border:#3f3f3f;--flx-field-border-hover:#565656;--flx-field-border-focus:#7fa8a8;--flx-field-bg-focus:#212727;--flx-row-bg:#202020;--flx-row-border:#383838;--flx-row-hover:#262e2e;--flx-row-selected:#243232;--flx-green:#54844e;--flx-gold:#f0d75c;--flx-text:#e8e2d6;--flx-muted:#99b3b3;--flx-dim:#6d7d7d;--flx-error:#e0a3a3;--flx-destructive:#a84444;--flx-avatar:#7fd4d4;--flx-shadow-panel:0 0 5px #00000080, 0 0 10px #00000040 inset;--flx-shadow-field:0 0 10px #00000080 inset;--flx-shadow-row:0 0 10px #00000059 inset;--flx-text-shadow:1px 1px 1px #000}@keyframes flx-fade-in{0%{opacity:0}to{opacity:1}}@keyframes flx-fade-up{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@keyframes flx-slide-left{0%{opacity:0;transform:translate(150px)}to{opacity:1;transform:none}}.flx-login{z-index:7000;background-image:linear-gradient(#0a0c0eb8,#0a0c0ed9),url(/assets/game/login/body-bg-lg.webp);background-position:50%;background-size:cover;flex-direction:column;font-family:Inter,sans-serif;display:flex;position:fixed;inset:0;overflow:hidden}.flx-login__logo-bar{flex:none;justify-content:center;padding:28px 16px 10px;display:flex}.flx-login__logo{filter:drop-shadow(0 4px 10px #000c);height:132px;animation:.8s both flx-fade-in}.flx-login__logo--inline{display:none}.flx-login__main{flex-wrap:wrap;flex:1;place-content:center;gap:28px;min-height:0;padding:16px;display:flex}.flx-panel{background:var(--flx-panel-bg);border:2px solid var(--flx-panel-border);max-width:100%;box-shadow:var(--flx-shadow-panel);flex-direction:column;min-height:0;display:flex}.flx-panel__header{text-align:center;background-image:url(/assets/game/login/grunge-texture.webp),linear-gradient(#2c3e3e,#253434);background-size:cover;border-bottom:2px solid #101010;flex:none;padding:10px 14px;box-shadow:inset 0 0 2px 1px #000000e6,inset 0 1px #ffffff1f}.flx-panel__title{color:var(--flx-gold);text-shadow:var(--flx-text-shadow), 0 0 15px #00000080;font-family:Fraunces,serif;font-size:19px;font-weight:700}.flx-panel__body{flex-direction:column;gap:14px;padding:20px 22px 22px;display:flex}.flx-saves{background:#161616eb;width:300px;animation:.5s .4s both flx-fade-in}.flx-saves .flx-panel__title{font-size:17px}.flx-saves .flx-panel__header{padding:9px 14px}.flx-saves__list{flex-direction:column;gap:6px;min-height:0;padding:10px;display:flex;overflow-y:auto}.flx-saves__footer{color:var(--flx-dim);text-align:center;text-shadow:var(--flx-text-shadow);margin-top:auto;padding:0 10px 10px;font-size:11px}.flx-save{background:var(--flx-row-bg);border:1px solid var(--flx-row-border);box-shadow:var(--flx-shadow-row);cursor:pointer;text-align:left;flex:none;align-items:center;gap:10px;padding:8px 10px;font-family:inherit;display:flex}.flx-save:hover{background:var(--flx-row-hover)}.flx-save--selected{background:var(--flx-row-selected);border-color:var(--flx-green)}.flx-save__avatar{width:40px;height:40px;color:var(--flx-avatar);text-shadow:var(--flx-text-shadow);background:linear-gradient(#2a2a2a,#1a1a1a);border:1px solid #444;flex:none;justify-content:center;align-items:center;font-family:Fraunces,serif;font-size:18px;font-weight:700;display:flex}.flx-save__text{flex:1;min-width:0}.flx-save__name,.flx-save__meta{display:block}.flx-save__name{color:var(--flx-text);text-shadow:var(--flx-text-shadow);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.flx-save__meta{color:var(--flx-muted);text-shadow:var(--flx-text-shadow);font-size:12px}.flx-save__btn{background:var(--flx-field-bg);border:1px solid var(--flx-panel-border);width:28px;height:28px;color:var(--flx-dim);cursor:pointer;flex:none;justify-content:center;align-items:center;padding:0;display:flex}.flx-save__btn--fav:hover{background:var(--flx-row-hover);border-color:var(--flx-gold)}.flx-save__btn--fav-on{color:var(--flx-gold)}.flx-save__btn--forget{color:var(--flx-destructive)}.flx-save__btn--forget:hover{border-color:var(--flx-destructive);background:#2a1c1c}.flx-login__form{width:360px}.flx-login__form--with-saves{animation:.6s both flx-slide-left}.flx-login__form--alone{animation:.6s both flx-fade-up}.flx-msg{text-align:center;color:var(--flx-gold);text-shadow:var(--flx-text-shadow);font-size:13px;line-height:1.5}.flx-msg--error{color:var(--flx-error)}.flx-field{background:var(--flx-field-bg);border:1px solid var(--flx-field-border);box-shadow:var(--flx-shadow-field);align-items:center;gap:10px;padding:10px 12px;display:flex}.flx-field:hover{border-color:var(--flx-field-border-hover)}.flx-field:focus-within{border-color:var(--flx-field-border-focus);background:var(--flx-field-bg-focus)}.flx-field__input{min-width:0;color:var(--flx-text);background:0 0;border:none;outline:none;flex:1;font-family:Inter,sans-serif;font-size:14px}.flx-field__input::placeholder{color:var(--flx-dim)}:is(.flx-field__input:autofill,.flx-2fa__code:autofill){filter:none;box-shadow:0 0 0 1000px var(--flx-field-bg) inset;-webkit-text-fill-color:var(--flx-text);caret-color:var(--flx-text)}.flx-field__input:-webkit-autofill{box-shadow:0 0 0 1000px var(--flx-field-bg) inset;-webkit-text-fill-color:var(--flx-text);caret-color:var(--flx-text);transition:background-color 100000s ease-in-out}.flx-field__input:-webkit-autofill:hover{box-shadow:0 0 0 1000px var(--flx-field-bg) inset;-webkit-text-fill-color:var(--flx-text);caret-color:var(--flx-text);transition:background-color 100000s ease-in-out}.flx-field__input:-webkit-autofill:focus{box-shadow:0 0 0 1000px var(--flx-field-bg) inset;-webkit-text-fill-color:var(--flx-text);caret-color:var(--flx-text);transition:background-color 100000s ease-in-out}.flx-2fa__code:-webkit-autofill{box-shadow:0 0 0 1000px var(--flx-field-bg) inset;-webkit-text-fill-color:var(--flx-text);caret-color:var(--flx-text);transition:background-color 100000s ease-in-out}.flx-2fa__code:-webkit-autofill:hover{box-shadow:0 0 0 1000px var(--flx-field-bg) inset;-webkit-text-fill-color:var(--flx-text);caret-color:var(--flx-text);transition:background-color 100000s ease-in-out}.flx-2fa__code:-webkit-autofill:focus{box-shadow:0 0 0 1000px var(--flx-field-bg) inset;-webkit-text-fill-color:var(--flx-text);caret-color:var(--flx-text);transition:background-color 100000s ease-in-out}.flx-remember{cursor:pointer;color:var(--flx-text);text-shadow:var(--flx-text-shadow);background:0 0;border:none;align-self:flex-start;align-items:center;gap:8px;padding:0;font-family:inherit;font-size:13px;display:flex}.flx-check{background:var(--flx-field-bg);border:1px solid var(--flx-field-border);width:18px;height:18px;color:var(--flx-gold);flex:none;justify-content:center;align-items:center;display:flex;box-shadow:inset 0 0 6px #00000080}.flx-imgbtn{cursor:pointer;background:0 0;border:none;align-self:center;width:175px;height:72px;margin-top:4px;padding:0;position:relative}.flx-imgbtn img{object-fit:contain;width:100%;height:100%;position:absolute;inset:0}.flx-imgbtn__hover{opacity:0;transition:opacity .4s}.flx-imgbtn:hover .flx-imgbtn__hover{opacity:1}.flx-imgbtn:disabled{cursor:default;filter:grayscale(.6)brightness(.7)}.flx-imgbtn:disabled:hover .flx-imgbtn__hover{opacity:0}.flx-2fa{width:360px;animation:.5s both flx-fade-up}.flx-2fa .flx-panel__body{gap:16px;padding:22px}.flx-2fa__code{background:var(--flx-field-bg);border:1px solid var(--flx-field-border);width:220px;box-shadow:var(--flx-shadow-field);color:var(--flx-text);letter-spacing:12px;text-align:center;outline:none;align-self:center;padding:12px 0 12px 12px;font-family:Inter,sans-serif;font-size:26px}.flx-2fa__code:hover{border-color:var(--flx-field-border-hover)}.flx-2fa__code:focus{border-color:var(--flx-field-border-focus);background:var(--flx-field-bg-focus)}.flx-2fa__code::placeholder{color:var(--flx-dim)}.flx-link{color:var(--flx-muted);cursor:pointer;text-shadow:var(--flx-text-shadow);background:0 0;border:none;align-self:center;padding:0;font-family:Inter,sans-serif;font-size:13px}.flx-link:hover{color:#b6cece}.flx-bar{background:#101010d9;border-top:1px solid #333;flex:none;justify-content:space-between;align-items:center;padding:12px 18px;animation:.8s .2s both flx-fade-in;display:flex}.flx-bar__world{background:var(--flx-field-bg);border:1px solid var(--flx-field-border);color:#c9d6d6;text-shadow:var(--flx-text-shadow);cursor:pointer;white-space:nowrap;align-items:center;gap:8px;padding:7px 12px;font-family:Inter,sans-serif;font-size:13px;display:flex}.flx-bar__world:hover{background:var(--flx-row-hover);border-color:var(--flx-green)}.flx-bar__dot{background:var(--flx-green);width:8px;height:8px;box-shadow:0 0 6px var(--flx-green);border-radius:50%}.flx-bar__tip{min-width:0;text-shadow:var(--flx-text-shadow);flex:1;justify-content:center;align-items:center;gap:6px;padding:0 12px;font-size:13px;display:flex}.flx-bar__tip-label{color:var(--flx-gold);flex:none;font-weight:600}.flx-bar__tip-text{color:var(--flx-muted);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.flx-bar__music{background:var(--flx-field-bg);border:1px solid var(--flx-field-border);cursor:pointer;flex:none;justify-content:center;align-items:center;width:38px;height:38px;padding:0;display:flex}.flx-bar__music:hover{background:#262626}.flx-modal{z-index:50;background:#000000a6;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.flx-modal__panel{background:#161616f7;width:760px;max-width:100%;max-height:100%}.flx-modal__header{text-align:left;justify-content:space-between;align-items:center;gap:10px;display:flex}.flx-modal__titles{text-align:center}.flx-modal__subtitle{color:var(--flx-muted);text-shadow:var(--flx-text-shadow);font-size:11px;display:block}.flx-modal__body{flex-direction:column;min-height:0;padding:12px;display:flex}.flx-iconbtn{color:var(--flx-muted);cursor:pointer;text-shadow:var(--flx-text-shadow);background:0 0;border:none;align-items:center;gap:5px;padding:0;font-family:Inter,sans-serif;font-size:12px;display:flex}.flx-iconbtn:hover{color:#b6cece}.flx-worlds__head,.flx-worlds__row{grid-template-columns:100px 110px 1fr 70px;gap:8px;display:grid}.flx-worlds__head{color:var(--flx-gold);text-shadow:var(--flx-text-shadow);padding:6px 10px;font-size:12px;font-weight:600}.flx-worlds__head-cell{align-items:center;gap:5px;display:flex;position:relative}.flx-sort{color:var(--flx-gold);text-shadow:var(--flx-text-shadow);cursor:pointer;background:0 0;border:none;align-items:center;gap:5px;padding:0;font-family:Inter,sans-serif;font-size:12px;font-weight:600;display:flex}.flx-sort__arrows{flex-direction:column;font-size:8px;line-height:1;display:flex}.flx-sort__arrow{color:var(--flx-dim)}.flx-sort__arrow--on{color:var(--flx-gold)}.flx-funnel{color:var(--flx-dim);cursor:pointer;background:0 0;border:none;align-items:center;padding:0;display:flex}.flx-funnel--on{color:var(--flx-gold)}.flx-funnel:hover{color:#f7e388}.flx-dropdown{z-index:20;border:1px solid var(--flx-field-border);background:#1b1b1b;flex-direction:column;width:210px;padding:4px;display:flex;position:absolute;top:calc(100% + 8px);left:0;box-shadow:0 4px 12px #0009}.flx-dropdown__item{color:var(--flx-muted);cursor:pointer;text-align:left;text-shadow:var(--flx-text-shadow);background:0 0;border:none;align-items:center;gap:8px;padding:7px 10px;font-family:Inter,sans-serif;font-size:12px;font-weight:400;display:flex}.flx-dropdown__item:hover{background:var(--flx-row-hover)}.flx-dropdown__item--on{background:var(--flx-row-selected);color:var(--flx-text)}.flx-dropdown__check{border:1px solid var(--flx-field-border);width:14px;height:14px;color:var(--flx-gold);background:#111;flex:none;justify-content:center;align-items:center;font-size:10px;display:flex}.flx-dropdown__item--on .flx-dropdown__check{border-color:var(--flx-green)}.flx-flag{flex:none;width:16px;height:11px;box-shadow:0 0 0 1px #0009}.flx-worlds__list{flex-direction:column;gap:4px;min-height:0;max-height:340px;display:flex;overflow:hidden auto}.flx-worlds__row{background:var(--flx-row-bg);border:1px solid var(--flx-row-border);box-shadow:var(--flx-shadow-row);cursor:pointer;color:var(--flx-text);text-shadow:var(--flx-text-shadow);text-align:left;flex:none;align-items:center;padding:8px 10px;font-family:inherit;font-size:13px}.flx-worlds__row:hover{background:var(--flx-row-hover)}.flx-worlds__row--selected{background:var(--flx-row-selected);border-color:var(--flx-green)}.flx-worlds__id{align-items:center;gap:7px;font-weight:600;display:flex}.flx-worlds__muted{color:var(--flx-muted);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.flx-worlds__empty{text-align:center;color:var(--flx-dim);text-shadow:var(--flx-text-shadow);padding:24px 10px;font-size:13px}@media (height<=500px){.flx-login__main{flex-wrap:nowrap;justify-content:center;align-items:stretch;gap:18px;padding:14px 18px}.flx-login__logo-bar{display:none}.flx-login__centre{flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:0;display:flex}.flx-login__logo--inline{height:48px;display:block}.flx-saves{flex:none;width:250px}.flx-saves .flx-panel__header{padding:6px 10px}.flx-saves .flx-panel__title{font-size:14px}.flx-saves__list{gap:5px;padding:8px}.flx-save{gap:8px;padding:6px 8px}.flx-save__avatar{width:32px;height:32px;font-size:15px}.flx-save__name{font-size:12px}.flx-save__meta{font-size:10px}.flx-save__btn{width:24px;height:24px}.flx-login__form,.flx-2fa{flex:none;width:340px}.flx-panel__header{padding:6px 12px}.flx-panel__title{font-size:15px}.flx-panel__body{gap:10px;padding:12px 14px 14px}.flx-2fa .flx-panel__body{gap:10px;padding:14px}.flx-msg{font-size:12px}.flx-field{padding:7px 10px}.flx-field__input{font-size:13px}.flx-remember{font-size:12px}.flx-check{width:16px;height:16px}.flx-imgbtn{width:121px;height:50px;margin-top:0}.flx-2fa__code{letter-spacing:10px;width:190px;padding:8px 0 8px 10px;font-size:22px}.flx-bar{padding:6px 14px}.flx-bar__world{padding:5px 10px;font-size:12px}.flx-bar__tip{font-size:11px}.flx-bar__music{width:30px;height:30px}.flx-modal__panel{width:680px}.flx-worlds__list{max-height:220px}}.flx-notes{flex-direction:column;gap:4px;height:100%;min-height:0;display:flex}.flx-notes__editorwrap{flex-direction:column;flex:1;gap:4px;min-height:0;display:flex}.flx-notes__toolbar{background:var(--flx-row-bg,#202020);border:1px solid var(--flx-row-border,#383838);flex-wrap:wrap;gap:2px;padding:3px;display:flex}.flx-notes__tool{min-width:22px;height:22px;color:var(--flx-muted,#99b3b3);cursor:pointer;background:0 0;border:1px solid #0000;padding:0 4px;font-family:Inter,sans-serif;font-size:11px;line-height:1}.flx-notes__tool:hover{color:var(--flx-text,#e8e2d6);border-color:var(--flx-field-border-hover,#565656)}.flx-notes__tool--active{color:var(--rl-brand,#01a0a0);border-color:var(--rl-brand,#01a0a0)}.flx-notes__select{background:var(--flx-field-bg,#1d1d1d);border:1px solid var(--flx-field-border,#3f3f3f);height:22px;color:var(--flx-muted,#99b3b3);outline:none;font-family:Inter,sans-serif;font-size:11px}.flx-notes__surface{background:var(--flx-field-bg,#1d1d1d);border:1px solid var(--flx-field-border,#3f3f3f);min-height:180px;box-shadow:var(--flx-shadow-field,0 0 10px #00000080 inset);flex:1;overflow-y:auto}.flx-notes__surface:focus-within{border-color:var(--flx-field-border-focus,#7fa8a8)}.flx-notes__surface .ProseMirror{min-height:100%;color:var(--flx-text,#e8e2d6);outline:none;padding:6px;font-family:Inter,sans-serif;font-size:12px;line-height:1.45}.flx-notes__surface .ProseMirror p{margin:0 0 6px}.flx-notes__surface .ProseMirror h1{color:var(--rl-brand,#01a0a0);margin:0 0 6px;font-size:16px}.flx-notes__surface .ProseMirror h2{color:var(--rl-brand,#01a0a0);margin:0 0 6px;font-size:14px}.flx-notes__surface .ProseMirror ul,.flx-notes__surface .ProseMirror ol{margin:0 0 6px;padding-left:18px}.flx-notes__surface .ProseMirror blockquote{border-left:2px solid var(--flx-field-border,#3f3f3f);color:var(--flx-muted,#99b3b3);margin:0 0 6px;padding-left:8px}.flx-notes__surface .ProseMirror pre{background:#151515;padding:6px;font-family:Courier New,monospace;overflow-x:auto}.flx-notes__surface .ProseMirror p.is-editor-empty:first-child:before{content:attr(data-placeholder);color:var(--flx-dim,#6d7d7d);float:left;pointer-events:none;height:0}.flx-loading{z-index:9999;-webkit-user-select:none;user-select:none;background:#04080a;font-family:IBM Plex Sans,system-ui,sans-serif;position:fixed;inset:0;overflow:hidden}.flx-bg{object-fit:cover;width:100%;height:100%;animation:26s ease-in-out infinite alternate flx-zoom;position:absolute;inset:0}@keyframes flx-zoom{0%{transform:scale(1)}to{transform:scale(1.12)}}.flx-scrim{background:linear-gradient(#05090b59 0%,#0000 30% 55%,#04080aeb 92%);position:absolute;inset:0}.flx-fog{background:radial-gradient(60% 100% at 50% 100%,#78c8c324,#0000 70%);height:28%;animation:14s ease-in-out infinite flx-fog;position:absolute;bottom:12%;left:-10%;right:-10%}@keyframes flx-fog{0%,to{transform:translate(-8%)}50%{transform:translate(8%)}}.flx-logo{filter:drop-shadow(0 6px 24px #000000d9);width:clamp(240px,26vw,420px);position:absolute;top:6vh;left:50%;transform:translate(-50%)}.flx-bottom{flex-direction:column;gap:14px;padding:0 5vw 4.5vh;display:flex;position:absolute;bottom:0;left:0;right:0}.flx-row{justify-content:space-between;align-items:flex-end;gap:24px;display:flex}.flx-left{flex-direction:column;gap:5px;min-width:0;display:flex}.flx-status{letter-spacing:.14em;text-transform:uppercase;color:#8df5ec;font:700 14px Cinzel,serif}.flx-tip{color:#d6f0ed99;font:400 13px/1.4 IBM Plex Sans,system-ui,sans-serif;animation:5s linear flx-tip-in}@keyframes flx-tip-in{0%{opacity:0;transform:translateY(6px)}8%,88%{opacity:1;transform:translateY(0)}96%,to{opacity:0;transform:translateY(-6px)}}.flx-pct{color:#eafcfa;text-shadow:0 0 24px #3fd9cc80;flex:none;font:700 clamp(36px,4.5vw,56px)/1 Cinzel,serif}.flx-pct-sign{color:#5ceadd;font-size:.5em}.flx-track{background:#ffffff1f;border-radius:2px;height:3px;overflow:hidden}.flx-fill{background:linear-gradient(90deg,#3fd9cc,#8df5ec);height:100%;transition:width .3s ease-out;box-shadow:0 0 12px #3fd9cce6}.flx-error{text-align:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#04080ad1;border:1px solid #78c8c338;border-radius:10px;width:min(560px,88vw);padding:28px 32px 26px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 18px 60px #000000b3}.flx-error-title{letter-spacing:.06em;color:#eafcfa;text-shadow:0 0 24px #3fd9cc59;margin:0 0 10px;font:700 clamp(20px,2.6vw,28px)/1.2 Cinzel,serif}.flx-error-message{color:#d6f0edb8;margin:0 0 16px;font:400 14px/1.55 IBM Plex Sans,system-ui,sans-serif}.flx-error-actions{justify-content:center;gap:12px;display:flex}.flx-btn{letter-spacing:.14em;text-transform:uppercase;color:#04080a;cursor:pointer;background:linear-gradient(90deg,#3fd9cc,#8df5ec);border:0;border-radius:6px;padding:10px 22px;font:700 12px Cinzel,serif;text-decoration:none;transition:filter .15s ease-out;display:inline-block}.flx-btn:hover{filter:brightness(1.12)}.flx-btn--ghost{color:#8df5ec;background:0 0;border:1px solid #78c8c359}.flx-loading--error .flx-scrim{background:radial-gradient(80% 70%,#04080a8c 0%,#04080ac7 100%)}@font-face{font-family:RuneScape;src:url(/assets/fonts/runescape.ttf)format("truetype");font-weight:400;font-display:block}@font-face{font-family:RuneScape;src:url(/assets/fonts/runescape_bold.ttf)format("truetype");font-weight:700;font-display:block}@font-face{font-family:RuneScape Small;src:url(/assets/fonts/runescape_small.ttf)format("truetype");font-weight:400;font-display:block}:root{--rl-brand:#01a0a0;--rl-brand-transparent:#01a0a078;--rl-darker-gray:#1e1e1e;--rl-dark-gray:#282828;--rl-medium-gray:#4d4d4d;--rl-light-gray:#a5a5a5;--rl-text:#c6c6c6;--rl-border:#171717;--rl-darker-gray-hover:#3c3c3c;--rl-dark-gray-hover:#232323;--rl-scroll-track:#191919;--flx-plugin-bar-w:40px;--flx-plugin-panel-w:240px}.flx-plugins{z-index:40;color:var(--rl-text);flex-direction:row;font-family:Inter,sans-serif;display:flex;position:fixed;top:0;bottom:0;right:0}.flx-plugins__bar{width:var(--flx-plugin-bar-w);background:var(--rl-dark-gray);border-left:1px solid var(--rl-border);flex-direction:column;gap:2px;padding:4px 0;display:flex}.flx-plugins__tab{width:100%;height:34px;color:var(--rl-light-gray);cursor:pointer;background:0 0;border:none;border-left:2px solid #0000;justify-content:center;align-items:center;font-family:inherit;font-size:15px;display:flex}.flx-plugins__tab:hover{color:var(--rl-text);background:var(--rl-darker-gray-hover)}.flx-plugins__tab--active{color:var(--rl-brand);border-left-color:var(--rl-brand);background:var(--rl-darker-gray)}.flx-plugins__icon{width:16px;height:16px;image-rendering:pixelated}.flx-plugins__spacer{flex:1}.flx-plugins__panel{width:var(--flx-plugin-panel-w);background:var(--rl-darker-gray);border-left:1px solid var(--rl-border);flex-direction:column;display:flex;overflow:hidden}.flx-plugins__header{background:var(--rl-dark-gray);border-bottom:1px solid var(--rl-border);align-items:center;gap:8px;padding:8px 10px;display:flex}.flx-plugins__title{min-width:0;color:var(--rl-brand);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:13px;font-weight:600;overflow:hidden}.flx-backarrow{cursor:pointer;filter:brightness(2.2);background:url(/assets/plugins/config_back_icon.png) 50%/contain no-repeat;border:none;flex:none;width:16px;height:16px;padding:0}.flx-backarrow:hover{filter:brightness(3)}.flx-plugins__body{flex:1;padding:6px;overflow-y:auto}.flx-plugins__body::-webkit-scrollbar{width:8px}.flx-plugins__body::-webkit-scrollbar-track{background:var(--rl-scroll-track)}.flx-plugins__body::-webkit-scrollbar-thumb{background:var(--rl-medium-gray)}.flx-search{background:var(--rl-dark-gray);border:1px solid var(--rl-border);align-items:center;gap:6px;margin-bottom:6px;padding:4px 6px;display:flex}.flx-search__icon{color:var(--rl-light-gray);font-size:13px;line-height:1}.flx-search__input{min-width:0;color:var(--rl-text);background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:12px}.flx-search__input::placeholder{color:var(--rl-medium-gray)}.flx-plugin-row{background:var(--rl-dark-gray);align-items:center;gap:6px;width:100%;margin-bottom:3px;padding:5px 6px;display:flex}.flx-plugin-row:hover{background:var(--rl-darker-gray-hover)}.flx-plugin-row__name{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:12px;overflow:hidden}.flx-star{cursor:pointer;background:url(/assets/plugins/star_on.png) 50%/contain no-repeat;border:none;flex:none;width:14px;height:14px;padding:0}.flx-star--off{filter:grayscale()brightness(.77)}.flx-star--off:hover{filter:grayscale()brightness(1.1)}.flx-cog{cursor:pointer;filter:brightness(1.8);background:url(/assets/plugins/config_edit_icon.png) 50%/contain no-repeat;border:none;flex:none;width:14px;height:14px;padding:0}.flx-cog:hover{filter:brightness(2.6)}.flx-switch{cursor:pointer;background:url(/assets/plugins/switcher_on.png) 50%/contain no-repeat;border:none;flex:none;width:26px;height:14px;padding:0}.flx-switch--off{filter:grayscale()brightness(.61);transform:scaleX(-1)}.flx-setting{background:var(--rl-dark-gray);align-items:center;gap:8px;margin-bottom:3px;padding:6px;display:flex}.flx-setting__name{flex:1;min-width:0;font-size:12px}.flx-setting__input{background:var(--rl-darker-gray);border:1px solid var(--rl-border);width:74px;color:var(--rl-text);outline:none;flex:none;padding:3px 4px;font-family:inherit;font-size:12px}.flx-setting__input:focus{border-color:var(--rl-brand)}.flx-setting__keybind{text-align:center;cursor:pointer;width:auto;min-width:74px}.flx-setting__keybind--capturing{border-color:var(--rl-brand);color:var(--rl-brand)}.flx-check{background:var(--rl-darker-gray);border:1px solid var(--rl-border);width:16px;height:16px;color:var(--rl-text);cursor:pointer;flex:none;justify-content:center;align-items:center;padding:0;font-size:12px;line-height:1;display:flex}.flx-check:hover{border-color:var(--rl-medium-gray)}.flx-setting__range{flex:none;align-items:center;gap:6px;display:flex}.flx-setting__range input[type=range]{width:84px;accent-color:var(--rl-brand)}.flx-setting__value{text-align:right;width:26px;color:var(--rl-light-gray);font-size:12px}.flx-configfoot{flex-direction:column;gap:3px;margin-top:6px;display:flex}.flx-configbtn{background:var(--rl-dark-gray);border:1px solid var(--rl-border);color:var(--rl-text);cursor:pointer;padding:5px;font-family:inherit;font-size:12px}.flx-configbtn:hover{background:var(--rl-darker-gray-hover)}.flx-plugins__host{flex-direction:column;height:100%;display:flex}.flx-plugins__empty{color:var(--rl-medium-gray);padding:10px 8px;font-size:12px}.flx-plugins__popupveil{z-index:50;position:fixed;inset:0}.flx-plugins__popup{z-index:51;background:var(--rl-dark-gray);border:1px solid var(--rl-border);flex-direction:column;min-width:150px;display:flex;position:fixed;transform:translate(-100%)}.flx-plugins__popupitem{color:var(--rl-text);cursor:pointer;text-align:left;background:0 0;border:none;padding:6px 10px;font-family:inherit;font-size:12px}.flx-plugins__popupitem:hover{background:var(--rl-darker-gray-hover);color:var(--rl-brand)}html.flx-game-inset #game-host{right:var(--flx-plugin-bar-w)}html.flx-game-inset.flx-panel-open #game-host{right:calc(var(--flx-plugin-bar-w) + var(--flx-plugin-panel-w))}html.flx-sidebar-hidden #game-host{right:0}.flx-plugins__reveal{z-index:40;justify-content:flex-end;align-items:center;width:12px;display:flex;position:fixed;top:0;bottom:0;right:0}.flx-plugins__revealbtn{background:var(--rl-dark-gray);border:1px solid var(--rl-border);width:22px;height:54px;color:var(--rl-light-gray);cursor:pointer;border-right:none;padding:0;font-family:Inter,sans-serif;font-size:16px;line-height:1}.flx-plugins__revealbtn:hover{color:var(--rl-brand)}#game-overlay{pointer-events:none;position:absolute}#game-host{background:#000;justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow:hidden}#game{image-rendering:pixelated;touch-action:none;width:auto;max-width:100%;height:auto;max-height:100%;display:block}#game-host.game-host--resizable #game{width:100%;height:100%}html:has(#game-host){overscroll-behavior:none;touch-action:none}html:has(#game-host) body{overscroll-behavior:none;touch-action:none}html.flux-rotate-landscape #game-host,html.flux-rotate-landscape .flx-loading{transform-origin:50%;width:100dvh;height:100dvw;inset:50% auto auto 50%;transform:translate(-50%,-50%)rotate(90deg)}
