.Tooltip-module__Bzisdq__tip{z-index:9999;max-width:240px;color:var(--text);background:var(--bg5,#21242c);border:1px solid var(--border-glass);pointer-events:none;border-radius:11px;flex-direction:column;gap:3px;padding:9px 12px;font-size:12.5px;font-weight:600;line-height:1.3;animation:.12s Tooltip-module__Bzisdq__fadeIn;display:flex;position:fixed;box-shadow:0 12px 34px #0009}.Tooltip-module__Bzisdq__tipCaret{background:var(--bg5,#21242c);border-right:1px solid var(--border-glass);border-bottom:1px solid var(--border-glass);width:9px;height:9px;position:absolute;bottom:-5px;transform:translate(-50%)rotate(45deg)}.Tooltip-module__Bzisdq__tipBottom .Tooltip-module__Bzisdq__tipCaret{border-bottom:none;border-right:none;border-left:1px solid var(--border-glass);border-top:1px solid var(--border-glass);top:-5px;bottom:auto}
.IconButton-module__k8hYCq__iconBtn{border:1px solid var(--border2);width:32px;height:32px;color:var(--muted2);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;transition:all .15s;display:flex;position:relative}.IconButton-module__k8hYCq__iconBtn:hover{background:var(--bg3);color:var(--text);border-color:var(--border)}.IconButton-module__k8hYCq__notifDot{background:var(--coral);border:1.5px solid var(--bg2);border-radius:50%;width:6px;height:6px;position:absolute;top:5px;right:5px}.IconButton-module__k8hYCq__action{color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:5px;justify-content:center;align-items:center;padding:3px;transition:all .12s;display:flex}.IconButton-module__k8hYCq__actionEdit:hover{color:var(--gold);background:#ceff3f1a}.IconButton-module__k8hYCq__actionDelete:hover{color:var(--coral);background:#e8634a1a}
.InteractiveRow-module__I2NM0G__row{cursor:pointer;border-bottom:1px solid #ffffff08;align-items:center;gap:12px;padding:11px 16px;transition:background .15s;display:flex}.InteractiveRow-module__I2NM0G__row:hover{background:#ffffff05}.InteractiveRow-module__I2NM0G__highlighted{background:#ceff3f0a}.InteractiveRow-module__I2NM0G__highlighted:hover{background:#ceff3f14}
.SectionLabel-module__HV2X7a__label{font-family:var(--font-primary), sans-serif;color:var(--white);letter-spacing:.5px;text-transform:uppercase;font-size:11px;font-weight:700}
.RefreshBar-module__nObJGa__bar{background:linear-gradient(90deg, transparent 0%, var(--gold) 40%, var(--gold-l) 50%, var(--gold) 60%, transparent 100%);z-index:1000;pointer-events:none;background-size:250% 100%;height:2px;animation:1.1s linear infinite RefreshBar-module__nObJGa__refreshSlide;position:fixed;top:0;left:0;right:0}@keyframes RefreshBar-module__nObJGa__refreshSlide{0%{background-position:100% 0}to{background-position:-150% 0}}
.SegmentControl-module__HxT62q__wrap{background:var(--glass-card);-webkit-backdrop-filter:blur(16px)saturate(1.6);border:1px solid var(--border-glass);border-radius:10px;gap:2px;padding:3px;display:inline-flex;box-shadow:inset 0 1px #ffffff0a}.SegmentControl-module__HxT62q__wrapSm{border-radius:8px;padding:2px}.SegmentControl-module__HxT62q__wrapSm button{border-radius:6px;padding:3px 11px;font-size:11px}.SegmentControl-module__HxT62q__seg{font-family:var(--font-primary), sans-serif;color:var(--muted2);cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:8px;padding:6px 18px;font-size:12px;font-weight:600;transition:color .15s,background .15s,border-color .15s,box-shadow .15s,text-shadow .15s}.SegmentControl-module__HxT62q__seg:hover{color:var(--text)}.SegmentControl-module__HxT62q__segActive{color:var(--gold-l);text-shadow:0 0 8px #ceff3f73;background:#ceff3f1f;border-color:#ceff3f47;box-shadow:0 0 14px #ceff3f24,inset 0 1px #ffffff14;}
.Select-module__mVC3lq__wrap{width:100%;position:relative}.Select-module__mVC3lq__wrapSm{width:auto}.Select-module__mVC3lq__trigger{background:var(--bg4);border:1px solid var(--border2);width:100%;color:var(--text);font-family:var(--font-secondary), sans-serif;cursor:pointer;border-radius:8px;outline:none;justify-content:space-between;align-items:center;gap:8px;padding:9px 12px;font-size:13px;transition:border-color .15s,box-shadow .15s;display:flex}.Select-module__mVC3lq__trigger:hover{border-color:var(--border)}.Select-module__mVC3lq__triggerOpen,.Select-module__mVC3lq__trigger:focus-visible{border-color:#ceff3f66;box-shadow:0 0 0 2px #ceff3f14}.Select-module__mVC3lq__triggerSm{border-radius:6px;gap:5px;min-width:100px;padding:5px 10px 5px 8px;font-size:11px}.Select-module__mVC3lq__triggerLabel{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.Select-module__mVC3lq__placeholder{color:var(--muted)}.Select-module__mVC3lq__chevron{width:12px;height:12px;color:var(--muted);flex-shrink:0;transition:transform .2s}.Select-module__mVC3lq__chevronOpen{transform:rotate(180deg)}.Select-module__mVC3lq__dropdown{background:var(--bg3);border:1px solid var(--border2);z-index:9999;border-radius:8px;max-height:220px;padding:4px;animation:.12s ease-out Select-module__mVC3lq__selectSlideIn;overflow-y:auto;box-shadow:0 8px 24px #00000059,0 2px 8px #0003}.Select-module__mVC3lq__dropdownSm{border-radius:6px;max-width:calc(100vw - 32px)}.Select-module__mVC3lq__dropdownSm .Select-module__mVC3lq__option{text-align:center;justify-content:center;position:relative}.Select-module__mVC3lq__dropdownSm .Select-module__mVC3lq__checkmark{position:absolute;top:50%;left:8px;transform:translateY(-50%)}@keyframes Select-module__mVC3lq__selectSlideIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.Select-module__mVC3lq__option{width:100%;color:var(--muted2);font-family:var(--font-secondary), sans-serif;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:5px;align-items:center;gap:8px;padding:7px 10px;font-size:12px;transition:all .1s;display:flex}.Select-module__mVC3lq__option:hover{background:var(--bg4);color:var(--text)}.Select-module__mVC3lq__optionActive,.Select-module__mVC3lq__optionActive:hover{background:var(--gold-faint);color:var(--gold)}.Select-module__mVC3lq__optionFocused{background:var(--bg4);color:var(--text)}.Select-module__mVC3lq__checkmark{opacity:0;flex-shrink:0;width:12px;height:12px}.Select-module__mVC3lq__checkmarkVisible{opacity:1;color:var(--gold)}
.Spinner-module__uPiePW__loading{color:var(--muted);justify-content:center;align-items:center;gap:10px;padding:40px;font-size:13px;display:flex}.Spinner-module__uPiePW__spinner{border:2px solid var(--bg5);border-top-color:var(--gold);border-radius:50%;flex-shrink:0;width:18px;height:18px;animation:.6s linear infinite Spinner-module__uPiePW__spin}@keyframes Spinner-module__uPiePW__spin{to{transform:rotate(360deg)}}
.Stars-module__B-GtDq__starsInteractive{justify-content:center;gap:6px;display:flex}.Stars-module__B-GtDq__starsDisplay{gap:1px;display:flex}.Stars-module__B-GtDq__starBtn{background:0 0;border:none;padding:2px;line-height:1;transition:transform .1s}.Stars-module__B-GtDq__starBtn:not(:disabled){cursor:pointer}.Stars-module__B-GtDq__starBtn:disabled{cursor:default}.Stars-module__B-GtDq__starBtnHover{transform:scale(1.2)}.Stars-module__B-GtDq__starActive{color:var(--gold)}.Stars-module__B-GtDq__starInactive{color:var(--bg5)}.Stars-module__B-GtDq__starHalf{color:var(--gold);opacity:.6}
.Tag-module__UUHUjq__tag{font-family:var(--font-primary), sans-serif;letter-spacing:.5px;text-transform:uppercase;border-radius:4px;padding:3px 8px;font-size:10px;font-weight:700}
.TextInput-module__AvEIWW__input{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--border-glass);color:var(--text);font-family:var(--font-secondary), sans-serif;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#181a2099;border-radius:8px;outline:none;width:100%;padding:9px 12px;font-size:13px;transition:border-color .15s,box-shadow .15s}.TextInput-module__AvEIWW__input:focus{border-color:#ceff3f80;box-shadow:0 0 0 3px #ceff3f14,0 0 14px #ceff3f1f}.TextInput-module__AvEIWW__sm{padding:6px 10px;font-size:12px}
.Textarea-module__-rHntq__textarea{box-sizing:border-box;width:100%;color:var(--text);font-family:var(--font-secondary), sans-serif;outline:none;font-size:13px;transition:border-color .15s,box-shadow .15s}.Textarea-module__-rHntq__textarea:disabled{opacity:.55;color:var(--muted);cursor:not-allowed;resize:none}
