.Modal-module-scss-module__UQA_zG__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;-webkit-overflow-scrolling:touch;background:#00000080;justify-content:center;align-items:center;min-width:100vw;min-height:100vh;padding:1.5rem;animation:.3s Modal-module-scss-module__UQA_zG__fadeIn;display:flex;position:fixed;inset:0;overflow-y:auto}[data-theme=dark] .Modal-module-scss-module__UQA_zG__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000bf}.Modal-module-scss-module__UQA_zG__modal{background:var(--bg-glass);-webkit-backdrop-filter:blur(20px)saturate(180%);border:1px solid var(--border-color);box-shadow:0 8px 32px 0 var(--shadow);background:#fff;border:2px solid #0000001a;border-radius:20px;flex-direction:column;flex-shrink:0;width:100%;max-width:500px;max-height:80vh;margin:auto;animation:.3s Modal-module-scss-module__UQA_zG__scaleIn;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 60px #0000004d}[data-theme=light] .Modal-module-scss-module__UQA_zG__modal{background:#fffffffa;border:2px solid #00000026;box-shadow:0 20px 60px #0003}[data-theme=dark] .Modal-module-scss-module__UQA_zG__modal{background:#1e1e1ef2;border:2px solid #fff3;box-shadow:0 20px 60px #0009,0 0 40px #6366f133}@media (max-width:768px){.Modal-module-scss-module__UQA_zG__modal{border-radius:16px;max-width:100%}}.Modal-module-scss-module__UQA_zG__modalHeader{border-bottom:1px solid var(--border-color);background:#ffffff80;justify-content:space-between;align-items:center;padding:2rem;display:flex}[data-theme=light] .Modal-module-scss-module__UQA_zG__modalHeader{background:#fafafacc;border-bottom-color:#00000026}[data-theme=dark] .Modal-module-scss-module__UQA_zG__modalHeader{background:#28282880;border-bottom-color:#ffffff40}.Modal-module-scss-module__UQA_zG__modalTitle{background:linear-gradient(135deg,var(--gradient-start),var(--gradient-end));-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;margin:0;font-size:1.5rem;font-weight:700}@media (max-width:768px){.Modal-module-scss-module__UQA_zG__modalTitle{font-size:1.2rem}}.Modal-module-scss-module__UQA_zG__closeButton{width:32px;height:32px;color:var(--text-primary);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;transition:all .2s;display:flex}.Modal-module-scss-module__UQA_zG__closeButton:hover{background:var(--bg-glass-hover);transform:rotate(90deg)}.Modal-module-scss-module__UQA_zG__modalBody{flex:1;padding:2rem;overflow-y:auto}.Modal-module-scss-module__UQA_zG__modalMessage{white-space:pre-wrap;word-wrap:break-word;color:var(--text-primary);margin:0 0 1.5rem;font-family:inherit;font-size:.95rem;font-weight:400;line-height:1.7}[data-theme=light] .Modal-module-scss-module__UQA_zG__modalMessage{color:#1a1a1a;background:#fafafae6;border:1px solid #0000001f;border-radius:12px;padding:1.5rem;font-weight:400}[data-theme=dark] .Modal-module-scss-module__UQA_zG__modalMessage{color:#f8f9fa;background:#1e1e1e80;border:1px solid #ffffff1f;border-radius:12px;padding:1.5rem;font-weight:400}.Modal-module-scss-module__UQA_zG__timer{background:var(--bg-glass);text-align:center;border:2px solid var(--border-color);border-radius:12px;margin-top:2rem;padding:1.5rem;box-shadow:0 2px 8px #0000001a}[data-theme=light] .Modal-module-scss-module__UQA_zG__timer{background:#f5f5f5e6;border:2px solid #0003;box-shadow:0 2px 8px #00000026}[data-theme=dark] .Modal-module-scss-module__UQA_zG__timer{background:#282828cc;border:2px solid #6366f166;box-shadow:0 4px 15px #0000004d,0 0 20px #6366f126}.Modal-module-scss-module__UQA_zG__timerLabel{color:var(--text-secondary);margin-bottom:.5rem;font-size:.85rem;font-weight:500}[data-theme=light] .Modal-module-scss-module__UQA_zG__timerLabel{color:#4a5568;font-weight:600}[data-theme=dark] .Modal-module-scss-module__UQA_zG__timerLabel{color:#cbd5e0;font-weight:500}.Modal-module-scss-module__UQA_zG__timerValue{color:var(--accent);background:linear-gradient(135deg,var(--gradient-start),var(--gradient-end));-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;font-family:Courier New,monospace;font-size:1.5rem;font-weight:700}[data-theme=dark] .Modal-module-scss-module__UQA_zG__timerValue{color:#a78bfa;text-shadow:0 0 10px #a78bfa80}.Modal-module-scss-module__UQA_zG__modalFooter{border-top:1px solid var(--border-color);background:#ffffff80;justify-content:flex-end;gap:1.5rem;padding:2rem;display:flex}[data-theme=light] .Modal-module-scss-module__UQA_zG__modalFooter{background:#fafafacc;border-top-color:#00000026}[data-theme=dark] .Modal-module-scss-module__UQA_zG__modalFooter{background:#28282880;border-top-color:#ffffff40}.Modal-module-scss-module__UQA_zG__okButton,.Modal-module-scss-module__UQA_zG__confirmButton{background:linear-gradient(135deg,var(--gradient-start),var(--gradient-end));color:#fff;cursor:pointer;border:none;border-radius:12px;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s}.Modal-module-scss-module__UQA_zG__okButton:hover,.Modal-module-scss-module__UQA_zG__confirmButton:hover{transform:translateY(-2px);box-shadow:0 8px 20px #6366f166}.Modal-module-scss-module__UQA_zG__okButton:active,.Modal-module-scss-module__UQA_zG__confirmButton:active{transform:translateY(0)}.Modal-module-scss-module__UQA_zG__cancelButton{color:var(--text-primary);border:1px solid var(--border-color);cursor:pointer;background:0 0;border-radius:12px;padding:1rem 2rem;font-size:1rem;font-weight:500;transition:all .3s}[data-theme=light] .Modal-module-scss-module__UQA_zG__cancelButton{color:#1a1a1a;border-color:#00000026;font-weight:500}[data-theme=dark] .Modal-module-scss-module__UQA_zG__cancelButton{color:#f8f9fa;border-color:#fff3;font-weight:500}.Modal-module-scss-module__UQA_zG__cancelButton:hover{background:var(--bg-glass-hover);border-color:var(--accent);font-weight:600}.Modal-module-scss-module__UQA_zG__cancelButton:active{transform:translateY(0)}
.BossesTab-module-scss-module__dGOhAa__bossesTab{width:100%;max-width:1400px;min-height:100vh;margin:0 auto;padding:120px 1.5rem 3rem;animation:.5s ease-out BossesTab-module-scss-module__dGOhAa__fadeIn;overflow-x:hidden}@media (max-width:768px){.BossesTab-module-scss-module__dGOhAa__bossesTab{padding:100px 1rem 2rem}}.BossesTab-module-scss-module__dGOhAa__fightActiveWarning{background:linear-gradient(135deg,#ffc10726 0%,#ff980026 100%);background:var(--bg-glass);-webkit-backdrop-filter:blur(20px)saturate(180%);border:2px solid #ff9800;border:1px solid var(--border-color);box-shadow:0 8px 32px 0 var(--shadow);border-radius:12px;align-items:center;gap:1.5rem;margin-bottom:2rem;padding:2rem;animation:2s ease-in-out infinite BossesTab-module-scss-module__dGOhAa__pulse;display:flex}[data-theme=dark] .BossesTab-module-scss-module__dGOhAa__fightActiveWarning{background:linear-gradient(135deg,#ff980033 0%,#ff572233 100%);border-color:#ff9800}@media (max-width:768px){.BossesTab-module-scss-module__dGOhAa__fightActiveWarning{text-align:center;flex-direction:column;padding:1.5rem}}.BossesTab-module-scss-module__dGOhAa__fightActiveWarningIcon{flex-shrink:0;font-size:2rem;animation:.5s ease-in-out infinite BossesTab-module-scss-module__dGOhAa__shake}.BossesTab-module-scss-module__dGOhAa__fightActiveWarningText{color:#ff6f00;flex:1;font-size:1rem;line-height:1.6}.BossesTab-module-scss-module__dGOhAa__fightActiveWarningText strong{color:#ff5722;margin-bottom:.5rem;font-size:1.1rem;display:block}[data-theme=dark] .BossesTab-module-scss-module__dGOhAa__fightActiveWarningText{color:#ffb74d}[data-theme=dark] .BossesTab-module-scss-module__dGOhAa__fightActiveWarningText strong{color:#ff9800}@media (max-width:768px){.BossesTab-module-scss-module__dGOhAa__fightActiveWarningText{font-size:.9rem}.BossesTab-module-scss-module__dGOhAa__fightActiveWarningText strong{font-size:1rem}}.BossesTab-module-scss-module__dGOhAa__fightActiveWarningOrange{font-weight:700;color:#ff9800!important}[data-theme=dark] .BossesTab-module-scss-module__dGOhAa__fightActiveWarningOrange{color:#ffb74d!important}.BossesTab-module-scss-module__dGOhAa__fightActiveWarningGreen{font-weight:700;color:#4caf50!important}[data-theme=dark] .BossesTab-module-scss-module__dGOhAa__fightActiveWarningGreen{color:#66bb6a!important}.BossesTab-module-scss-module__dGOhAa__fightActiveWarningRed{font-weight:700;color:#dc2626!important}[data-theme=dark] .BossesTab-module-scss-module__dGOhAa__fightActiveWarningRed{color:#ef4444!important}@keyframes BossesTab-module-scss-module__dGOhAa__pulse{0%,to{box-shadow:0 0 #ff980066}50%{box-shadow:0 0 0 10px #ff980000}}@keyframes BossesTab-module-scss-module__dGOhAa__shake{0%,to{transform:translate(0)}25%{transform:translate(-3px)}75%{transform:translate(3px)}}.BossesTab-module-scss-module__dGOhAa__hpStatusBar{background:var(--bg-glass);border:1px solid var(--border-color);background:var(--bg-glass);-webkit-backdrop-filter:blur(20px)saturate(180%);border:1px solid var(--border-color);box-shadow:0 8px 32px 0 var(--shadow);border-radius:12px;margin-bottom:1.5rem;padding:1.5rem}[data-theme=light] .BossesTab-module-scss-module__dGOhAa__hpStatusBar{background:#fffc;border-color:#0000001a}[data-theme=dark] .BossesTab-module-scss-module__dGOhAa__hpStatusBar{background:#282828cc;border-color:#ffffff1a}.BossesTab-module-scss-module__dGOhAa__hpStatusBarTitle{color:var(--text-primary);margin-bottom:1rem;font-size:1rem;font-weight:600}[data-theme=light] .BossesTab-module-scss-module__dGOhAa__hpStatusBarTitle{color:#1a1a1a;font-weight:700}[data-theme=dark] .BossesTab-module-scss-module__dGOhAa__hpStatusBarTitle{color:#f8f9fa;font-weight:600}.BossesTab-module-scss-module__dGOhAa__hpStatusBarContainer{background:#0003;border-radius:8px;width:100%;height:32px;position:relative;overflow:hidden}[data-theme=light] .BossesTab-module-scss-module__dGOhAa__hpStatusBarContainer{background:#0000001a}[data-theme=dark] .BossesTab-module-scss-module__dGOhAa__hpStatusBarContainer{background:#ffffff1a}.BossesTab-module-scss-module__dGOhAa__hpStatusBarFill{background:linear-gradient(90deg,#dc2626 0%,#ef4444 50%,#f87171 100%);border-radius:8px;height:100%;transition:width .5s;position:absolute;top:0;left:0}.BossesTab-module-scss-module__dGOhAa__hpStatusBarText{color:#fff;text-shadow:0 1px 3px #00000080;z-index:1;white-space:nowrap;font-size:.85rem;font-weight:900;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.BossesTab-module-scss-module__dGOhAa__statusLabel{color:var(--text-secondary);background:var(--bg-glass);border:1px solid var(--border-color);background:var(--bg-glass);-webkit-backdrop-filter:blur(20px)saturate(180%);border:1px solid var(--border-color);box-shadow:0 8px 32px 0 var(--shadow);border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1.5rem;font-size:.9rem;font-style:italic;font-weight:400;display:flex}[data-theme=light] .BossesTab-module-scss-module__dGOhAa__statusLabel{color:#4a5568;background:#fff9;border-color:#0000001a;font-weight:400}[data-theme=dark] .BossesTab-module-scss-module__dGOhAa__statusLabel{color:#cbd5e0;background:#282828cc;border-color:#ffffff26;font-weight:400}.BossesTab-module-scss-module__dGOhAa__statusLabel.BossesTab-module-scss-module__dGOhAa__loading{color:var(--accent);font-style:normal;font-weight:500}[data-theme=light] .BossesTab-module-scss-module__dGOhAa__statusLabel.BossesTab-module-scss-module__dGOhAa__loading{color:#4f46e5;font-weight:600}[data-theme=dark] .BossesTab-module-scss-module__dGOhAa__statusLabel.BossesTab-module-scss-module__dGOhAa__loading{color:#a78bfa;font-weight:500}.BossesTab-module-scss-module__dGOhAa__statusText{flex:1;margin-right:1rem}.BossesTab-module-scss-module__dGOhAa__logsToggleButton{color:var(--text-secondary);cursor:pointer;white-space:nowrap;background:#0f172a0a;border:1px solid #94a3b8b3;border-radius:999px;padding:.25rem .6rem;font-size:.8rem}.BossesTab-module-scss-module__dGOhAa__logsToggleButton:hover{background:#94a3b826}.BossesTab-module-scss-module__dGOhAa__logsPanel{color:#e5e7eb;background:#0f172ae6;border-radius:12px;max-height:220px;margin-top:-1.5rem;margin-bottom:2rem;padding:1rem;font-size:.8rem;overflow-y:auto}[data-theme=light] .BossesTab-module-scss-module__dGOhAa__logsPanel{color:#111827;background:#fffffff2;border:1px solid #0000001f;box-shadow:0 6px 24px #0000001f}.BossesTab-module-scss-module__dGOhAa__logList{margin:0;padding:0;list-style:none}.BossesTab-module-scss-module__dGOhAa__logItem{border-bottom:1px dashed #94a3b84d;padding:2px 0}.BossesTab-module-scss-module__dGOhAa__logItem:last-child{border-bottom:none}[data-theme=light] .BossesTab-module-scss-module__dGOhAa__logItem{border-bottom-color:#0000001f}.BossesTab-module-scss-module__dGOhAa__logItemDanger{color:#f87171;font-weight:700}.BossesTab-module-scss-module__dGOhAa__logItemSuccess{color:#34d399;font-weight:700}.BossesTab-module-scss-module__dGOhAa__logInlineRed{color:#f87171;font-weight:800}.BossesTab-module-scss-module__dGOhAa__logInlineGreen{color:#22c55e;font-weight:800}.BossesTab-module-scss-module__dGOhAa__logInlineGreenBold{color:#22c55e;font-size:1.05em;font-weight:900}[data-theme=dark] .BossesTab-module-scss-module__dGOhAa__logInlineGreenBold{color:#86efac}.BossesTab-module-scss-module__dGOhAa__logInlineOrange{color:#f59e0b;font-weight:800}.BossesTab-module-scss-module__dGOhAa__logEmpty{color:#9ca3af;font-style:italic}.BossesTab-module-scss-module__dGOhAa__tabs{border-bottom:2px solid var(--border-color);justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex;position:relative}[data-theme=light] .BossesTab-module-scss-module__dGOhAa__tabs{border-bottom-color:#0003}@media (max-width:768px){.BossesTab-module-scss-module__dGOhAa__tabs{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;padding-bottom:.5rem;overflow-x:auto}}.BossesTab-module-scss-module__dGOhAa__scrollHint{z-index:10;pointer-events:none;display:none;position:absolute;top:50%;right:0;transform:translateY(-50%)}@media (max-width:768px){.BossesTab-module-scss-module__dGOhAa__scrollHint{opacity:.6;animation:2s ease-in-out infinite BossesTab-module-scss-module__dGOhAa__scrollHintPulse;display:block}}.BossesTab-module-scss-module__dGOhAa__scrollArrow{color:var(--accent);filter:drop-shadow(0 2px 4px #0003)}[data-theme=light] .BossesTab-module-scss-module__dGOhAa__scrollArrow{color:#4f46e5;filter:drop-shadow(0 2px 4px #00000026)}@keyframes BossesTab-module-scss-module__dGOhAa__scrollHintPulse{0%,to{opacity:.6;transform:translateY(-50%)translate(0)}50%{opacity:.9;transform:translateY(-50%)translate(-8px)}}.BossesTab-module-scss-module__dGOhAa__tabsLeft{gap:1rem;display:flex}@media (max-width:768px){.BossesTab-module-scss-module__dGOhAa__tabsLeft{flex-shrink:0}}.BossesTab-module-scss-module__dGOhAa__tabsRight{align-items:center;gap:1rem;display:flex}@media (max-width:768px){.BossesTab-module-scss-module__dGOhAa__tabsRight{flex-shrink:0}}.BossesTab-module-scss-module__dGOhAa__tab{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;padding:1.5rem 2rem;font-size:1rem;font-weight:500;transition:all .3s}[data-theme=light] .BossesTab-module-scss-module__dGOhAa__tab{color:#666}.BossesTab-module-scss-module__dGOhAa__tab:hover{color:var(--text-primary)}[data-theme=light] .BossesTab-module-scss-module__dGOhAa__tab:hover{color:#333}.BossesTab-module-scss-module__dGOhAa__tab.BossesTab-module-scss-module__dGOhAa__active{color:var(--accent);border-bottom-color:var(--accent);font-weight:600}[data-theme=light] .BossesTab-module-scss-module__dGOhAa__tab.BossesTab-module-scss-module__dGOhAa__active{color:#4f46e5;border-bottom-color:#4f46e5}.BossesTab-module-scss-module__dGOhAa__refreshButton{background:linear-gradient(135deg,var(--accent),var(--accent-dark));color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex;box-shadow:0 2px 8px #00000026}.BossesTab-module-scss-module__dGOhAa__refreshButton:hover:not(:disabled){transform:rotate(180deg)scale(1.1);box-shadow:0 4px 12px #6366f166}[data-theme=dark] .BossesTab-module-scss-module__dGOhAa__refreshButton:hover:not(:disabled){box-shadow:0 4px 12px #818cf866}.BossesTab-module-scss-module__dGOhAa__refreshButton:active:not(:disabled){transform:rotate(180deg)scale(.95)}.BossesTab-module-scss-module__dGOhAa__refreshButton:disabled{opacity:.5;cursor:not-allowed}.BossesTab-module-scss-module__dGOhAa__refreshButton svg{transition:transform .3s}@media (max-width:768px){.BossesTab-module-scss-module__dGOhAa__refreshButton{width:36px;height:36px}.BossesTab-module-scss-module__dGOhAa__refreshButton svg{width:18px;height:18px}}.BossesTab-module-scss-module__dGOhAa__queueButton{color:#f97373;cursor:pointer;background:#f871711f;border:1px solid #f87171b3;border-radius:999px;padding:.55rem 1.1rem;font-size:.9rem;font-weight:600;transition:all .2s}.BossesTab-module-scss-module__dGOhAa__queueButton:hover:not(:disabled){background:#f8717133;box-shadow:0 0 10px #f8717180}.BossesTab-module-scss-module__dGOhAa__queueButton:disabled{opacity:.6;cursor:not-allowed}[data-theme=dark] .BossesTab-module-scss-module__dGOhAa__queueButton{color:#fecaca;background:#7f1d1d99;border-color:#f87171e6}.BossesTab-module-scss-module__dGOhAa__bossesList{flex-direction:column;gap:1.5rem;display:flex}.BossesTab-module-scss-module__dGOhAa__bossCard{background:var(--bg-glass);border:1px solid var(--border-color);background:var(--bg-glass);-webkit-backdrop-filter:blur(20px)saturate(180%);border:1px solid var(--border-color);box-shadow:0 8px 32px 0 var(--shadow);border-radius:20px;gap:2rem;padding:2rem;transition:all .3s;display:flex;box-shadow:0 4px 16px #0000001a}[data-theme=light] .BossesTab-module-scss-module__dGOhAa__bossCard{background:#fffffff2;border:1px solid #00000026;box-shadow:0 4px 16px #00000026}.BossesTab-module-scss-module__dGOhAa__bossCard:hover{background:var(--bg-glass-hover);box-shadow:0 12px 40px 0 var(--shadow);border-color:#fff6;transform:translateY(-2px);box-shadow:0 6px 20px #00000026}[data-theme=light] .BossesTab-module-scss-module__dGOhAa__bossCard:hover{border-color:#0003;box-shadow:0 6px 20px #0003}@media (max-width:768px){.BossesTab-module-scss-module__dGOhAa__bossCard{flex-direction:column;gap:1.5rem}}.BossesTab-module-scss-module__dGOhAa__bossImage{background:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:200px;height:200px;display:flex;overflow:hidden}@media (max-width:768px){.BossesTab-module-scss-module__dGOhAa__bossImage{aspect-ratio:1;width:100%;height:auto}}.BossesTab-module-scss-module__dGOhAa__bossImage img{object-fit:contain;max-width:100%;max-height:100%}.BossesTab-module-scss-module__dGOhAa__noImage{color:var(--text-secondary);font-size:.9rem}.BossesTab-module-scss-module__dGOhAa__bossInfo{flex-direction:column;flex:1;gap:.5rem;display:flex}.BossesTab-module-scss-module__dGOhAa__bossName{background:linear-gradient(135deg,var(--gradient-start),var(--gradient-end));-webkit-text-fill-color:#0000;color:var(--text-primary);-webkit-background-clip:text;background-clip:text;margin:0;font-size:1.5rem;font-weight:700}[data-theme=dark] .BossesTab-module-scss-module__dGOhAa__bossName{color:#fff;text-shadow:0 0 10px #ffffff4d;background:linear-gradient(135deg,#fff,#e0e0e0);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text}.BossesTab-module-scss-module__dGOhAa__bossHp{color:var(--text-secondary);margin:0;font-weight:400}[data-theme=light] .BossesTab-module-scss-module__dGOhAa__bossHp{color:#4a5568;font-weight:500}[data-theme=dark] .BossesTab-module-scss-module__dGOhAa__bossHp{color:#cbd5e0;font-weight:400}.BossesTab-module-scss-module__dGOhAa__bossWins{color:#0a7a0a;margin:0;font-weight:600}[data-theme=light] .BossesTab-module-scss-module__dGOhAa__bossWins{color:#006400;font-weight:700}.BossesTab-module-scss-module__dGOhAa__bossKeys{color:#c8960a;margin:0;font-weight:600}[data-theme=light] .BossesTab-module-scss-module__dGOhAa__bossKeys{color:#b8860b;font-weight:700}.BossesTab-module-scss-module__dGOhAa__bossActions{flex-direction:column;gap:1rem;min-width:200px;display:flex}@media (max-width:768px){.BossesTab-module-scss-module__dGOhAa__bossActions{min-width:auto}}.BossesTab-module-scss-module__dGOhAa__attackButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#dc143c,#b22222);border:none;border-radius:12px;padding:1.5rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 12px #dc143c4d}.BossesTab-module-scss-module__dGOhAa__attackButton:hover:not(:disabled){background:linear-gradient(135deg,#c8122c,#a01e1e);transform:translateY(-2px);box-shadow:0 6px 20px #dc143c80}.BossesTab-module-scss-module__dGOhAa__attackButton:active:not(:disabled){transform:translateY(0)}.BossesTab-module-scss-module__dGOhAa__attackButton:disabled{opacity:.5;cursor:not-allowed;background:linear-gradient(135deg,#999,#777)}[data-theme=light] .BossesTab-module-scss-module__dGOhAa__attackButton{background:linear-gradient(135deg,#e63950,#c71f37);box-shadow:0 4px 12px #dc143c66}[data-theme=light] .BossesTab-module-scss-module__dGOhAa__attackButton:hover:not(:disabled){background:linear-gradient(135deg,#d62847,#b01d2e);box-shadow:0 6px 20px #dc143c99}.BossesTab-module-scss-module__dGOhAa__buyKeyButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#228b22,#006400);border:none;border-radius:12px;padding:1rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .3s;box-shadow:0 3px 10px #228b224d}.BossesTab-module-scss-module__dGOhAa__buyKeyButton:hover:not(:disabled){background:linear-gradient(135deg,#1e7a1e,#005200);transform:translateY(-2px);box-shadow:0 5px 15px #228b2280}.BossesTab-module-scss-module__dGOhAa__buyKeyButton:active:not(:disabled){transform:translateY(0)}.BossesTab-module-scss-module__dGOhAa__buyKeyButton:disabled{opacity:.5;cursor:not-allowed;background:linear-gradient(135deg,#999,#777)}[data-theme=light] .BossesTab-module-scss-module__dGOhAa__buyKeyButton{background:linear-gradient(135deg,#2d9f2d,#1a7a1a);box-shadow:0 3px 10px #228b2266}[data-theme=light] .BossesTab-module-scss-module__dGOhAa__buyKeyButton:hover:not(:disabled){background:linear-gradient(135deg,#258f25,#156a15);box-shadow:0 5px 15px #228b2299}.BossesTab-module-scss-module__dGOhAa__modalOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background:#000000d9;justify-content:center;align-items:center;animation:.3s BossesTab-module-scss-module__dGOhAa__fadeIn;display:flex;position:fixed;inset:0}[data-theme=dark] .BossesTab-module-scss-module__dGOhAa__modalOverlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#000000e6}.BossesTab-module-scss-module__dGOhAa__modalDialog{border:2px solid var(--border-color);background:#fff;border-radius:20px;width:90%;max-width:500px;max-height:80vh;padding:3rem;animation:.3s BossesTab-module-scss-module__dGOhAa__slideUp;overflow-y:auto;box-shadow:0 20px 60px #0000004d}[data-theme=dark] .BossesTab-module-scss-module__dGOhAa__modalDialog{background:#2a2a2a;border-color:#fff3;box-shadow:0 20px 60px #0009}.BossesTab-module-scss-module__dGOhAa__modalDialog h3{background:linear-gradient(135deg,var(--gradient-start),var(--gradient-end));-webkit-text-fill-color:#0000;color:var(--text-primary);-webkit-background-clip:text;background-clip:text;margin-top:0;margin-bottom:2rem}.BossesTab-module-scss-module__dGOhAa__queueWarning{color:#dc2626;margin:0 0 1.5rem;font-size:.9rem;font-weight:600}.BossesTab-module-scss-module__dGOhAa__queueWarning strong{text-transform:uppercase}.BossesTab-module-scss-module__dGOhAa__queueList{max-height:260px;margin-bottom:2rem;padding-right:1rem;overflow-y:auto}.BossesTab-module-scss-module__dGOhAa__queueItem{border-bottom:1px dashed #94a3b866;flex-direction:column;gap:.5rem;padding:.5rem 0;display:flex}.BossesTab-module-scss-module__dGOhAa__queueItem:last-child{border-bottom:none}.BossesTab-module-scss-module__dGOhAa__queueItemHeader{align-items:center;gap:1rem;display:flex}.BossesTab-module-scss-module__dGOhAa__queueItemBody{flex-direction:column;gap:1rem;padding-left:1.75rem;display:flex}.BossesTab-module-scss-module__dGOhAa__queueCheckbox{width:18px;height:18px}.BossesTab-module-scss-module__dGOhAa__queueBossName{color:var(--text-primary);font-size:.95rem}[data-theme=light] .BossesTab-module-scss-module__dGOhAa__queueBossName{color:#111827}.BossesTab-module-scss-module__dGOhAa__queueOrderBadge{color:var(--accent);background:#6366f126;border:1px solid #6366f159;border-radius:999px;justify-content:center;align-items:center;margin-right:.5rem;padding:2px 8px;font-size:.75rem;font-weight:700;display:inline-flex}[data-theme=dark] .BossesTab-module-scss-module__dGOhAa__queueOrderBadge{color:#c7d2fe;background:#818cf82e;border-color:#818cf866}.BossesTab-module-scss-module__dGOhAa__queueModeRow{justify-content:space-between;align-items:center;gap:1rem;display:flex}.BossesTab-module-scss-module__dGOhAa__queueModeRow span{color:var(--text-secondary);font-size:.9rem}.BossesTab-module-scss-module__dGOhAa__queueModeRow select{border:1px solid var(--border-color);color:var(--text-primary);background:#fff;border-radius:10px;outline:none;flex:0 0 55%;padding:.5rem 1rem}[data-theme=light] .BossesTab-module-scss-module__dGOhAa__queueModeRow select{border-color:#00000040;box-shadow:0 1px #00000008}.BossesTab-module-scss-module__dGOhAa__queueModeRow select:focus{border-color:#6366f1cc;box-shadow:0 0 0 3px #6366f140}[data-theme=dark] .BossesTab-module-scss-module__dGOhAa__queueModeRow select{color:#f9fafb;background:#333;border-color:#fff3}.BossesTab-module-scss-module__dGOhAa__queueModeRow input[type=number]{border:1px solid var(--border-color);color:var(--text-primary);background:#fff;border-radius:10px;outline:none;padding:.5rem 1rem}[data-theme=light] .BossesTab-module-scss-module__dGOhAa__queueModeRow input[type=number]{border-color:#00000040;box-shadow:0 1px #00000008}.BossesTab-module-scss-module__dGOhAa__queueModeRow input[type=number]:focus{border-color:#6366f1cc;box-shadow:0 0 0 3px #6366f140}[data-theme=dark] .BossesTab-module-scss-module__dGOhAa__queueModeRow input[type=number]{color:#f9fafb;background:#333;border-color:#fff3}.BossesTab-module-scss-module__dGOhAa__queueComboRow{flex-direction:column;gap:.5rem;display:flex}.BossesTab-module-scss-module__dGOhAa__queueComboRow label{color:var(--text-primary);flex-direction:column;gap:.5rem;font-size:.9rem;display:flex}.BossesTab-module-scss-module__dGOhAa__queueComboRow select{border:1px solid var(--border-color);width:100%;color:var(--text-primary);background:#fff;border-radius:10px;outline:none;padding:.5rem 1rem}[data-theme=light] .BossesTab-module-scss-module__dGOhAa__queueComboRow select{border-color:#00000040;box-shadow:0 1px #00000008}.BossesTab-module-scss-module__dGOhAa__queueComboRow select:focus{border-color:#6366f1cc;box-shadow:0 0 0 3px #6366f140}[data-theme=dark] .BossesTab-module-scss-module__dGOhAa__queueComboRow select{color:#f9fafb;background:#333;border-color:#fff3}.BossesTab-module-scss-module__dGOhAa__queueComboTextWrapper{margin-top:.5rem}.BossesTab-module-scss-module__dGOhAa__queueComboCostInfo{background:#6366f11a;border:1px solid #6366f14d;border-radius:8px;margin-top:1rem;padding:1rem;font-size:.9rem}[data-theme=dark] .BossesTab-module-scss-module__dGOhAa__queueComboCostInfo{background:#6366f126;border-color:#6366f166}.BossesTab-module-scss-module__dGOhAa__queueComboCostSingle{color:var(--text-primary);margin-bottom:4px}.BossesTab-module-scss-module__dGOhAa__queueComboCostSingle strong{color:var(--accent);font-weight:600}.BossesTab-module-scss-module__dGOhAa__queueComboCostTotal{color:var(--text-primary);font-weight:500}.BossesTab-module-scss-module__dGOhAa__queueComboCostTotal strong{color:var(--accent);font-size:1.05em;font-weight:700}.BossesTab-module-scss-module__dGOhAa__queueComboTextarea{border:1px solid var(--border-color);resize:vertical;width:100%;min-height:80px;color:var(--text-primary);border-radius:12px;outline:none;padding:1rem;font-family:inherit;font-size:.9rem}[data-theme=light] .BossesTab-module-scss-module__dGOhAa__queueComboTextarea{background:#fff;border-color:#00000040;box-shadow:0 1px #00000008}.BossesTab-module-scss-module__dGOhAa__queueComboTextarea:focus{border-color:#6366f1cc;box-shadow:0 0 0 3px #6366f140}[data-theme=dark] .BossesTab-module-scss-module__dGOhAa__queueComboTextarea{color:#f9fafb;background:#1f2933;border-color:#9ca3afb3}.BossesTab-module-scss-module__dGOhAa__queueNeedlePerBoss{color:var(--text-secondary);align-items:center;gap:.5rem;margin-top:1rem;font-size:.9rem;display:inline-flex}.BossesTab-module-scss-module__dGOhAa__queueNeedlePerBoss input{width:16px;height:16px}.BossesTab-module-scss-module__dGOhAa__queueActions{justify-content:flex-end;gap:1rem;margin-top:1rem;display:flex}@media (max-width:768px){.BossesTab-module-scss-module__dGOhAa__queueActions{flex-direction:column;align-items:stretch}}.BossesTab-module-scss-module__dGOhAa__queueNeedleOption{color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.9rem;display:inline-flex}.BossesTab-module-scss-module__dGOhAa__queueNeedleOption input{width:16px;height:16px}.BossesTab-module-scss-module__dGOhAa__startQueueButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#22c55e,#16a34a);border:none;border-radius:999px;padding:1rem 2rem;font-weight:600;transition:all .2s;box-shadow:0 4px 12px #16a34a80}.BossesTab-module-scss-module__dGOhAa__startQueueButton:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 16px #16a34ab3}.BossesTab-module-scss-module__dGOhAa__startQueueButton:disabled{opacity:.6;cursor:not-allowed}.BossesTab-module-scss-module__dGOhAa__comboSection{margin-bottom:2rem}.BossesTab-module-scss-module__dGOhAa__comboSection label{color:var(--text-primary);margin-bottom:1rem;font-weight:600;display:block}.BossesTab-module-scss-module__dGOhAa__comboSection select{border:2px solid var(--border-color);width:100%;color:var(--text-primary);background:#fff;border-radius:12px;padding:1rem;font-size:1rem;box-shadow:0 2px 8px #0000001a}[data-theme=dark] .BossesTab-module-scss-module__dGOhAa__comboSection select{color:#f0f0f0;background:#333;border-color:#fff3;box-shadow:0 2px 8px #0000004d}.BossesTab-module-scss-module__dGOhAa__comboHitsSection{flex-direction:column;gap:.5rem;margin-top:1.5rem;display:flex}.BossesTab-module-scss-module__dGOhAa__comboHitsSection label{color:var(--text-secondary);margin-bottom:1rem;font-size:.9rem;display:block}.BossesTab-module-scss-module__dGOhAa__comboHitsSection textarea{border:2px solid var(--border-color);width:100%;color:var(--text-primary);resize:vertical;background:#fff;border-radius:12px;padding:1rem;font-family:monospace;font-size:.9rem;box-shadow:0 2px 8px #0000001a}[data-theme=dark] .BossesTab-module-scss-module__dGOhAa__comboHitsSection textarea{color:#f0f0f0;background:#333;border-color:#fff3;box-shadow:0 2px 8px #0000004d}.BossesTab-module-scss-module__dGOhAa__comboCostBubble{color:var(--text-primary);background:#0f172a14;border-radius:999px;align-self:flex-end;align-items:center;gap:4px;margin-top:.5rem;padding:6px 14px;font-size:.85rem;display:inline-flex;box-shadow:0 2px 6px #0f172a33}[data-theme=dark] .BossesTab-module-scss-module__dGOhAa__comboCostBubble{color:#e5e7eb;background:#0f172ae6;box-shadow:0 2px 8px #0009}.BossesTab-module-scss-module__dGOhAa__comboCostValue{color:var(--accent);font-weight:700}[data-theme=dark] .BossesTab-module-scss-module__dGOhAa__comboCostValue{color:#a78bfa}.BossesTab-module-scss-module__dGOhAa__comboSourceSection{margin-top:1.5rem;margin-bottom:1rem}.BossesTab-module-scss-module__dGOhAa__comboSourceSection label{color:var(--text-primary);margin-bottom:.5rem;font-size:.9rem;display:block}.BossesTab-module-scss-module__dGOhAa__comboSourceRadio{flex-wrap:wrap;gap:1.5rem;margin-top:.5rem;display:flex}@media (max-width:768px){.BossesTab-module-scss-module__dGOhAa__comboSourceRadio{flex-direction:column;gap:1rem}}.BossesTab-module-scss-module__dGOhAa__radioLabel{cursor:pointer;color:var(--text-primary);align-items:center;gap:.5rem;font-size:.9rem;display:flex}.BossesTab-module-scss-module__dGOhAa__radioLabel input[type=radio]{cursor:pointer;width:18px;height:18px;accent-color:var(--accent)}.BossesTab-module-scss-module__dGOhAa__radioLabel span{-webkit-user-select:none;user-select:none}.BossesTab-module-scss-module__dGOhAa__comboStatusSection{margin-top:1rem;margin-bottom:.5rem}.BossesTab-module-scss-module__dGOhAa__comboAvailable{color:#22c55e;align-items:center;gap:.5rem;font-size:.9rem;display:flex}[data-theme=dark] .BossesTab-module-scss-module__dGOhAa__comboAvailable{color:#86efac}.BossesTab-module-scss-module__dGOhAa__comboUnavailable{color:#ef4444;align-items:center;gap:.5rem;font-size:.9rem;display:flex}[data-theme=dark] .BossesTab-module-scss-module__dGOhAa__comboUnavailable{color:#fca5a5}.BossesTab-module-scss-module__dGOhAa__iconCheck,.BossesTab-module-scss-module__dGOhAa__iconCross{font-size:1rem;font-weight:700}.BossesTab-module-scss-module__dGOhAa__needleSection{background:var(--bg-glass);border:1px solid var(--border-color);background:var(--bg-glass);-webkit-backdrop-filter:blur(20px)saturate(180%);border:1px solid var(--border-color);box-shadow:0 8px 32px 0 var(--shadow);border-radius:12px;margin-top:1.5rem;margin-bottom:1.5rem;padding:1rem}.BossesTab-module-scss-module__dGOhAa__needleSection label{cursor:pointer;color:var(--text-primary);align-items:center;gap:1rem;font-size:.9rem;display:flex}.BossesTab-module-scss-module__dGOhAa__needleSection label input[type=checkbox]{cursor:pointer;width:18px;height:18px;accent-color:var(--accent)}.BossesTab-module-scss-module__dGOhAa__needleSection label span{-webkit-user-select:none;user-select:none}.BossesTab-module-scss-module__dGOhAa__modesSection{margin-bottom:2rem}.BossesTab-module-scss-module__dGOhAa__modesSection label{color:var(--text-primary);margin-bottom:1rem;font-weight:600;display:block}.BossesTab-module-scss-module__dGOhAa__modeButton{border:2px solid var(--border-color);width:100%;color:var(--text-primary);cursor:pointer;background:#f5f5f5;border-radius:12px;margin-bottom:1rem;padding:1.5rem;font-size:1rem;font-weight:500;transition:all .3s;box-shadow:0 2px 8px #0000001a}[data-theme=dark] .BossesTab-module-scss-module__dGOhAa__modeButton{color:#f0f0f0;background:#333;border-color:#fff3;box-shadow:0 2px 8px #0000004d}.BossesTab-module-scss-module__dGOhAa__modeButton:hover{background:#e0e0e0;transform:translate(5px);box-shadow:0 4px 12px #00000026}[data-theme=dark] .BossesTab-module-scss-module__dGOhAa__modeButton:hover{background:#404040;box-shadow:0 4px 12px #00000080}.BossesTab-module-scss-module__dGOhAa__cancelButton{color:#111827;cursor:pointer;background:#f3f4f6;border:1px solid #94a3b8b3;border-radius:999px;padding:1rem 2rem;font-weight:600;transition:all .2s;box-shadow:0 2px 8px #0f172a1f}.BossesTab-module-scss-module__dGOhAa__cancelButton:hover:not(:disabled){background:#e5e7eb;transform:translateY(-1px);box-shadow:0 4px 12px #0f172a2e}.BossesTab-module-scss-module__dGOhAa__resetQueueButton{color:#991b1b;cursor:pointer;background:#fee2e2;border:1px solid #ef4444b3;border-radius:999px;padding:1rem 2rem;font-weight:600;transition:all .2s;box-shadow:0 2px 8px #ef444433}.BossesTab-module-scss-module__dGOhAa__resetQueueButton:hover:not(:disabled){background:#fecaca;transform:translateY(-1px);box-shadow:0 4px 12px #ef44444d}[data-theme=dark] .BossesTab-module-scss-module__dGOhAa__resetQueueButton{color:#fca5a5;background:#7f1d1d4d;border-color:#ef444480}[data-theme=dark] .BossesTab-module-scss-module__dGOhAa__resetQueueButton:hover:not(:disabled){background:#7f1d1d80}
.NextBossTab-module-scss-module__6tRiPG__nextBossTab{width:100%;animation:.5s ease-out NextBossTab-module-scss-module__6tRiPG__fadeIn;overflow-x:hidden}.NextBossTab-module-scss-module__6tRiPG__fightActiveWarning{background:linear-gradient(135deg,#ffc10726 0%,#ff980026 100%);background:var(--bg-glass);-webkit-backdrop-filter:blur(20px)saturate(180%);border:2px solid #ff9800;border:1px solid var(--border-color);box-shadow:0 8px 32px 0 var(--shadow);border-radius:12px;align-items:center;gap:1.5rem;margin-bottom:2rem;padding:2rem;animation:2s ease-in-out infinite NextBossTab-module-scss-module__6tRiPG__pulse;display:flex}[data-theme=dark] .NextBossTab-module-scss-module__6tRiPG__fightActiveWarning{background:linear-gradient(135deg,#ff980033 0%,#ff572233 100%);border-color:#ff9800}@media (max-width:768px){.NextBossTab-module-scss-module__6tRiPG__fightActiveWarning{text-align:center;flex-direction:column;padding:1.5rem}}.NextBossTab-module-scss-module__6tRiPG__fightActiveWarningIcon{flex-shrink:0;font-size:2rem;animation:.5s ease-in-out infinite NextBossTab-module-scss-module__6tRiPG__shake}.NextBossTab-module-scss-module__6tRiPG__fightActiveWarningText{flex:1;font-size:1rem;line-height:1.6}.NextBossTab-module-scss-module__6tRiPG__fightActiveWarningText strong{margin-bottom:.5rem;font-size:1.1rem;display:block}[data-theme=dark] .NextBossTab-module-scss-module__6tRiPG__fightActiveWarningText{color:#ffb74d}[data-theme=dark] .NextBossTab-module-scss-module__6tRiPG__fightActiveWarningText strong{color:#ff9800}.NextBossTab-module-scss-module__6tRiPG__fightActiveWarningOrange{font-weight:700;color:#ff9800!important}[data-theme=dark] .NextBossTab-module-scss-module__6tRiPG__fightActiveWarningOrange{color:#ffb74d!important}.NextBossTab-module-scss-module__6tRiPG__fightActiveWarningGreen{font-weight:700;color:#4caf50!important}[data-theme=dark] .NextBossTab-module-scss-module__6tRiPG__fightActiveWarningGreen{color:#66bb6a!important}@keyframes NextBossTab-module-scss-module__6tRiPG__pulse{0%,to{opacity:1}50%{opacity:.6}}@keyframes NextBossTab-module-scss-module__6tRiPG__shake{0%,to{transform:translate(0)}25%{transform:translate(-2px)}75%{transform:translate(2px)}}.NextBossTab-module-scss-module__6tRiPG__statusLabel{color:var(--text-secondary);background:var(--bg-glass);border:1px solid var(--border-color);background:var(--bg-glass);-webkit-backdrop-filter:blur(20px)saturate(180%);border:1px solid var(--border-color);box-shadow:0 8px 32px 0 var(--shadow);border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:1.5rem;font-size:.9rem;font-style:italic;font-weight:400;display:flex}[data-theme=light] .NextBossTab-module-scss-module__6tRiPG__statusLabel{color:#4a5568;background:#fff9;border-color:#0000001a;font-weight:400}[data-theme=dark] .NextBossTab-module-scss-module__6tRiPG__statusLabel{color:#cbd5e0;background:#282828cc;border-color:#ffffff26;font-weight:400}.NextBossTab-module-scss-module__6tRiPG__statusLabel.NextBossTab-module-scss-module__6tRiPG__loading{color:var(--accent);font-style:normal;font-weight:500}[data-theme=light] .NextBossTab-module-scss-module__6tRiPG__statusLabel.NextBossTab-module-scss-module__6tRiPG__loading{color:#4f46e5;font-weight:600}[data-theme=dark] .NextBossTab-module-scss-module__6tRiPG__statusLabel.NextBossTab-module-scss-module__6tRiPG__loading{color:#a78bfa;font-weight:500}.NextBossTab-module-scss-module__6tRiPG__statusText{flex:1;margin-right:1rem}.NextBossTab-module-scss-module__6tRiPG__logsToggleButton{color:var(--text-secondary);cursor:pointer;white-space:nowrap;background:#0f172a0a;border:1px solid #94a3b8b3;border-radius:999px;padding:.25rem .6rem;font-size:.8rem}.NextBossTab-module-scss-module__6tRiPG__logsToggleButton:hover{background:#94a3b826}.NextBossTab-module-scss-module__6tRiPG__logsPanel{color:#e5e7eb;background:#0f172ae6;border-radius:12px;max-height:220px;margin-top:-1.5rem;margin-bottom:1.5rem;padding:1rem;font-size:.8rem;overflow-y:auto}[data-theme=light] .NextBossTab-module-scss-module__6tRiPG__logsPanel{color:#111827;background:#fffffff2;border:1px solid #0000001f;box-shadow:0 6px 24px #0000001f}.NextBossTab-module-scss-module__6tRiPG__logsHeader{color:#9ca3af;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:.85rem;display:flex}.NextBossTab-module-scss-module__6tRiPG__logsHeader button{color:var(--text-secondary);cursor:pointer;background:#0f172a0a;border:1px solid #94a3b8b3;border-radius:4px;padding:.25rem .6rem;font-size:.75rem}.NextBossTab-module-scss-module__6tRiPG__logsHeader button:hover{background:#94a3b826}.NextBossTab-module-scss-module__6tRiPG__logList{margin:0;padding:0;list-style:none}.NextBossTab-module-scss-module__6tRiPG__logItem{border-bottom:1px dashed #94a3b84d;padding:2px 0}.NextBossTab-module-scss-module__6tRiPG__logItem:last-child{border-bottom:none}[data-theme=light] .NextBossTab-module-scss-module__6tRiPG__logItem{border-bottom-color:#0000001f}.NextBossTab-module-scss-module__6tRiPG__logEmpty{color:#9ca3af;font-style:italic}.NextBossTab-module-scss-module__6tRiPG__logInlineRed{color:#f87171;font-weight:800}.NextBossTab-module-scss-module__6tRiPG__logInlineGreen{color:#22c55e;font-weight:800}.NextBossTab-module-scss-module__6tRiPG__logInlineGreenBold{color:#22c55e;font-size:1.05em;font-weight:900}[data-theme=dark] .NextBossTab-module-scss-module__6tRiPG__logInlineGreenBold{color:#86efac}.NextBossTab-module-scss-module__6tRiPG__logInlineOrange{color:#f59e0b;font-weight:800}.NextBossTab-module-scss-module__6tRiPG__queueSummary{background:var(--bg-glass);border:1px solid var(--border-color);background:var(--bg-glass);-webkit-backdrop-filter:blur(20px)saturate(180%);border:1px solid var(--border-color);box-shadow:0 8px 32px 0 var(--shadow);border-radius:12px;gap:2rem;margin-bottom:2rem;padding:1.5rem;display:flex}@media (max-width:768px){.NextBossTab-module-scss-module__6tRiPG__queueSummary{flex-direction:column;gap:1rem}}.NextBossTab-module-scss-module__6tRiPG__queueSummaryItem{color:var(--text-primary);font-size:.95rem;font-weight:400}[data-theme=light] .NextBossTab-module-scss-module__6tRiPG__queueSummaryItem{color:#1a1a1a;font-weight:400}[data-theme=dark] .NextBossTab-module-scss-module__6tRiPG__queueSummaryItem{color:#f8f9fa;font-weight:400}.NextBossTab-module-scss-module__6tRiPG__queueSummaryItem strong{color:var(--accent);margin-right:.5rem;font-weight:600}[data-theme=light] .NextBossTab-module-scss-module__6tRiPG__queueSummaryItem strong{color:#4f46e5;font-weight:700}[data-theme=dark] .NextBossTab-module-scss-module__6tRiPG__queueSummaryItem strong{color:#a78bfa;font-weight:600}.NextBossTab-module-scss-module__6tRiPG__queueBossesList{flex-direction:column;gap:3rem;margin-bottom:3rem;display:flex}.NextBossTab-module-scss-module__6tRiPG__loading{text-align:center;color:var(--text-secondary);padding:2rem;font-size:1rem;font-style:italic}.NextBossTab-module-scss-module__6tRiPG__bossCheckboxItem{background:var(--bg-glass);border:1px solid var(--border-color);background:var(--bg-glass);-webkit-backdrop-filter:blur(20px)saturate(180%);border:1px solid var(--border-color);box-shadow:0 8px 32px 0 var(--shadow);border-radius:8px;margin-bottom:.5rem;padding:1rem 1.5rem;transition:all .2s}.NextBossTab-module-scss-module__6tRiPG__bossCheckboxItem:hover{border-color:var(--accent);background:var(--bg-glass-hover)}[data-theme=light] .NextBossTab-module-scss-module__6tRiPG__bossCheckboxItem{background:#fff9;border-color:#0000001a}[data-theme=dark] .NextBossTab-module-scss-module__6tRiPG__bossCheckboxItem{background:#28282899;border-color:#ffffff1a}.NextBossTab-module-scss-module__6tRiPG__bossCheckboxLabel{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:1rem;width:100%;display:flex}.NextBossTab-module-scss-module__6tRiPG__bossCheckbox{cursor:pointer;width:20px;height:20px;accent-color:var(--accent);flex-shrink:0}.NextBossTab-module-scss-module__6tRiPG__bossCheckboxText{color:var(--text-primary);flex:1;align-items:center;gap:.5rem;font-size:.95rem;font-weight:500;display:flex}[data-theme=light] .NextBossTab-module-scss-module__6tRiPG__bossCheckboxText{color:#1a1a1a;font-weight:600}[data-theme=dark] .NextBossTab-module-scss-module__6tRiPG__bossCheckboxText{color:#f8f9fa;font-weight:500}.NextBossTab-module-scss-module__6tRiPG__bossNameWrapper{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.NextBossTab-module-scss-module__6tRiPG__bossNameRow{flex-wrap:nowrap;align-items:center;gap:.5rem;display:flex}.NextBossTab-module-scss-module__6tRiPG__comboBadge{cursor:help;filter:drop-shadow(0 0 4px #22c55e80);justify-content:center;align-items:center;margin-left:.5rem;font-size:1rem;animation:2s ease-in-out infinite NextBossTab-module-scss-module__6tRiPG__pulse;display:inline-flex}.NextBossTab-module-scss-module__6tRiPG__autoComboBadge{color:#fff;cursor:help;white-space:nowrap;text-shadow:0 1px 2px #0003;background:linear-gradient(135deg,#dc2626 0%,#991b1b 100%);border:1px solid #dc262680;border-radius:12px;flex-shrink:0;align-items:center;gap:4px;margin-left:auto;padding:4px 10px;font-size:.8rem;font-weight:700;animation:2s infinite NextBossTab-module-scss-module__6tRiPG__pulse;display:inline-flex;box-shadow:0 2px 4px #dc26264d}[data-theme=dark] .NextBossTab-module-scss-module__6tRiPG__autoComboBadge{background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);border-color:#ef444499;box-shadow:0 2px 6px #ef444466}.NextBossTab-module-scss-module__6tRiPG__orderBadge{background:var(--accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;min-width:24px;height:24px;margin-right:.5rem;padding:0 6px;font-size:.75rem;font-weight:700;display:inline-flex}.NextBossTab-module-scss-module__6tRiPG__bossConfigPanel{background:var(--bg-glass);border:1px solid var(--border-color);border-radius:8px;flex-direction:column;gap:1.5rem;margin-top:1.5rem;padding:1.5rem;animation:.2s ease-out NextBossTab-module-scss-module__6tRiPG__slideDown;display:flex}[data-theme=light] .NextBossTab-module-scss-module__6tRiPG__bossConfigPanel{background:#ffffffb3;border-color:#0000001a}[data-theme=dark] .NextBossTab-module-scss-module__6tRiPG__bossConfigPanel{background:#282828b3;border-color:#ffffff1a}.NextBossTab-module-scss-module__6tRiPG__configRow{flex-direction:column;gap:.5rem;display:flex}.NextBossTab-module-scss-module__6tRiPG__configLabel{color:var(--text-primary);flex-direction:column;gap:.5rem;font-size:.9rem;font-weight:500;display:flex}[data-theme=light] .NextBossTab-module-scss-module__6tRiPG__configLabel{color:#1a1a1a;font-weight:600}[data-theme=dark] .NextBossTab-module-scss-module__6tRiPG__configLabel{color:#f8f9fa;font-weight:500}.NextBossTab-module-scss-module__6tRiPG__configSelect,.NextBossTab-module-scss-module__6tRiPG__configInput{border:1px solid var(--border-color);background:var(--bg-primary);color:var(--text-primary);border-radius:8px;padding:1rem;font-family:inherit;font-size:.9rem;font-weight:400;transition:all .2s}[data-theme=light] .NextBossTab-module-scss-module__6tRiPG__configSelect,[data-theme=light] .NextBossTab-module-scss-module__6tRiPG__configInput{color:#1a1a1a;background:#ffffffe6;border-color:#00000026}[data-theme=dark] .NextBossTab-module-scss-module__6tRiPG__configSelect,[data-theme=dark] .NextBossTab-module-scss-module__6tRiPG__configInput{color:#f8f9fa;background:#1e1e1ecc;border-color:#ffffff26}.NextBossTab-module-scss-module__6tRiPG__configSelect:focus,.NextBossTab-module-scss-module__6tRiPG__configInput:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #6366f126}.NextBossTab-module-scss-module__6tRiPG__configSelect option.NextBossTab-module-scss-module__6tRiPG__unavailableOption,.NextBossTab-module-scss-module__6tRiPG__configInput option.NextBossTab-module-scss-module__6tRiPG__unavailableOption{color:#ef4444;background:#ef44441a}.NextBossTab-module-scss-module__6tRiPG__configInput{width:100px}.NextBossTab-module-scss-module__6tRiPG__configCheckboxLabel{cursor:pointer;color:var(--text-primary);-webkit-user-select:none;user-select:none;align-items:center;gap:1rem;font-size:.9rem;font-weight:500;display:flex}[data-theme=light] .NextBossTab-module-scss-module__6tRiPG__configCheckboxLabel{color:#1a1a1a;font-weight:600}[data-theme=dark] .NextBossTab-module-scss-module__6tRiPG__configCheckboxLabel{color:#f8f9fa;font-weight:500}.NextBossTab-module-scss-module__6tRiPG__configCheckboxLabel span{flex:1}.NextBossTab-module-scss-module__6tRiPG__configCheckbox{cursor:pointer;width:18px;height:18px;accent-color:var(--accent);flex-shrink:0}.NextBossTab-module-scss-module__6tRiPG__configCheckbox:disabled{opacity:.5;cursor:not-allowed}@keyframes NextBossTab-module-scss-module__6tRiPG__slideDown{0%{opacity:0;max-height:0;transform:translateY(-10px)}to{opacity:1;max-height:500px;transform:translateY(0)}}.NextBossTab-module-scss-module__6tRiPG__keysInfo{color:var(--text-secondary);white-space:nowrap;background:#3b82f61a;border-radius:6px;align-items:center;gap:4px;width:fit-content;padding:2px 8px;font-size:.85rem;font-weight:500;display:inline-flex}[data-theme=light] .NextBossTab-module-scss-module__6tRiPG__keysInfo{color:#1e40af;background:#3b82f626}[data-theme=dark] .NextBossTab-module-scss-module__6tRiPG__keysInfo{color:#93c5fd;background:#3b82f633}.NextBossTab-module-scss-module__6tRiPG__requiredKeys{color:#64748b;font-size:.8rem;font-weight:400}[data-theme=light] .NextBossTab-module-scss-module__6tRiPG__requiredKeys{color:#64748b}[data-theme=dark] .NextBossTab-module-scss-module__6tRiPG__requiredKeys{color:#94a3b8}.NextBossTab-module-scss-module__6tRiPG__queueSection{flex-direction:column;gap:1.5rem;display:flex}.NextBossTab-module-scss-module__6tRiPG__queueSectionHeader{border-bottom:2px solid var(--border-color);justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:1rem;padding-bottom:1rem;display:flex}@media (max-width:768px){.NextBossTab-module-scss-module__6tRiPG__queueSectionHeader{flex-direction:column;align-items:flex-start;gap:1rem}}.NextBossTab-module-scss-module__6tRiPG__queueSectionTitle{color:var(--text-primary);flex:1;margin:0;font-size:1.2rem;font-weight:600}[data-theme=light] .NextBossTab-module-scss-module__6tRiPG__queueSectionTitle{color:#1a1a1a;font-weight:700}[data-theme=dark] .NextBossTab-module-scss-module__6tRiPG__queueSectionTitle{color:#f8f9fa;font-weight:600}@media (max-width:768px){.NextBossTab-module-scss-module__6tRiPG__queueSectionTitle{font-size:1.1rem}}.NextBossTab-module-scss-module__6tRiPG__queueSectionActions{flex-shrink:0;align-items:center;gap:1.5rem;display:flex}@media (max-width:768px){.NextBossTab-module-scss-module__6tRiPG__queueSectionActions{justify-content:space-between;width:100%}}.NextBossTab-module-scss-module__6tRiPG__queueBossItem{background:var(--bg-glass);border:1px solid var(--border-color);background:var(--bg-glass);-webkit-backdrop-filter:blur(20px)saturate(180%);border:1px solid var(--border-color);box-shadow:0 8px 32px 0 var(--shadow);border-radius:12px;padding:1.5rem;transition:all .3s}.NextBossTab-module-scss-module__6tRiPG__queueBossItem:hover{border-color:var(--accent);box-shadow:0 4px 12px #0000001a}[data-theme=dark] .NextBossTab-module-scss-module__6tRiPG__queueBossItem{background:#28282899;border-color:#ffffff1a}.NextBossTab-module-scss-module__6tRiPG__queueBossHeader{justify-content:space-between;align-items:center;gap:1.5rem;display:flex}@media (max-width:768px){.NextBossTab-module-scss-module__6tRiPG__queueBossHeader{flex-direction:column;align-items:flex-start;gap:1rem}}.NextBossTab-module-scss-module__6tRiPG__queueBossCheckbox{cursor:pointer;flex:1;align-items:center;gap:1rem;display:flex}.NextBossTab-module-scss-module__6tRiPG__queueBossCheckbox input[type=checkbox]{cursor:pointer;width:20px;height:20px;accent-color:var(--accent)}.NextBossTab-module-scss-module__6tRiPG__queueBossName{color:var(--text-primary);align-items:center;gap:1rem;font-size:1rem;font-weight:500;display:flex}[data-theme=light] .NextBossTab-module-scss-module__6tRiPG__queueBossName{color:#1a1a1a;font-weight:600}[data-theme=dark] .NextBossTab-module-scss-module__6tRiPG__queueBossName{color:#f8f9fa;font-weight:500}.NextBossTab-module-scss-module__6tRiPG__queueOrderBadge{background:var(--accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;min-width:24px;height:24px;padding:0 .5rem;font-size:.75rem;font-weight:600;display:inline-flex}.NextBossTab-module-scss-module__6tRiPG__queueBossKeys{color:var(--text-secondary);font-size:.9rem;font-weight:400}[data-theme=light] .NextBossTab-module-scss-module__6tRiPG__queueBossKeys{color:#4a5568;font-weight:500}[data-theme=dark] .NextBossTab-module-scss-module__6tRiPG__queueBossKeys{color:#cbd5e0;font-weight:400}@media (max-width:768px){.NextBossTab-module-scss-module__6tRiPG__queueBossKeys{font-size:.85rem}}.NextBossTab-module-scss-module__6tRiPG__queueBossForm{border-top:1px solid var(--border-color);flex-direction:column;gap:1.5rem;margin-top:1.5rem;padding-top:1.5rem;display:flex}.NextBossTab-module-scss-module__6tRiPG__queueFormRow{flex-direction:column;gap:.5rem;display:flex}.NextBossTab-module-scss-module__6tRiPG__queueFormRow label{color:var(--text-primary);flex-direction:column;gap:.5rem;font-size:.9rem;font-weight:500;display:flex}[data-theme=light] .NextBossTab-module-scss-module__6tRiPG__queueFormRow label{color:#1a1a1a;font-weight:600}[data-theme=dark] .NextBossTab-module-scss-module__6tRiPG__queueFormRow label{color:#f8f9fa;font-weight:500}.NextBossTab-module-scss-module__6tRiPG__queueFormRow label small{color:var(--text-secondary);margin-top:-4px;font-size:.75rem;font-weight:400}[data-theme=light] .NextBossTab-module-scss-module__6tRiPG__queueFormRow label small{color:#4a5568;font-weight:400}[data-theme=dark] .NextBossTab-module-scss-module__6tRiPG__queueFormRow label small{color:#cbd5e0;font-weight:400}.NextBossTab-module-scss-module__6tRiPG__queueFormRow label select,.NextBossTab-module-scss-module__6tRiPG__queueFormRow label input[type=number]{border:1px solid var(--border-color);background:var(--bg-primary);color:var(--text-primary);border-radius:8px;padding:1rem;font-size:.9rem;font-weight:400;transition:all .2s}[data-theme=light] .NextBossTab-module-scss-module__6tRiPG__queueFormRow label select,[data-theme=light] .NextBossTab-module-scss-module__6tRiPG__queueFormRow label input[type=number]{color:#1a1a1a;background:#ffffffe6;border-color:#00000026;font-weight:400}[data-theme=dark] .NextBossTab-module-scss-module__6tRiPG__queueFormRow label select,[data-theme=dark] .NextBossTab-module-scss-module__6tRiPG__queueFormRow label input[type=number]{color:#f8f9fa;background:#1e1e1ecc;border-color:#ffffff26;font-weight:400}.NextBossTab-module-scss-module__6tRiPG__queueFormRow label select:focus,.NextBossTab-module-scss-module__6tRiPG__queueFormRow label input[type=number]:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #6366f126}.NextBossTab-module-scss-module__6tRiPG__queueFormRow label textarea{border:1px solid var(--border-color);background:var(--bg-primary);color:var(--text-primary);resize:vertical;border-radius:8px;min-height:80px;padding:1rem;font-family:inherit;font-size:.9rem;font-weight:400;transition:all .2s}[data-theme=light] .NextBossTab-module-scss-module__6tRiPG__queueFormRow label textarea{color:#1a1a1a;background:#ffffffe6;border-color:#00000026;font-weight:400}[data-theme=dark] .NextBossTab-module-scss-module__6tRiPG__queueFormRow label textarea{color:#f8f9fa;background:#1e1e1ecc;border-color:#ffffff26;font-weight:400}.NextBossTab-module-scss-module__6tRiPG__queueFormRow label textarea:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #6366f126}.NextBossTab-module-scss-module__6tRiPG__queueCheckboxLabel{cursor:pointer;align-items:center;flex-direction:row!important}.NextBossTab-module-scss-module__6tRiPG__queueCheckboxLabel input[type=checkbox]{cursor:pointer;width:18px;height:18px;accent-color:var(--accent)}.NextBossTab-module-scss-module__6tRiPG__queueCheckboxLabel span{margin-left:.5rem}.NextBossTab-module-scss-module__6tRiPG__queueComboCost{color:var(--accent);background:#4f46e51a;border-radius:6px;padding:.5rem 1rem;font-size:.85rem}.NextBossTab-module-scss-module__6tRiPG__queueComboCost strong{font-weight:600}.NextBossTab-module-scss-module__6tRiPG__queueComboTotalCost{color:var(--accent);background:#4f46e526;border-radius:6px;margin-top:.5rem;padding:.5rem 1rem;font-size:.85rem}.NextBossTab-module-scss-module__6tRiPG__queueComboTotalCost strong{font-weight:600}.NextBossTab-module-scss-module__6tRiPG__comboSourceRadio{flex-wrap:wrap;gap:1.5rem;margin-top:.5rem;display:flex}@media (max-width:768px){.NextBossTab-module-scss-module__6tRiPG__comboSourceRadio{flex-direction:column;gap:1rem}}.NextBossTab-module-scss-module__6tRiPG__radioLabel{cursor:pointer;color:var(--text-primary);align-items:center;gap:.5rem;font-size:.9rem;display:flex}.NextBossTab-module-scss-module__6tRiPG__radioLabel input[type=radio]{cursor:pointer;width:18px;height:18px;accent-color:var(--accent)}.NextBossTab-module-scss-module__6tRiPG__radioLabel span{-webkit-user-select:none;user-select:none}.NextBossTab-module-scss-module__6tRiPG__comboStatus{border-radius:8px;margin-top:.5rem;padding:1rem;font-size:.85rem}.NextBossTab-module-scss-module__6tRiPG__comboAvailable{color:#22c55e;align-items:center;gap:.5rem;display:flex}[data-theme=dark] .NextBossTab-module-scss-module__6tRiPG__comboAvailable{color:#86efac}.NextBossTab-module-scss-module__6tRiPG__comboUnavailable{color:#ef4444;align-items:center;gap:.5rem;display:flex}[data-theme=dark] .NextBossTab-module-scss-module__6tRiPG__comboUnavailable{color:#fca5a5}.NextBossTab-module-scss-module__6tRiPG__comboLoading{color:var(--accent);align-items:center;gap:.5rem;display:flex}.NextBossTab-module-scss-module__6tRiPG__comboWarning{color:#ef4444;background:#ef44441a;border:1px solid #ef44444d;border-radius:8px;margin-top:.5rem;padding:1rem;font-size:.85rem}[data-theme=dark] .NextBossTab-module-scss-module__6tRiPG__comboWarning{color:#fca5a5;background:#ef444426;border-color:#ef444466}.NextBossTab-module-scss-module__6tRiPG__comboModeSelect{border:1px solid var(--border-color);background:var(--bg-primary);width:100%;color:var(--text-primary);border-radius:8px;padding:1rem;font-family:inherit;font-size:.9rem;transition:all .2s}.NextBossTab-module-scss-module__6tRiPG__comboModeSelect:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #4f46e51a}.NextBossTab-module-scss-module__6tRiPG__comboModeSelect option.NextBossTab-module-scss-module__6tRiPG__comboUnavailableOption{color:#ef4444;background:#ef44441a}.NextBossTab-module-scss-module__6tRiPG__comboModeHint{flex-direction:column;gap:.5rem;margin-top:.5rem;font-size:.8rem;display:flex}.NextBossTab-module-scss-module__6tRiPG__comboAvailableHint{color:#22c55e;align-items:center;gap:.5rem;display:flex}[data-theme=dark] .NextBossTab-module-scss-module__6tRiPG__comboAvailableHint{color:#86efac}.NextBossTab-module-scss-module__6tRiPG__comboUnavailableHint{color:#ef4444;align-items:center;gap:.5rem;display:flex}[data-theme=dark] .NextBossTab-module-scss-module__6tRiPG__comboUnavailableHint{color:#fca5a5}.NextBossTab-module-scss-module__6tRiPG__queueActions{border-top:2px solid var(--border-color);justify-content:center;gap:1.5rem;margin-top:3rem;padding-top:2rem;display:flex}.NextBossTab-module-scss-module__6tRiPG__hpStatusBar{background:var(--bg-glass);border:1px solid var(--border-color);background:var(--bg-glass);-webkit-backdrop-filter:blur(20px)saturate(180%);border:1px solid var(--border-color);box-shadow:0 8px 32px 0 var(--shadow);border-radius:12px;margin-bottom:1.5rem;padding:1.5rem}[data-theme=light] .NextBossTab-module-scss-module__6tRiPG__hpStatusBar{background:#fffc;border-color:#0000001a}[data-theme=dark] .NextBossTab-module-scss-module__6tRiPG__hpStatusBar{background:#282828cc;border-color:#ffffff1a}.NextBossTab-module-scss-module__6tRiPG__hpStatusBarTitle{color:var(--text-primary);margin-bottom:1rem;font-size:1rem;font-weight:600}[data-theme=light] .NextBossTab-module-scss-module__6tRiPG__hpStatusBarTitle{color:#1a1a1a;font-weight:700}[data-theme=dark] .NextBossTab-module-scss-module__6tRiPG__hpStatusBarTitle{color:#f8f9fa;font-weight:600}.NextBossTab-module-scss-module__6tRiPG__hpStatusBarContainer{background:#0003;border-radius:8px;width:100%;height:32px;position:relative;overflow:hidden}[data-theme=light] .NextBossTab-module-scss-module__6tRiPG__hpStatusBarContainer{background:#0000001a}[data-theme=dark] .NextBossTab-module-scss-module__6tRiPG__hpStatusBarContainer{background:#ffffff1a}.NextBossTab-module-scss-module__6tRiPG__hpStatusBarFill{background:linear-gradient(90deg,#dc2626 0%,#ef4444 50%,#f87171 100%) 0 0/200% 100%;border-radius:8px;height:100%;transition:width 2s cubic-bezier(.25,.46,.45,.94);animation:3s ease-in-out infinite NextBossTab-module-scss-module__6tRiPG__hpGradientShift;position:absolute;top:0;left:0;overflow:hidden;box-shadow:0 0 10px #dc26264d}.NextBossTab-module-scss-module__6tRiPG__hpStatusBarFill:before{content:"";background:linear-gradient(90deg,#0000 0%,#fff6 30%,#fff9 50%,#fff6 70%,#0000 100%);animation:2.5s ease-in-out infinite NextBossTab-module-scss-module__6tRiPG__hpShimmer;position:absolute;inset:0;transform:translate(-100%)}.NextBossTab-module-scss-module__6tRiPG__hpStatusBarFill:after{content:"";background:radial-gradient(#fff3 0%,#0000 70%);animation:2s ease-in-out infinite NextBossTab-module-scss-module__6tRiPG__hpPulse;position:absolute;inset:0}@keyframes NextBossTab-module-scss-module__6tRiPG__hpGradientShift{0%,to{background-position:0%}50%{background-position:100%}}@keyframes NextBossTab-module-scss-module__6tRiPG__hpShimmer{0%{transform:translate(-100%)skew(-15deg)}to{transform:translate(200%)skew(-15deg)}}@keyframes NextBossTab-module-scss-module__6tRiPG__hpPulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.6;transform:scale(1.05)}}.NextBossTab-module-scss-module__6tRiPG__hpStatusBarText{color:#fff;text-shadow:0 1px 3px #00000080;z-index:1;white-space:nowrap;font-size:.85rem;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.NextBossTab-module-scss-module__6tRiPG__comboStatusBar{background:var(--bg-glass);border:1px solid var(--border-color);background:var(--bg-glass);-webkit-backdrop-filter:blur(20px)saturate(180%);border:1px solid var(--border-color);box-shadow:0 8px 32px 0 var(--shadow);border-radius:12px;margin-bottom:1.5rem;padding:1.5rem}[data-theme=light] .NextBossTab-module-scss-module__6tRiPG__comboStatusBar{background:#fffc;border-color:#0000001a}[data-theme=dark] .NextBossTab-module-scss-module__6tRiPG__comboStatusBar{background:#282828cc;border-color:#ffffff1a}.NextBossTab-module-scss-module__6tRiPG__comboStatusBarTitle{color:var(--text-primary);margin-bottom:1rem;font-size:1rem;font-weight:600}[data-theme=light] .NextBossTab-module-scss-module__6tRiPG__comboStatusBarTitle{color:#1a1a1a;font-weight:700}[data-theme=dark] .NextBossTab-module-scss-module__6tRiPG__comboStatusBarTitle{color:#f8f9fa;font-weight:600}.NextBossTab-module-scss-module__6tRiPG__comboStatusBarContainer{background:#0003;border-radius:8px;width:100%;height:32px;position:relative;overflow:hidden}[data-theme=light] .NextBossTab-module-scss-module__6tRiPG__comboStatusBarContainer{background:#0000001a}[data-theme=dark] .NextBossTab-module-scss-module__6tRiPG__comboStatusBarContainer{background:#ffffff1a}.NextBossTab-module-scss-module__6tRiPG__comboStatusBarFill{background:linear-gradient(90deg,#3b82f6 0%,#60a5fa 50%,#93c5fd 100%) 0 0/200% 100%;border-radius:8px;height:100%;transition:width 2s cubic-bezier(.25,.46,.45,.94);animation:3s ease-in-out infinite NextBossTab-module-scss-module__6tRiPG__comboGradientShift;position:absolute;top:0;left:0;overflow:hidden;box-shadow:0 0 10px #3b82f64d}.NextBossTab-module-scss-module__6tRiPG__comboStatusBarFill:before{content:"";background:linear-gradient(90deg,#0000 0%,#fff6 30%,#fff9 50%,#fff6 70%,#0000 100%);animation:2.5s ease-in-out infinite NextBossTab-module-scss-module__6tRiPG__comboShimmer;position:absolute;inset:0;transform:translate(-100%)}.NextBossTab-module-scss-module__6tRiPG__comboStatusBarFill:after{content:"";background:radial-gradient(#fff3 0%,#0000 70%);animation:2s ease-in-out infinite NextBossTab-module-scss-module__6tRiPG__comboPulse;position:absolute;inset:0}@keyframes NextBossTab-module-scss-module__6tRiPG__comboGradientShift{0%,to{background-position:0%}50%{background-position:100%}}@keyframes NextBossTab-module-scss-module__6tRiPG__comboShimmer{0%{transform:translate(-100%)skew(-15deg)}to{transform:translate(200%)skew(-15deg)}}@keyframes NextBossTab-module-scss-module__6tRiPG__comboPulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.6;transform:scale(1.05)}}.NextBossTab-module-scss-module__6tRiPG__comboStatusBarText{color:#fff;text-shadow:0 1px 3px #00000080;z-index:1;white-space:nowrap;font-size:.85rem;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.NextBossTab-module-scss-module__6tRiPG__queueStatus{color:var(--text-secondary);white-space:nowrap;font-size:.9rem;font-style:italic}[data-theme=light] .NextBossTab-module-scss-module__6tRiPG__queueStatus{color:#4a5568}[data-theme=dark] .NextBossTab-module-scss-module__6tRiPG__queueStatus{color:#cbd5e0}@media (max-width:768px){.NextBossTab-module-scss-module__6tRiPG__queueStatus{font-size:.85rem}}.NextBossTab-module-scss-module__6tRiPG__startQueueButton{background:var(--accent);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:8px;padding:1rem 2rem;font-size:.95rem;font-weight:600;transition:all .3s;box-shadow:0 2px 8px #4f46e54d}.NextBossTab-module-scss-module__6tRiPG__startQueueButton:hover:not(:disabled){background:var(--accent-hover);transform:translateY(-1px);box-shadow:0 4px 12px #4f46e566}.NextBossTab-module-scss-module__6tRiPG__startQueueButton:disabled{opacity:.5;cursor:not-allowed;transform:none}@media (max-width:768px){.NextBossTab-module-scss-module__6tRiPG__startQueueButton{padding:.5rem 1.5rem;font-size:.9rem}}@keyframes NextBossTab-module-scss-module__6tRiPG__fadeIn{0%{opacity:0}to{opacity:1}}.NextBossTab-module-scss-module__6tRiPG__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0009;justify-content:center;align-items:center;animation:.3s ease-out NextBossTab-module-scss-module__6tRiPG__fadeIn;display:flex;position:fixed;inset:0}.NextBossTab-module-scss-module__6tRiPG__modalDialog{background:var(--bg-glass);-webkit-backdrop-filter:blur(20px)saturate(180%);border:1px solid var(--border-color);box-shadow:0 8px 32px 0 var(--shadow);border-radius:16px;flex-direction:column;width:90%;max-width:500px;max-height:80vh;animation:.3s ease-out NextBossTab-module-scss-module__6tRiPG__slideUp;display:flex;box-shadow:0 20px 60px #0000004d}[data-theme=light] .NextBossTab-module-scss-module__6tRiPG__modalDialog{background:#fffffff2;border:1px solid #0000001a}[data-theme=dark] .NextBossTab-module-scss-module__6tRiPG__modalDialog{background:#1e1e1ef2;border:1px solid #ffffff1a}@media (max-width:768px){.NextBossTab-module-scss-module__6tRiPG__modalDialog{max-width:95%;max-height:85vh}}.NextBossTab-module-scss-module__6tRiPG__modalHeader{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.NextBossTab-module-scss-module__6tRiPG__modalHeader h2{color:var(--text-primary);margin:0;font-size:1.25rem;font-weight:600}.NextBossTab-module-scss-module__6tRiPG__closeButton{width:32px;height:32px;color:var(--text-primary);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;transition:all .2s;display:flex}.NextBossTab-module-scss-module__6tRiPG__closeButton:hover{background:var(--bg-glass-hover);transform:rotate(90deg)}.NextBossTab-module-scss-module__6tRiPG__modalBody{flex:1;padding:1.5rem 2rem;font-size:.9rem;overflow-y:auto}.NextBossTab-module-scss-module__6tRiPG__modalFooter{border-top:1px solid var(--border-color);justify-content:flex-end;gap:1.5rem;padding:1.5rem 2rem;display:flex}.NextBossTab-module-scss-module__6tRiPG__okButton{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:.5rem 1.5rem;font-size:.9rem;font-weight:500;transition:all .3s}.NextBossTab-module-scss-module__6tRiPG__okButton:hover{background:var(--accent-hover);transform:translateY(-1px)}.NextBossTab-module-scss-module__6tRiPG__queueSummaryStats h3{color:var(--text-primary);margin:0 0 1rem;font-size:1rem;font-weight:600}.NextBossTab-module-scss-module__6tRiPG__queueSummaryStats h3:not(:first-child){margin-top:1.5rem}.NextBossTab-module-scss-module__6tRiPG__statsGrid{flex-direction:column;gap:1rem;margin-top:1rem;display:flex}.NextBossTab-module-scss-module__6tRiPG__statItem{background:var(--bg-glass);color:var(--text-secondary);border-radius:6px;margin-bottom:.5rem;padding:.5rem 1rem;font-size:.85rem}.NextBossTab-module-scss-module__6tRiPG__statItem strong{color:var(--text-primary);margin-right:.5rem;font-size:.9rem;font-weight:600}[data-theme=light] .NextBossTab-module-scss-module__6tRiPG__statItem{background:#0000000d}[data-theme=dark] .NextBossTab-module-scss-module__6tRiPG__statItem{background:#ffffff0d}@keyframes NextBossTab-module-scss-module__6tRiPG__slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.NextBossTab-module-scss-module__6tRiPG__queueSummaryModal{background:var(--bg-glass);-webkit-backdrop-filter:blur(20px)saturate(180%);border:1px solid var(--border-color);box-shadow:0 8px 32px 0 var(--shadow);border-radius:24px;flex-direction:column;width:90%;max-width:600px;max-height:85vh;animation:.3s ease-out NextBossTab-module-scss-module__6tRiPG__slideUp;display:flex;overflow:hidden;box-shadow:0 20px 60px #0006}[data-theme=light] .NextBossTab-module-scss-module__6tRiPG__queueSummaryModal{background:#fffffffa;border:1px solid #0000001a}[data-theme=dark] .NextBossTab-module-scss-module__6tRiPG__queueSummaryModal{background:#1e1e1efa;border:1px solid #ffffff1a}@media (max-width:768px){.NextBossTab-module-scss-module__6tRiPG__queueSummaryModal{max-width:95%;max-height:90vh}}.NextBossTab-module-scss-module__6tRiPG__queueSummaryModalHeader{background:linear-gradient(135deg,var(--accent)0%,var(--accent-dark)100%);border-bottom:2px solid #ffffff1a;justify-content:space-between;align-items:center;padding:2rem;display:flex}.NextBossTab-module-scss-module__6tRiPG__queueSummaryModalHeader h2{color:#fff;text-shadow:0 2px 4px #0003;margin:0;font-size:1.5rem;font-weight:700}.NextBossTab-module-scss-module__6tRiPG__queueSummaryModalCloseButton{color:#fff;cursor:pointer;background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.8rem;line-height:1;transition:all .2s;display:flex}.NextBossTab-module-scss-module__6tRiPG__queueSummaryModalCloseButton:hover{background:#ffffff4d;transform:rotate(90deg)scale(1.1)}.NextBossTab-module-scss-module__6tRiPG__queueSummaryModalBody{flex:1;padding:2rem;font-size:.95rem;overflow-y:auto}.NextBossTab-module-scss-module__6tRiPG__queueSummaryStats{margin-bottom:2rem}.NextBossTab-module-scss-module__6tRiPG__queueSummaryStats:last-child{margin-bottom:0}.NextBossTab-module-scss-module__6tRiPG__queueSummaryStats h3{color:var(--text-primary);border-bottom:2px solid var(--accent);margin:0 0 1.5rem;padding-bottom:.5rem;font-size:1.1rem;font-weight:600}.NextBossTab-module-scss-module__6tRiPG__statItem{background:var(--bg-glass);border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:.5rem;padding:1rem 1.5rem;transition:all .2s;display:flex}.NextBossTab-module-scss-module__6tRiPG__statItem:hover{background:var(--bg-glass-hover);transform:translate(4px)}.NextBossTab-module-scss-module__6tRiPG__statItem:last-child{margin-bottom:0}.NextBossTab-module-scss-module__6tRiPG__statLabel{color:var(--text-secondary);font-weight:500}.NextBossTab-module-scss-module__6tRiPG__statValue{color:var(--text-primary);font-weight:600}.NextBossTab-module-scss-module__6tRiPG__statValuePositive{color:#4caf50;font-size:1.05rem;font-weight:700}.NextBossTab-module-scss-module__6tRiPG__statValueNegative{color:#f44336;font-size:1.05rem;font-weight:700}.NextBossTab-module-scss-module__6tRiPG__queueSummaryModalFooter{border-top:1px solid var(--border-color);background:var(--bg-glass);justify-content:flex-end;padding:1.5rem 2rem;display:flex}.NextBossTab-module-scss-module__6tRiPG__queueSummaryModalButton{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:12px;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .2s;box-shadow:0 4px 12px #00000026}.NextBossTab-module-scss-module__6tRiPG__queueSummaryModalButton:hover{background:var(--accent-dark);transform:translateY(-2px);box-shadow:0 6px 16px #0003}.NextBossTab-module-scss-module__6tRiPG__queueSummaryModalButton:active{transform:translateY(0)}.NextBossTab-module-scss-module__6tRiPG__queueActionButtons{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}@media (max-width:768px){.NextBossTab-module-scss-module__6tRiPG__queueActionButtons{flex-direction:column;gap:.5rem;width:100%}}.NextBossTab-module-scss-module__6tRiPG__saveQueueButton,.NextBossTab-module-scss-module__6tRiPG__loadQueueButton{color:var(--text-primary);cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#6366f126,#8b5cf626);background:var(--bg-glass);-webkit-backdrop-filter:blur(20px)saturate(180%);border:2px solid #6366f14d;border:1px solid var(--border-color);box-shadow:0 8px 32px 0 var(--shadow);border-radius:8px;padding:.5rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .3s}[data-theme=light] .NextBossTab-module-scss-module__6tRiPG__saveQueueButton,[data-theme=light] .NextBossTab-module-scss-module__6tRiPG__loadQueueButton{color:#1e293b;background:linear-gradient(135deg,#6366f133,#8b5cf633);border-color:#4f46e566}[data-theme=dark] .NextBossTab-module-scss-module__6tRiPG__saveQueueButton,[data-theme=dark] .NextBossTab-module-scss-module__6tRiPG__loadQueueButton{color:#f1f5f9;background:linear-gradient(135deg,#6366f12e,#8b5cf62e);border-color:#818cf866}.NextBossTab-module-scss-module__6tRiPG__saveQueueButton:hover:not(:disabled),.NextBossTab-module-scss-module__6tRiPG__loadQueueButton:hover:not(:disabled){background:linear-gradient(135deg,#6366f140,#8b5cf640);border-color:#6366f180;transform:translateY(-2px);box-shadow:0 4px 12px #6366f133}[data-theme=light] .NextBossTab-module-scss-module__6tRiPG__saveQueueButton:hover:not(:disabled),[data-theme=light] .NextBossTab-module-scss-module__6tRiPG__loadQueueButton:hover:not(:disabled){background:linear-gradient(135deg,#6366f14d,#8b5cf64d);border-color:#4f46e599}[data-theme=dark] .NextBossTab-module-scss-module__6tRiPG__saveQueueButton:hover:not(:disabled),[data-theme=dark] .NextBossTab-module-scss-module__6tRiPG__loadQueueButton:hover:not(:disabled){background:linear-gradient(135deg,#6366f138,#8b5cf638);border-color:#818cf899}.NextBossTab-module-scss-module__6tRiPG__saveQueueButton:active:not(:disabled),.NextBossTab-module-scss-module__6tRiPG__loadQueueButton:active:not(:disabled){transform:translateY(0)}.NextBossTab-module-scss-module__6tRiPG__saveQueueButton:disabled,.NextBossTab-module-scss-module__6tRiPG__loadQueueButton:disabled{opacity:.5;cursor:not-allowed;transform:none}@media (max-width:768px){.NextBossTab-module-scss-module__6tRiPG__saveQueueButton,.NextBossTab-module-scss-module__6tRiPG__loadQueueButton{width:100%;padding:1rem 1.5rem}}.NextBossTab-module-scss-module__6tRiPG__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;-webkit-overflow-scrolling:touch;background:#00000080;justify-content:center;align-items:center;padding:1.5rem;animation:.3s NextBossTab-module-scss-module__6tRiPG__fadeIn;display:flex;position:fixed;inset:0;overflow-y:auto}[data-theme=dark] .NextBossTab-module-scss-module__6tRiPG__modalOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000bf}@media (max-width:768px){.NextBossTab-module-scss-module__6tRiPG__modalOverlay{align-items:flex-start;padding:20vh 1rem 1rem}}.NextBossTab-module-scss-module__6tRiPG__modalDialog{background:var(--bg-glass);-webkit-backdrop-filter:blur(20px)saturate(180%);border:1px solid var(--border-color);box-shadow:0 8px 32px 0 var(--shadow);background:#fff;border:2px solid #0000001a;border-radius:20px;flex-direction:column;width:100%;max-width:500px;max-height:85vh;margin:auto;animation:.3s NextBossTab-module-scss-module__6tRiPG__scaleIn;display:flex;position:relative;overflow-y:auto;box-shadow:0 20px 60px #0000004d}[data-theme=light] .NextBossTab-module-scss-module__6tRiPG__modalDialog{background:#fffffffa;border:2px solid #00000026;box-shadow:0 20px 60px #0003}[data-theme=dark] .NextBossTab-module-scss-module__6tRiPG__modalDialog{background:#1e1e1ef2;border:2px solid #fff3;box-shadow:0 20px 60px #0009,0 0 40px #6366f133}@media (max-width:768px){.NextBossTab-module-scss-module__6tRiPG__modalDialog{border-radius:16px;max-width:calc(100% - 3rem);max-height:90vh;margin:1.5rem}}.NextBossTab-module-scss-module__6tRiPG__modalHeader{border-bottom:1px solid var(--border-color);background:#ffffff80;justify-content:space-between;align-items:center;padding:2rem;display:flex}[data-theme=light] .NextBossTab-module-scss-module__6tRiPG__modalHeader{background:#fafafacc;border-bottom-color:#00000026}[data-theme=dark] .NextBossTab-module-scss-module__6tRiPG__modalHeader{background:#28282880;border-bottom-color:#ffffff40}.NextBossTab-module-scss-module__6tRiPG__modalHeader h2,.NextBossTab-module-scss-module__6tRiPG__modalHeader h3{background:linear-gradient(135deg,var(--gradient-start),var(--gradient-end));-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;margin:0;font-size:1.5rem;font-weight:700}[data-theme=light] .NextBossTab-module-scss-module__6tRiPG__modalHeader h2,[data-theme=light] .NextBossTab-module-scss-module__6tRiPG__modalHeader h3{color:#1e293b}[data-theme=dark] .NextBossTab-module-scss-module__6tRiPG__modalHeader h2,[data-theme=dark] .NextBossTab-module-scss-module__6tRiPG__modalHeader h3{color:#f1f5f9}@media (max-width:768px){.NextBossTab-module-scss-module__6tRiPG__modalHeader h2,.NextBossTab-module-scss-module__6tRiPG__modalHeader h3{font-size:1.2rem}}.NextBossTab-module-scss-module__6tRiPG__modalTitle{background:linear-gradient(135deg,var(--gradient-start),var(--gradient-end));-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;margin:0;font-size:1.5rem;font-weight:700}[data-theme=light] .NextBossTab-module-scss-module__6tRiPG__modalTitle{color:#1e293b}[data-theme=dark] .NextBossTab-module-scss-module__6tRiPG__modalTitle{color:#f1f5f9}@media (max-width:768px){.NextBossTab-module-scss-module__6tRiPG__modalTitle{font-size:1.2rem}}.NextBossTab-module-scss-module__6tRiPG__modalClose{width:36px;height:36px;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:2rem;line-height:1;transition:all .2s;display:flex}[data-theme=light] .NextBossTab-module-scss-module__6tRiPG__modalClose{color:#666}[data-theme=dark] .NextBossTab-module-scss-module__6tRiPG__modalClose{color:#b0b0b0}.NextBossTab-module-scss-module__6tRiPG__modalClose:hover{background:var(--bg-glass-hover);color:var(--text-primary);transform:rotate(90deg)}[data-theme=light] .NextBossTab-module-scss-module__6tRiPG__modalClose:hover{color:#333;background:#0000000d}[data-theme=dark] .NextBossTab-module-scss-module__6tRiPG__modalClose:hover{color:#e0e0e0;background:#ffffff1a}.NextBossTab-module-scss-module__6tRiPG__modalBody{background:#ffffff4d;flex:1;padding:2rem;overflow-y:auto}[data-theme=light] .NextBossTab-module-scss-module__6tRiPG__modalBody{background:#ffffff80}[data-theme=dark] .NextBossTab-module-scss-module__6tRiPG__modalBody{background:0 0}.NextBossTab-module-scss-module__6tRiPG__modalLabel{color:var(--text-primary);margin-bottom:1.5rem;font-weight:500;display:block}[data-theme=light] .NextBossTab-module-scss-module__6tRiPG__modalLabel{color:#333;font-weight:600}.NextBossTab-module-scss-module__6tRiPG__modalInput{border:2px solid var(--border-color);background:var(--bg-secondary);width:100%;color:var(--text-primary);box-sizing:border-box;border-radius:12px;margin-top:.5rem;padding:1.5rem;font-size:1rem;font-weight:600;transition:all .2s}[data-theme=light] .NextBossTab-module-scss-module__6tRiPG__modalInput{color:#000000e6;background:#fffc;border-color:#00000026}[data-theme=dark] .NextBossTab-module-scss-module__6tRiPG__modalInput{color:#ffffffe6;background:#ffffff0d;border-color:#ffffff1a}.NextBossTab-module-scss-module__6tRiPG__modalInput:focus{border-color:#6366f1;outline:none;box-shadow:0 0 0 3px #6366f11a}.NextBossTab-module-scss-module__6tRiPG__modalHint{color:var(--text-secondary);margin-top:1rem;font-size:.85rem}[data-theme=light] .NextBossTab-module-scss-module__6tRiPG__modalHint{color:#666}[data-theme=dark] .NextBossTab-module-scss-module__6tRiPG__modalHint{color:#aaa}.NextBossTab-module-scss-module__6tRiPG__modalFooter{border-top:1px solid var(--border-color);background:#ffffff80;justify-content:flex-end;gap:1.5rem;padding:2rem;display:flex}[data-theme=light] .NextBossTab-module-scss-module__6tRiPG__modalFooter{background:#fafafacc;border-top-color:#00000026}[data-theme=dark] .NextBossTab-module-scss-module__6tRiPG__modalFooter{background:#28282880;border-top-color:#ffffff40}@media (max-width:768px){.NextBossTab-module-scss-module__6tRiPG__modalFooter{flex-direction:column-reverse}.NextBossTab-module-scss-module__6tRiPG__modalFooter button{width:100%}}.NextBossTab-module-scss-module__6tRiPG__cancelButton,.NextBossTab-module-scss-module__6tRiPG__okButton{cursor:pointer;border:none;border-radius:12px;padding:1.5rem 3rem;font-size:1rem;font-weight:600;transition:all .3s}.NextBossTab-module-scss-module__6tRiPG__cancelButton:disabled,.NextBossTab-module-scss-module__6tRiPG__okButton:disabled{opacity:.6;cursor:not-allowed}.NextBossTab-module-scss-module__6tRiPG__cancelButton{background:var(--bg-glass);color:var(--text-primary);border:1px solid var(--border-color)}[data-theme=light] .NextBossTab-module-scss-module__6tRiPG__cancelButton{color:#333;background:#ffffffe6;border:1px solid #0003}.NextBossTab-module-scss-module__6tRiPG__cancelButton:hover:not(:disabled){background:var(--bg-glass-hover);box-shadow:0 12px 40px 0 var(--shadow);border-color:#fff6;transform:translateY(-2px)}[data-theme=light] .NextBossTab-module-scss-module__6tRiPG__cancelButton:hover:not(:disabled){background:#fffffff2;border-color:#00000040}.NextBossTab-module-scss-module__6tRiPG__okButton{background:linear-gradient(135deg,var(--gradient-start),var(--gradient-end));color:#fff;box-shadow:0 4px 12px #6366f14d}[data-theme=light] .NextBossTab-module-scss-module__6tRiPG__okButton{background:linear-gradient(135deg,#6366f1,#4f46e5);box-shadow:0 4px 12px #6366f166}.NextBossTab-module-scss-module__6tRiPG__okButton:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #6366f166}[data-theme=light] .NextBossTab-module-scss-module__6tRiPG__okButton:hover:not(:disabled){background:linear-gradient(135deg,#5b5ff0,#4338ca);box-shadow:0 8px 20px #6366f180}.NextBossTab-module-scss-module__6tRiPG__okButton:active:not(:disabled){transform:translateY(0)}.NextBossTab-module-scss-module__6tRiPG__savedQueuesList{flex-direction:column;gap:1.5rem;display:flex}.NextBossTab-module-scss-module__6tRiPG__savedQueueItem{background:var(--bg-glass);border:2px solid var(--border-color);border-radius:12px;justify-content:space-between;align-items:center;padding:1.5rem;transition:all .2s;display:flex}[data-theme=light] .NextBossTab-module-scss-module__6tRiPG__savedQueueItem{background:#ffffffb3;border-color:#00000026}[data-theme=dark] .NextBossTab-module-scss-module__6tRiPG__savedQueueItem{background:#282828b3;border-color:#ffffff26}.NextBossTab-module-scss-module__6tRiPG__savedQueueItem:hover{border-color:#6366f166;transform:translateY(-2px);box-shadow:0 4px 12px #6366f133}[data-theme=light] .NextBossTab-module-scss-module__6tRiPG__savedQueueItem:hover{background:#ffffffd9;border-color:#4f46e580}[data-theme=dark] .NextBossTab-module-scss-module__6tRiPG__savedQueueItem:hover{background:#323232cc;border-color:#818cf880}@media (max-width:768px){.NextBossTab-module-scss-module__6tRiPG__savedQueueItem{flex-direction:column;align-items:flex-start;gap:1rem}}.NextBossTab-module-scss-module__6tRiPG__savedQueueInfo{flex-direction:column;flex:1;gap:.5rem;display:flex}.NextBossTab-module-scss-module__6tRiPG__savedQueueName{color:var(--text-primary);font-size:1.1rem;font-weight:700}[data-theme=light] .NextBossTab-module-scss-module__6tRiPG__savedQueueName{color:#1e293b}[data-theme=dark] .NextBossTab-module-scss-module__6tRiPG__savedQueueName{color:#f1f5f9}.NextBossTab-module-scss-module__6tRiPG__savedQueueDate{color:var(--text-secondary);font-size:.85rem}[data-theme=light] .NextBossTab-module-scss-module__6tRiPG__savedQueueDate{color:#666}[data-theme=dark] .NextBossTab-module-scss-module__6tRiPG__savedQueueDate{color:#aaa}.NextBossTab-module-scss-module__6tRiPG__savedQueueActions{align-items:center;gap:1rem;display:flex}@media (max-width:768px){.NextBossTab-module-scss-module__6tRiPG__savedQueueActions{justify-content:flex-end;width:100%}}.NextBossTab-module-scss-module__6tRiPG__loadButton,.NextBossTab-module-scss-module__6tRiPG__deleteButton{cursor:pointer;white-space:nowrap;border:none;border-radius:8px;padding:.5rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .2s}.NextBossTab-module-scss-module__6tRiPG__loadButton{color:var(--text-primary);background:linear-gradient(135deg,#6366f133,#8b5cf633);border:2px solid #6366f14d}[data-theme=light] .NextBossTab-module-scss-module__6tRiPG__loadButton{color:#1e293b;background:linear-gradient(135deg,#6366f140,#8b5cf640);border-color:#4f46e566}[data-theme=dark] .NextBossTab-module-scss-module__6tRiPG__loadButton{color:#f1f5f9;background:linear-gradient(135deg,#6366f12e,#8b5cf62e);border-color:#818cf866}.NextBossTab-module-scss-module__6tRiPG__loadButton:hover{border-color:#6366f180;transform:translateY(-2px);box-shadow:0 4px 12px #6366f133}.NextBossTab-module-scss-module__6tRiPG__deleteButton{color:#ef4444;background:0 0;border:2px solid #ef44444d;padding:.5rem 1rem;font-size:1.2rem}[data-theme=light] .NextBossTab-module-scss-module__6tRiPG__deleteButton{color:#dc2626;border-color:#dc262666}[data-theme=dark] .NextBossTab-module-scss-module__6tRiPG__deleteButton{color:#f87171;border-color:#f8717166}.NextBossTab-module-scss-module__6tRiPG__deleteButton:hover{background:#ef44441a;border-color:#ef444480;transform:translateY(-2px);box-shadow:0 4px 12px #ef444433}.NextBossTab-module-scss-module__6tRiPG__emptyState{text-align:center;color:var(--text-secondary);padding:3rem;font-size:1rem}[data-theme=light] .NextBossTab-module-scss-module__6tRiPG__emptyState{color:#666}[data-theme=dark] .NextBossTab-module-scss-module__6tRiPG__emptyState{color:#aaa}@keyframes NextBossTab-module-scss-module__6tRiPG__scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.NextBossTab-module-scss-module__6tRiPG__weaponsSummary{background:var(--bg-glass);border:1px solid var(--border-color);background:var(--bg-glass);-webkit-backdrop-filter:blur(20px)saturate(180%);border:1px solid var(--border-color);box-shadow:0 8px 32px 0 var(--shadow);border-radius:12px;flex-direction:column;gap:1.5rem;margin-bottom:2rem;padding:1.5rem;display:flex}@media (max-width:768px){.NextBossTab-module-scss-module__6tRiPG__weaponsSummary{padding:1rem}}.NextBossTab-module-scss-module__6tRiPG__weaponsSummaryHeader{border-bottom:2px solid var(--border-color);width:100%;color:var(--accent);margin-bottom:.5rem;padding-bottom:1rem;font-size:1.1rem;font-weight:700}.NextBossTab-module-scss-module__6tRiPG__weaponsSummaryHeader strong{color:var(--accent)}.NextBossTab-module-scss-module__6tRiPG__weaponsSummaryContent{flex-direction:column;gap:1rem;display:flex}.NextBossTab-module-scss-module__6tRiPG__weaponItem{align-items:center;gap:1.5rem;padding:.5rem 0;display:flex}@media (max-width:768px){.NextBossTab-module-scss-module__6tRiPG__weaponItem{flex-direction:column;align-items:flex-start;gap:.5rem}}.NextBossTab-module-scss-module__6tRiPG__weaponLabel{min-width:100px;font-size:.95rem}.NextBossTab-module-scss-module__6tRiPG__weaponLabel strong{color:var(--accent);font-weight:600}@media (max-width:768px){.NextBossTab-module-scss-module__6tRiPG__weaponLabel{min-width:auto}}.NextBossTab-module-scss-module__6tRiPG__weaponCalculation{flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.95rem;display:flex}.NextBossTab-module-scss-module__6tRiPG__weaponOperator{color:var(--text-secondary);margin:0 2px;font-weight:500}[data-theme=light] .NextBossTab-module-scss-module__6tRiPG__weaponOperator{color:#6b7280}[data-theme=dark] .NextBossTab-module-scss-module__6tRiPG__weaponOperator{color:#9ca3af}.NextBossTab-module-scss-module__6tRiPG__weaponStatInitial{color:var(--text-primary);background:#6366f11a;border-radius:4px;padding:2px 6px;font-weight:500}.NextBossTab-module-scss-module__6tRiPG__weaponStatSpent{color:#ef4444;background:#ef44441a;border-radius:4px;padding:2px 6px;font-weight:700}.NextBossTab-module-scss-module__6tRiPG__weaponStatReceived{color:#3b82f6;background:#3b82f61a;border-radius:4px;padding:2px 6px;font-weight:700}.NextBossTab-module-scss-module__6tRiPG__weaponStatCurrent{color:#10b981;background:#10b9811a;border:1px solid #10b9814d;border-radius:4px;padding:2px 8px;font-weight:700}
.FriendsTab-module-scss-module__7ukRxa__friendsTab{width:100%;max-width:1400px;min-height:100vh;margin:0 auto;padding:120px 1.5rem 3rem;animation:.5s ease-out FriendsTab-module-scss-module__7ukRxa__fadeIn;overflow-x:hidden}@media (max-width:768px){.FriendsTab-module-scss-module__7ukRxa__friendsTab{padding:100px 1rem 2rem}}.FriendsTab-module-scss-module__7ukRxa__controlPanel{flex-wrap:wrap;align-items:center;gap:1.5rem;margin-bottom:2rem;display:flex}@media (max-width:768px){.FriendsTab-module-scss-module__7ukRxa__controlPanel{flex-direction:column;align-items:stretch}}.FriendsTab-module-scss-module__7ukRxa__actionsMenuContainer{position:relative}.FriendsTab-module-scss-module__7ukRxa__actionsButton{background:linear-gradient(135deg,var(--accent),var(--accent-dark));color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:12px;padding:1rem 2rem;font-size:1rem;font-weight:700;transition:all .3s;box-shadow:0 2px 8px #00000026}[data-theme=light] .FriendsTab-module-scss-module__7ukRxa__actionsButton{background:linear-gradient(135deg,#6366f1,#4f46e5);box-shadow:0 2px 8px #6366f14d}.FriendsTab-module-scss-module__7ukRxa__actionsButton:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #6366f166}[data-theme=light] .FriendsTab-module-scss-module__7ukRxa__actionsButton:hover:not(:disabled){background:linear-gradient(135deg,#5b5ff0,#4338ca);box-shadow:0 4px 12px #6366f180}[data-theme=dark] .FriendsTab-module-scss-module__7ukRxa__actionsButton:hover:not(:disabled){box-shadow:0 4px 12px #818cf866}.FriendsTab-module-scss-module__7ukRxa__actionsButton:active:not(:disabled){transform:translateY(0)}.FriendsTab-module-scss-module__7ukRxa__actionsButton:disabled{opacity:.6;cursor:not-allowed;background:linear-gradient(135deg,#999,#777)}[data-theme=light] .FriendsTab-module-scss-module__7ukRxa__actionsButton:disabled{background:linear-gradient(135deg,#ccc,#aaa)}[data-theme=dark] .FriendsTab-module-scss-module__7ukRxa__actionsButton{background:linear-gradient(135deg,#6366f1,#4f46e5)}.FriendsTab-module-scss-module__7ukRxa__actionsMenu{z-index:1000;background:#fff;border-radius:12px;min-width:220px;animation:.2s ease-out FriendsTab-module-scss-module__7ukRxa__slideUp;position:absolute;top:calc(100% + .5rem);left:0;overflow:hidden;box-shadow:0 8px 24px #00000026}[data-theme=dark] .FriendsTab-module-scss-module__7ukRxa__actionsMenu{background:#2a2a2a;border:1px solid #ffffff1a;box-shadow:0 8px 24px #0006}.FriendsTab-module-scss-module__7ukRxa__actionItem{width:100%;color:var(--text-primary);text-align:left;cursor:pointer;background:0 0;border:none;padding:1.5rem 2rem;font-size:.95rem;transition:all .2s;display:block}.FriendsTab-module-scss-module__7ukRxa__actionItem:hover{background:var(--bg-hover)}[data-theme=dark] .FriendsTab-module-scss-module__7ukRxa__actionItem:hover{background:#ffffff1a}.FriendsTab-module-scss-module__7ukRxa__actionItem:first-child{border-top-left-radius:12px;border-top-right-radius:12px}.FriendsTab-module-scss-module__7ukRxa__actionItem:last-child{border-bottom-right-radius:12px;border-bottom-left-radius:12px}[data-theme=dark] .FriendsTab-module-scss-module__7ukRxa__actionItem{color:#e0e0e0}.FriendsTab-module-scss-module__7ukRxa__separator{background:var(--border-color);height:1px;margin:.5rem 0}[data-theme=dark] .FriendsTab-module-scss-module__7ukRxa__separator{background:#ffffff1a}.FriendsTab-module-scss-module__7ukRxa__statusLabel{color:var(--text-secondary);flex:1;min-width:200px;padding:1rem 1.5rem;font-size:.9rem;font-style:italic}@media (max-width:768px){.FriendsTab-module-scss-module__7ukRxa__statusLabel{text-align:center;min-width:auto}}[data-theme=dark] .FriendsTab-module-scss-module__7ukRxa__statusLabel{color:#b0b0b0}.FriendsTab-module-scss-module__7ukRxa__statusLabel.FriendsTab-module-scss-module__7ukRxa__loading{color:var(--accent);font-style:normal;font-weight:500}[data-theme=dark] .FriendsTab-module-scss-module__7ukRxa__statusLabel.FriendsTab-module-scss-module__7ukRxa__loading{color:#a78bfa}.FriendsTab-module-scss-module__7ukRxa__tableContainer{background:#fff;background:var(--bg-glass);-webkit-backdrop-filter:blur(20px)saturate(180%);border:1px solid var(--border-color);box-shadow:0 4px 16px #0000001a;box-shadow:0 8px 32px 0 var(--shadow);border-radius:20px;overflow:auto hidden}[data-theme=light] .FriendsTab-module-scss-module__7ukRxa__tableContainer{background:#fffffffa;border:1px solid #00000026;box-shadow:0 4px 16px #00000026}[data-theme=dark] .FriendsTab-module-scss-module__7ukRxa__tableContainer{background:#282828cc;border:1px solid #ffffff1a}@media (max-width:768px){.FriendsTab-module-scss-module__7ukRxa__tableContainer{-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--accent)#0000}.FriendsTab-module-scss-module__7ukRxa__tableContainer::-webkit-scrollbar{height:8px}.FriendsTab-module-scss-module__7ukRxa__tableContainer::-webkit-scrollbar-track{background:0 0}.FriendsTab-module-scss-module__7ukRxa__tableContainer::-webkit-scrollbar-thumb{background:var(--accent);border-radius:4px}}.FriendsTab-module-scss-module__7ukRxa__friendsTable{border-collapse:collapse;width:100%;min-width:650px}.FriendsTab-module-scss-module__7ukRxa__friendsTable thead{background:linear-gradient(135deg,var(--accent),var(--accent-dark))}[data-theme=light] .FriendsTab-module-scss-module__7ukRxa__friendsTable thead,[data-theme=dark] .FriendsTab-module-scss-module__7ukRxa__friendsTable thead{background:linear-gradient(135deg,#6366f1,#4f46e5)}.FriendsTab-module-scss-module__7ukRxa__friendsTable thead th{text-align:left;color:#fff;white-space:nowrap;text-shadow:0 1px 2px #0003;border-bottom:2px solid #fff3;padding:1.5rem 2rem;font-size:1rem;font-weight:700}[data-theme=light] .FriendsTab-module-scss-module__7ukRxa__friendsTable thead th{text-shadow:0 1px 3px #0000004d;border-bottom:2px solid #ffffff40}.FriendsTab-module-scss-module__7ukRxa__friendsTable thead th:first-child{text-align:center;width:5%;min-width:50px}.FriendsTab-module-scss-module__7ukRxa__friendsTable thead th:nth-child(2){width:35%;min-width:180px}.FriendsTab-module-scss-module__7ukRxa__friendsTable thead th:nth-child(3){width:25%;min-width:120px}.FriendsTab-module-scss-module__7ukRxa__friendsTable thead th:nth-child(4){width:35%;min-width:150px}@media (max-width:768px){.FriendsTab-module-scss-module__7ukRxa__friendsTable thead th{padding:1rem 1.5rem;font-size:.9rem}}.FriendsTab-module-scss-module__7ukRxa__friendsTable tbody tr{border-bottom:1px solid var(--border-color);transition:background .2s}.FriendsTab-module-scss-module__7ukRxa__friendsTable tbody tr:hover{background:var(--bg-hover)}[data-theme=dark] .FriendsTab-module-scss-module__7ukRxa__friendsTable tbody tr:hover{background:#ffffff0d}.FriendsTab-module-scss-module__7ukRxa__friendsTable tbody tr:last-child{border-bottom:none}[data-theme=dark] .FriendsTab-module-scss-module__7ukRxa__friendsTable tbody tr{border-bottom-color:#ffffff1a}.FriendsTab-module-scss-module__7ukRxa__friendsTable tbody td{color:var(--text-primary);white-space:nowrap;padding:1.5rem 2rem;font-size:.95rem}[data-theme=light] .FriendsTab-module-scss-module__7ukRxa__friendsTable tbody td{color:#333}[data-theme=dark] .FriendsTab-module-scss-module__7ukRxa__friendsTable tbody td{color:#e0e0e0}@media (max-width:768px){.FriendsTab-module-scss-module__7ukRxa__friendsTable tbody td{padding:1rem 1.5rem;font-size:.85rem}}.FriendsTab-module-scss-module__7ukRxa__friendsTable tbody .FriendsTab-module-scss-module__7ukRxa__numberCell{text-align:center;color:var(--text-secondary);padding:1.5rem 1rem;font-weight:600}[data-theme=light] .FriendsTab-module-scss-module__7ukRxa__friendsTable tbody .FriendsTab-module-scss-module__7ukRxa__numberCell{color:#666;font-weight:700}[data-theme=dark] .FriendsTab-module-scss-module__7ukRxa__friendsTable tbody .FriendsTab-module-scss-module__7ukRxa__numberCell{color:#b0b0b0}@media (max-width:768px){.FriendsTab-module-scss-module__7ukRxa__friendsTable tbody .FriendsTab-module-scss-module__7ukRxa__numberCell{padding:1rem .5rem}}.FriendsTab-module-scss-module__7ukRxa__friendsTable .FriendsTab-module-scss-module__7ukRxa__emptyMessage{text-align:center;color:var(--text-secondary);font-style:italic;padding:3rem!important}[data-theme=dark] .FriendsTab-module-scss-module__7ukRxa__friendsTable .FriendsTab-module-scss-module__7ukRxa__emptyMessage{color:#b0b0b0}.FriendsTab-module-scss-module__7ukRxa__filterModalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000;background:#00000080;justify-content:center;align-items:center;padding:1.5rem;animation:.2s ease-out FriendsTab-module-scss-module__7ukRxa__fadeIn;display:flex;position:fixed;inset:0}[data-theme=dark] .FriendsTab-module-scss-module__7ukRxa__filterModalOverlay{background:#000000b3}.FriendsTab-module-scss-module__7ukRxa__filterModalDialog{background:var(--bg-primary);background:var(--bg-glass);-webkit-backdrop-filter:blur(20px)saturate(180%);border:1px solid var(--border-color);width:100%;max-width:500px;max-height:90vh;box-shadow:0 20px 60px #0000004d;box-shadow:0 8px 32px 0 var(--shadow);border-radius:20px;animation:.3s ease-out FriendsTab-module-scss-module__7ukRxa__slideUp;overflow-y:auto}[data-theme=light] .FriendsTab-module-scss-module__7ukRxa__filterModalDialog{background:#fffffffa;border:1px solid #0000001a}[data-theme=dark] .FriendsTab-module-scss-module__7ukRxa__filterModalDialog{background:#282828f2;border:1px solid #ffffff1a}@media (max-width:768px){.FriendsTab-module-scss-module__7ukRxa__filterModalDialog{border-radius:16px;max-width:100%;margin:1rem}}.FriendsTab-module-scss-module__7ukRxa__filterModalHeader{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:2rem;display:flex}[data-theme=light] .FriendsTab-module-scss-module__7ukRxa__filterModalHeader{border-bottom-color:#0000001a}[data-theme=dark] .FriendsTab-module-scss-module__7ukRxa__filterModalHeader{border-bottom-color:#ffffff1a}@media (max-width:768px){.FriendsTab-module-scss-module__7ukRxa__filterModalHeader{padding:1.5rem}}.FriendsTab-module-scss-module__7ukRxa__filterModalTitle{color:var(--text-primary);margin:0;font-size:1.5rem;font-weight:700}[data-theme=light] .FriendsTab-module-scss-module__7ukRxa__filterModalTitle{color:#333}[data-theme=dark] .FriendsTab-module-scss-module__7ukRxa__filterModalTitle{color:#e0e0e0}@media (max-width:768px){.FriendsTab-module-scss-module__7ukRxa__filterModalTitle{font-size:1.25rem}}.FriendsTab-module-scss-module__7ukRxa__filterModalClose{cursor:pointer;color:var(--text-secondary);background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:2rem;line-height:1;transition:all .2s;display:flex}[data-theme=light] .FriendsTab-module-scss-module__7ukRxa__filterModalClose{color:#666}[data-theme=dark] .FriendsTab-module-scss-module__7ukRxa__filterModalClose{color:#b0b0b0}.FriendsTab-module-scss-module__7ukRxa__filterModalClose:hover{background:var(--bg-hover);color:var(--text-primary)}[data-theme=light] .FriendsTab-module-scss-module__7ukRxa__filterModalClose:hover{color:#333;background:#0000000d}[data-theme=dark] .FriendsTab-module-scss-module__7ukRxa__filterModalClose:hover{color:#e0e0e0;background:#ffffff1a}.FriendsTab-module-scss-module__7ukRxa__filterModalBody{padding:2rem}@media (max-width:768px){.FriendsTab-module-scss-module__7ukRxa__filterModalBody{padding:1.5rem}}.FriendsTab-module-scss-module__7ukRxa__filterOption{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;margin-bottom:2rem;padding:1.5rem}[data-theme=light] .FriendsTab-module-scss-module__7ukRxa__filterOption{background:#00000008;border-color:#0000001a}[data-theme=dark] .FriendsTab-module-scss-module__7ukRxa__filterOption{background:#ffffff0d;border-color:#ffffff1a}.FriendsTab-module-scss-module__7ukRxa__filterRadio{cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--text-primary);align-items:center;gap:1rem;font-size:1rem;font-weight:500;display:flex}[data-theme=light] .FriendsTab-module-scss-module__7ukRxa__filterRadio{color:#333}[data-theme=dark] .FriendsTab-module-scss-module__7ukRxa__filterRadio{color:#e0e0e0}.FriendsTab-module-scss-module__7ukRxa__filterRadio input[type=radio]{cursor:pointer;width:20px;height:20px;accent-color:var(--accent);flex-shrink:0}.FriendsTab-module-scss-module__7ukRxa__filterInputWrapper{flex-direction:column;gap:.5rem;margin-top:1.5rem;display:flex}.FriendsTab-module-scss-module__7ukRxa__filterInput,.FriendsTab-module-scss-module__7ukRxa__filterTextarea{border:1px solid var(--border-color);background:var(--bg-primary);width:100%;color:var(--text-primary);border-radius:12px;padding:1.5rem;font-family:inherit;font-size:1rem;transition:all .2s}[data-theme=light] .FriendsTab-module-scss-module__7ukRxa__filterInput,[data-theme=light] .FriendsTab-module-scss-module__7ukRxa__filterTextarea{color:#333;background:#ffffff80;border-color:#00000026}[data-theme=dark] .FriendsTab-module-scss-module__7ukRxa__filterInput,[data-theme=dark] .FriendsTab-module-scss-module__7ukRxa__filterTextarea{color:#e0e0e0;background:#ffffff0d;border-color:#ffffff1a}.FriendsTab-module-scss-module__7ukRxa__filterInput:focus,.FriendsTab-module-scss-module__7ukRxa__filterTextarea:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #6366f11a}[data-theme=light] .FriendsTab-module-scss-module__7ukRxa__filterInput:focus,[data-theme=light] .FriendsTab-module-scss-module__7ukRxa__filterTextarea:focus{border-color:#6366f1}[data-theme=dark] .FriendsTab-module-scss-module__7ukRxa__filterInput:focus,[data-theme=dark] .FriendsTab-module-scss-module__7ukRxa__filterTextarea:focus{border-color:#8b5cf6}.FriendsTab-module-scss-module__7ukRxa__filterTextarea{resize:vertical;min-height:120px;font-family:monospace;font-size:.9rem}.FriendsTab-module-scss-module__7ukRxa__filterHint{color:var(--text-secondary);font-size:.85rem;font-style:italic}[data-theme=light] .FriendsTab-module-scss-module__7ukRxa__filterHint{color:#666}[data-theme=dark] .FriendsTab-module-scss-module__7ukRxa__filterHint{color:#b0b0b0}.FriendsTab-module-scss-module__7ukRxa__filterPreview{background:var(--bg-glass);border:1px solid var(--border-color);text-align:center;color:var(--text-primary);border-radius:12px;margin-top:2rem;padding:1.5rem;font-size:1rem}[data-theme=light] .FriendsTab-module-scss-module__7ukRxa__filterPreview{color:#333;background:#ffffff80;border-color:#0000001a}[data-theme=dark] .FriendsTab-module-scss-module__7ukRxa__filterPreview{color:#e0e0e0;background:#ffffff0d;border-color:#ffffff1a}.FriendsTab-module-scss-module__7ukRxa__filterPreview strong{color:var(--accent);font-weight:600}.FriendsTab-module-scss-module__7ukRxa__filterModalActions{justify-content:flex-end;gap:1.5rem;margin-top:2rem;display:flex}@media (max-width:768px){.FriendsTab-module-scss-module__7ukRxa__filterModalActions{flex-direction:column}}.FriendsTab-module-scss-module__7ukRxa__filterCancelButton,.FriendsTab-module-scss-module__7ukRxa__filterConfirmButton{cursor:pointer;border:none;border-radius:12px;padding:1.5rem 2rem;font-size:1rem;font-weight:600;transition:all .3s}@media (max-width:768px){.FriendsTab-module-scss-module__7ukRxa__filterCancelButton,.FriendsTab-module-scss-module__7ukRxa__filterConfirmButton{width:100%}}.FriendsTab-module-scss-module__7ukRxa__filterCancelButton{color:var(--text-secondary);border:1px solid var(--border-color);background:0 0}[data-theme=light] .FriendsTab-module-scss-module__7ukRxa__filterCancelButton{color:#666;border-color:#00000026}[data-theme=dark] .FriendsTab-module-scss-module__7ukRxa__filterCancelButton{color:#b0b0b0;border-color:#ffffff1a}.FriendsTab-module-scss-module__7ukRxa__filterCancelButton:hover{background:var(--bg-hover)}[data-theme=light] .FriendsTab-module-scss-module__7ukRxa__filterCancelButton:hover{background:#0000000d}[data-theme=dark] .FriendsTab-module-scss-module__7ukRxa__filterCancelButton:hover{background:#ffffff1a}.FriendsTab-module-scss-module__7ukRxa__filterConfirmButton{background:linear-gradient(135deg,var(--accent),var(--accent-dark));color:#fff;box-shadow:0 4px 12px #00000026}[data-theme=light] .FriendsTab-module-scss-module__7ukRxa__filterConfirmButton{background:linear-gradient(135deg,#6366f1,#4f46e5)}[data-theme=dark] .FriendsTab-module-scss-module__7ukRxa__filterConfirmButton{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.FriendsTab-module-scss-module__7ukRxa__filterConfirmButton:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #0003}.FriendsTab-module-scss-module__7ukRxa__filterConfirmButton:active:not(:disabled){transform:translateY(0)}.FriendsTab-module-scss-module__7ukRxa__filterConfirmButton:disabled{opacity:.6;cursor:not-allowed}
