.style-module-scss-module___1g3pG__tickInput{width:fit-content}.style-module-scss-module___1g3pG__tickInput .style-module-scss-module___1g3pG__inputArea{position:relative}.style-module-scss-module___1g3pG__tickInput .style-module-scss-module___1g3pG__inputArea input{border-bottom-right-radius:0;border-bottom-left-radius:0}.style-module-scss-module___1g3pG__tickInput .style-module-scss-module___1g3pG__bottomBar{margin-top:-11px;display:flex}.style-module-scss-module___1g3pG__tickInput .style-module-scss-module___1g3pG__bottomBar button{text-align:center;font-family:var(--font-roboto-mono),monospace;color:var(--blert-font-color-secondary);border:1px solid var(--blert-divider-color);border-left:none;flex:1 1 0;justify-content:center;align-items:center;padding:3px 0;font-size:11px;font-weight:500;transition:all .15s;display:flex}.style-module-scss-module___1g3pG__tickInput .style-module-scss-module___1g3pG__bottomBar button:first-child{border-left:1px solid var(--blert-divider-color);border-radius:0 0 0 4px}.style-module-scss-module___1g3pG__tickInput .style-module-scss-module___1g3pG__bottomBar button:last-child{border-radius:0 0 4px}.style-module-scss-module___1g3pG__tickInput .style-module-scss-module___1g3pG__bottomBar button:not(.style-module-scss-module___1g3pG__active):not(:disabled):hover{cursor:pointer;color:var(--blert-font-color-primary);background:rgba(var(--blert-surface-light-base),.4)}.style-module-scss-module___1g3pG__tickInput .style-module-scss-module___1g3pG__bottomBar button:disabled{opacity:.3}.style-module-scss-module___1g3pG__tickInput .style-module-scss-module___1g3pG__bottomBar .style-module-scss-module___1g3pG__modeButton{background:var(--blert-surface-dark);border-left-style:solid;border-left-width:2px;border-left-color:var(--blert-divider-color);font-family:inherit}.style-module-scss-module___1g3pG__tickInput .style-module-scss-module___1g3pG__bottomBar .style-module-scss-module___1g3pG__modeButton+.style-module-scss-module___1g3pG__modeButton{border-left:none}.style-module-scss-module___1g3pG__tickInput .style-module-scss-module___1g3pG__bottomBar .style-module-scss-module___1g3pG__active{color:var(--blert-purple);background:rgba(var(--blert-purple-base),.1)}.style-module-scss-module___1g3pG__tickInput .style-module-scss-module___1g3pG__comparator{width:28px;height:calc(100% - 22px);color:var(--blert-purple);background:rgba(var(--blert-surface-light-base),.2);border-right:1px solid var(--blert-divider-color);justify-content:center;align-items:center;font-size:12px;transition:all .15s;display:flex;position:absolute;top:50%;left:1px;transform:translateY(-50%)}.style-module-scss-module___1g3pG__tickInput .style-module-scss-module___1g3pG__comparator i{position:relative;left:1px}.style-module-scss-module___1g3pG__tickInput .style-module-scss-module___1g3pG__comparator:hover{cursor:pointer;color:var(--blert-font-color-primary);background:rgba(var(--blert-surface-light-base),.45)}
.style-module-scss-module__ElUnfW__page{flex-direction:column;gap:1rem;width:100%;max-width:1100px;margin:0 auto;padding:1rem 1rem 3rem;display:flex}@media (max-width:940px){.style-module-scss-module__ElUnfW__page{padding:1.5rem 0 2.5rem}}.style-module-scss-module__ElUnfW__header{text-align:center;padding:2rem 1.5rem;position:relative;overflow:hidden}.style-module-scss-module__ElUnfW__header:before{content:"";background:linear-gradient(90deg,transparent,var(--blert-purple),transparent);width:120px;height:2px;position:absolute;top:0;left:50%;transform:translate(-50%)}.style-module-scss-module__ElUnfW__header h1{background:linear-gradient(135deg,var(--blert-font-color-primary),rgba(var(--blert-font-color-primary-base),.75));-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;margin:0 0 .6rem;font-size:2.4rem;font-weight:700}.style-module-scss-module__ElUnfW__subtitle{color:var(--blert-font-color-secondary);margin:0;font-size:1rem}.style-module-scss-module__ElUnfW__configBar{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.style-module-scss-module__ElUnfW__configGroup{color:var(--blert-font-color-secondary);align-items:center;gap:.6rem;font-size:.9rem;display:flex}.style-module-scss-module__ElUnfW__configLabel{color:var(--blert-font-color-secondary);white-space:nowrap;font-size:.85rem}.style-module-scss-module__ElUnfW__roomsGrid{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}@media (max-width:940px){.style-module-scss-module__ElUnfW__roomsGrid{grid-template-columns:1fr}}.style-module-scss-module__ElUnfW__cardActions{align-items:center;gap:.5rem;display:flex}.style-module-scss-module__ElUnfW__clearButton{color:var(--blert-font-color-secondary);border-radius:6px;padding:4px 10px;font-size:.8rem;transition:all .15s}.style-module-scss-module__ElUnfW__clearButton:hover{cursor:pointer;color:var(--blert-font-color-primary);background:rgba(var(--blert-surface-light-base),.3)}.style-module-scss-module__ElUnfW__clearButton i{margin-right:4px}.style-module-scss-module__ElUnfW__myRaidsButton{color:var(--blert-font-color-primary);border:1px solid rgba(var(--blert-purple-base),.4);background:rgba(var(--blert-purple-base),.1);border-radius:6px;padding:4px 10px;font-size:.8rem;transition:all .15s}.style-module-scss-module__ElUnfW__myRaidsButton:hover{cursor:pointer;background:rgba(var(--blert-purple-base),.2);border-color:rgba(var(--blert-purple-base),.6)}.style-module-scss-module__ElUnfW__usageHints{border-top:1px solid rgba(var(--blert-surface-light-base),.3);color:var(--blert-font-color-secondary);flex-wrap:wrap;gap:.5rem;margin-top:.75rem;padding-top:.75rem;font-size:.78rem;display:flex}.style-module-scss-module__ElUnfW__usageHints kbd{font-family:var(--font-roboto-mono),monospace;border:1px solid rgba(var(--blert-surface-light-base),.5);background:rgba(var(--blert-surface-dark-base),.4);border-radius:3px;margin-right:2px;padding:1px 5px;font-size:.7rem}.style-module-scss-module__ElUnfW__usageHints i{margin-right:2px;font-size:.7rem}.style-module-scss-module__ElUnfW__overallRow{background:rgba(var(--blert-surface-dark-base),.6);border:1px solid rgba(var(--blert-purple-base),.2);border-radius:8px;justify-content:space-between;align-items:center;margin-top:1rem;padding:.75rem 1rem;display:flex}.style-module-scss-module__ElUnfW__overallLabel{color:var(--blert-font-color-primary);letter-spacing:.5px;font-size:1rem;font-weight:600}.style-module-scss-module__ElUnfW__overallTime{font-family:var(--font-roboto-mono);color:var(--blert-purple);font-size:1.4rem;font-weight:700}.style-module-scss-module__ElUnfW__roomRow{--input-label-bg:color-mix(in srgb,var(--blert-panel-background-color)60%,var(--blert-surface-dark));background:rgba(var(--blert-surface-dark-base),.4);border:1px solid rgba(var(--blert-surface-light-base),.3);border-radius:8px;flex-wrap:wrap;align-items:center;gap:.75rem;padding:.5rem .75rem;transition:border-color .2s;display:flex}.style-module-scss-module__ElUnfW__roomRow:hover{border-color:rgba(var(--blert-surface-light-base),.5)}.style-module-scss-module__ElUnfW__roomRow.style-module-scss-module__ElUnfW__computed{--input-label-bg:color-mix(in srgb,var(--blert-panel-background-color)96%,var(--blert-purple));border-style:dashed;border-color:rgba(var(--blert-purple-base),.4);background:rgba(var(--blert-purple-base),.04)}.style-module-scss-module__ElUnfW__roomRow.style-module-scss-module__ElUnfW__imported{--input-label-bg:color-mix(in srgb,var(--blert-panel-background-color)96%,var(--blert-green));border-color:rgba(var(--blert-green-base),.3);background:rgba(var(--blert-green-base),.04)}.style-module-scss-module__ElUnfW__roomRow.style-module-scss-module__ElUnfW__infeasible{--input-label-bg:color-mix(in srgb,var(--blert-panel-background-color)96%,var(--blert-red));border-color:rgba(var(--blert-red-base),.4);background:rgba(var(--blert-red-base),.04)}.style-module-scss-module__ElUnfW__roomImageContainer{flex-direction:column;justify-content:space-between;align-self:flex-end;align-items:center;gap:.5rem;width:60px;height:60px;display:flex}.style-module-scss-module__ElUnfW__roomControls{align-items:center;gap:.75rem;display:flex}@media (max-width:940px){.style-module-scss-module__ElUnfW__roomControls{flex:1 0 100%;justify-content:flex-end;margin-top:-.25rem}}.style-module-scss-module__ElUnfW__roomImage{object-fit:contain;border-radius:4px;flex-shrink:0}.style-module-scss-module__ElUnfW__roomInput{flex:1;min-width:0;position:relative}.style-module-scss-module__ElUnfW__inputWrapper{width:fit-content;position:relative}.style-module-scss-module__ElUnfW__sourceLabel{letter-spacing:.5px;text-transform:uppercase;font-size:.6rem;font-weight:700}.style-module-scss-module__ElUnfW__sourceLabel.style-module-scss-module__ElUnfW__computed{color:rgba(var(--blert-purple-base),.6)}.style-module-scss-module__ElUnfW__sourceLabel.style-module-scss-module__ElUnfW__imported{color:rgba(var(--blert-green-base),.6)}@keyframes style-module-scss-module__ElUnfW__enterBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.style-module-scss-module__ElUnfW__enterHint{font-family:var(--font-roboto-mono),monospace;color:var(--blert-font-color-primary);background:linear-gradient(145deg,var(--blert-panel-background-color),var(--blert-surface-darker));border:1px solid rgba(var(--blert-font-color-primary-base),.3);pointer-events:none;border-radius:3px;padding:2px 6px;font-size:13px;animation:1s ease-in-out infinite style-module-scss-module__ElUnfW__enterBounce;position:absolute;top:calc(50% - 16px);right:-28px;transform:translateY(-50%);box-shadow:0 2px #0000004d,inset 0 1px #ffffff0d}.style-module-scss-module__ElUnfW__lockButton{width:28px;height:28px;color:var(--blert-font-color-secondary);border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;transition:all .15s;display:flex}.style-module-scss-module__ElUnfW__lockButton:hover{cursor:pointer;color:var(--blert-font-color-primary);background:rgba(var(--blert-surface-light-base),.4)}.style-module-scss-module__ElUnfW__lockButton.style-module-scss-module__ElUnfW__locked{color:var(--blert-purple)}.style-module-scss-module__ElUnfW__percentileBadge{font-family:var(--font-roboto-mono);white-space:nowrap;text-align:center;border-radius:4px;flex-shrink:0;min-width:52px;padding:2px 6px;font-size:.75rem;font-weight:600}.style-module-scss-module__ElUnfW__percentileBadge.style-module-scss-module__ElUnfW__common{color:var(--blert-green);background:rgba(var(--blert-green-base),.12)}.style-module-scss-module__ElUnfW__percentileBadge.style-module-scss-module__ElUnfW__average{color:var(--blert-yellow);background:rgba(var(--blert-yellow-base),.12)}.style-module-scss-module__ElUnfW__percentileBadge.style-module-scss-module__ElUnfW__rare{color:var(--blert-red);background:rgba(var(--blert-red-base),.12)}.style-module-scss-module__ElUnfW__percentileBadge.style-module-scss-module__ElUnfW__empty{color:var(--blert-font-color-secondary);background:rgba(var(--blert-surface-light-base),.3)}.style-module-scss-module__ElUnfW__targetSection{align-items:center;gap:2rem;padding:20px;display:flex}@media (max-width:940px){.style-module-scss-module__ElUnfW__targetSection{flex-direction:column;align-items:stretch;gap:1.25rem}}.style-module-scss-module__ElUnfW__targetGroup{flex-shrink:0}.style-module-scss-module__ElUnfW__probabilityHero{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.25rem;display:flex}.style-module-scss-module__ElUnfW__heroValue{font-family:var(--font-roboto-mono);font-size:2.8rem;font-weight:800;line-height:1}.style-module-scss-module__ElUnfW__heroValue.style-module-scss-module__ElUnfW__low{color:var(--blert-red)}.style-module-scss-module__ElUnfW__heroValue.style-module-scss-module__ElUnfW__medium{color:var(--blert-yellow)}.style-module-scss-module__ElUnfW__heroValue.style-module-scss-module__ElUnfW__high{color:var(--blert-green)}.style-module-scss-module__ElUnfW__heroValue.style-module-scss-module__ElUnfW__error{color:var(--blert-red)}.style-module-scss-module__ElUnfW__heroValueMuted{font-family:var(--font-roboto-mono);color:var(--blert-font-color-secondary);opacity:.3;font-size:2.8rem;font-weight:800;line-height:1}.style-module-scss-module__ElUnfW__heroLabel{color:var(--blert-font-color-secondary);font-size:.85rem}.style-module-scss-module__ElUnfW__heroInterval{font-family:var(--font-roboto-mono);color:var(--blert-font-color-secondary);margin-top:.35rem;font-size:.8rem}.style-module-scss-module__ElUnfW__heroError{color:var(--blert-red);font-size:.85rem}.style-module-scss-module__ElUnfW__distributionSection{padding:20px;overflow-x:auto}.style-module-scss-module__ElUnfW__roomTabs{margin-bottom:1rem;overflow-x:auto}.style-module-scss-module__ElUnfW__chartContainer{width:100%;min-width:500px;height:360px}.style-module-scss-module__ElUnfW__statsRow{flex-wrap:wrap;gap:.75rem;margin-top:.75rem;display:flex}.style-module-scss-module__ElUnfW__statItem{background:rgba(var(--blert-surface-dark-base),.4);border:1px solid rgba(var(--blert-surface-light-base),.3);border-radius:8px;flex-direction:column;flex:1 1 0;align-items:center;min-width:80px;padding:.5rem .75rem;display:flex}.style-module-scss-module__ElUnfW__statLabel{text-transform:uppercase;letter-spacing:.5px;color:var(--blert-font-color-secondary);font-size:.7rem}.style-module-scss-module__ElUnfW__statValue{font-family:var(--font-roboto-mono);color:var(--blert-font-color-primary);font-size:.9rem;font-weight:600}.style-module-scss-module__ElUnfW__lowSampleWarning{color:var(--blert-yellow);background:rgba(var(--blert-yellow-base),.08);border:1px solid rgba(var(--blert-yellow-base),.2);border-radius:6px;align-items:center;gap:.5rem;margin-top:.5rem;padding:.5rem .75rem;font-size:.8rem;display:flex}.style-module-scss-module__ElUnfW__heroWarning{color:var(--blert-yellow);margin-top:.25rem;font-size:.78rem}.style-module-scss-module__ElUnfW__noData{height:200px;color:var(--blert-font-color-secondary);justify-content:center;align-items:center;font-size:.9rem;display:flex}.style-module-scss-module__ElUnfW__loading{height:200px;color:var(--blert-font-color-secondary);justify-content:center;align-items:center;gap:.75rem;font-size:.9rem;display:flex}.style-module-scss-module__ElUnfW__importContainer{position:relative}.style-module-scss-module__ElUnfW__importDot{background:var(--blert-green);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite style-module-scss-module__ElUnfW__livePulse;position:absolute;top:2px;right:2px}@keyframes style-module-scss-module__ElUnfW__livePulse{0%{box-shadow:0 0 0 0 rgba(var(--blert-green-base),.7);background:var(--blert-green);transform:scale(1)}70%{box-shadow:0 0 0 6px rgba(var(--blert-green-base),0);background:rgba(var(--blert-green-base),.9);transform:scale(1.2)}to{box-shadow:0 0 0 0 rgba(var(--blert-green-base),0);background:var(--blert-green);transform:scale(1)}}.style-module-scss-module__ElUnfW__importPanel{z-index:100;border:1px solid rgba(var(--blert-surface-light-base),.3);background:var(--blert-panel-background-color);border-radius:8px;width:420px;max-height:480px;padding:4px;position:absolute;top:calc(100% + 4px);right:0;overflow-y:auto;box-shadow:0 8px 24px #0006}.style-module-scss-module__ElUnfW__importSectionLabel{text-transform:uppercase;letter-spacing:.5px;color:var(--blert-font-color-secondary);padding:8px 10px 4px;font-size:.7rem;font-weight:600}.style-module-scss-module__ElUnfW__importItem{text-align:left;border-radius:6px;flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:2px 8px;width:100%;padding:8px 10px;transition:background .15s;display:flex}.style-module-scss-module__ElUnfW__importItem:hover{cursor:pointer;background:rgba(var(--blert-surface-light-base),.2)}.style-module-scss-module__ElUnfW__importItem.style-module-scss-module__ElUnfW__importItemUser{background:rgba(var(--blert-purple-base),.08);border:1px solid rgba(var(--blert-purple-base),.2)}.style-module-scss-module__ElUnfW__importItem.style-module-scss-module__ElUnfW__importItemUser:hover{background:rgba(var(--blert-purple-base),.15)}.style-module-scss-module__ElUnfW__importParty{color:var(--blert-font-color-primary);font-size:.85rem}.style-module-scss-module__ElUnfW__importMeta{color:var(--blert-font-color-secondary);white-space:nowrap;flex-shrink:0;margin-left:auto;font-size:.75rem}.style-module-scss-module__ElUnfW__importEmpty{text-align:center;color:var(--blert-font-color-secondary);padding:16px 10px;font-size:.85rem}.style-module-scss-module__ElUnfW__importEmpty i{margin-right:6px}
