.calculator-module__kKhCzW__calcPage{color:#e0e0e0;background:#0a0b0e;min-height:100vh;font-family:Inter,sans-serif}.calculator-module__kKhCzW__calcContainer{max-width:var(--container-width,1200px);height:calc(100vh - var(--header-height,52px));flex-direction:column;margin:0 auto;display:flex}.calculator-module__kKhCzW__calcHeader{background:linear-gradient(135deg,#1a1d24 0%,#0d1117 100%);border-bottom:1px solid #2a2d36;flex-shrink:0;justify-content:space-between;align-items:center;padding:.5rem 1rem;display:flex}.calculator-module__kKhCzW__calcHeader h1{margin:0;font-size:1.1rem;font-weight:800}.calculator-module__kKhCzW__calcHeader h1 span{color:#a0c4ff}.calculator-module__kKhCzW__backLink{color:#888;font-size:.8rem;text-decoration:none}.calculator-module__kKhCzW__backLink:hover{color:#fff}.calculator-module__kKhCzW__calcLayout{flex:1;grid-template-columns:290px 1fr 280px;min-height:0;display:grid;overflow:hidden}@media (min-width:1024px) and (max-width:1399px){.calculator-module__kKhCzW__calcLayout{grid-template-columns:260px 1fr 250px}}@media (max-width:1024px){.calculator-module__kKhCzW__calcLayout{grid-template-columns:230px 1fr 230px}}@media (max-width:768px){.calculator-module__kKhCzW__calcLayout{flex-direction:column;height:auto;min-height:calc(100vh - 52px);padding-bottom:70px;display:flex;overflow-y:auto}}.calculator-module__kKhCzW__calcPanel{padding:.4rem;overflow-y:auto}.calculator-module__kKhCzW__calcPanel::-webkit-scrollbar{width:4px}.calculator-module__kKhCzW__calcPanel::-webkit-scrollbar-thumb{background:#333;border-radius:2px}.calculator-module__kKhCzW__panelLeft{background:#14161b;border-right:1px solid #2a2d36;flex-direction:column;display:flex}.calculator-module__kKhCzW__panelMid{background:#0a0b0e;flex-direction:column;display:flex;position:relative;overflow:hidden}.calculator-module__kKhCzW__panelRight{background:#14161b;border-left:1px solid #2a2d36;flex-direction:column;display:flex}.calculator-module__kKhCzW__midControls{background:#111318;border-top:1px solid #2a2d36;flex-direction:column;flex-shrink:0;gap:3px;padding:4px .5rem 6px;display:flex}.calculator-module__kKhCzW__popupKeypad{z-index:200;background:#1a1d26;border:1px solid #3a3f50;border-radius:10px;width:240px;padding:8px;animation:.12s ease-out calculator-module__kKhCzW__popupIn;position:absolute;box-shadow:0 8px 32px #00000073,0 2px 8px #00000040}@keyframes calculator-module__kKhCzW__popupIn{0%{opacity:0;transform:translateY(-6px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.calculator-module__kKhCzW__popupHeader{justify-content:space-between;align-items:center;margin-bottom:6px;padding:0 2px;display:flex}.calculator-module__kKhCzW__popupLabel{color:#4a8fd4;letter-spacing:.5px;text-transform:uppercase;font-size:9px;font-weight:800}.calculator-module__kKhCzW__popupClose{color:#666;cursor:pointer;background:0 0;border:none;border-radius:3px;padding:2px 4px;font-size:11px}.calculator-module__kKhCzW__popupClose:hover{color:#f48b8b;background:#f48b8b1a}.calculator-module__kKhCzW__popupGoeGrid{grid-template-columns:repeat(6,1fr);gap:3px;display:grid}.calculator-module__kKhCzW__popupPcsGrid{grid-template-columns:repeat(5,1fr);gap:3px;display:grid}.calculator-module__kKhCzW__popupDecimalRow{grid-template-columns:repeat(4,1fr);gap:3px;margin-top:3px;display:grid}.calculator-module__kKhCzW__btnPopup{border-radius:5px!important;height:30px!important;font-size:11px!important}.calculator-module__kKhCzW__midActionsRow{grid-template-columns:1fr 1fr 3fr 1fr;gap:3px;display:grid}.calculator-module__kKhCzW__btnMidSmall{height:26px!important;font-size:10px!important}.calculator-module__kKhCzW__btnConfirmMid{color:#fff;letter-spacing:.5px;text-shadow:0 1px 2px #0000004d;background:linear-gradient(135deg,#4a8fd4 0%,#6aabef 100%);height:26px;font-size:11px;font-weight:900}.calculator-module__kKhCzW__labelTag{color:#6a7080;text-transform:uppercase;letter-spacing:1px;border-bottom:1px solid #2a2d36;margin-bottom:3px;padding:4px 0 2px;font-size:7px;font-weight:700}.calculator-module__kKhCzW__btnGrid{gap:2px;margin-bottom:2px;display:grid}.calculator-module__kKhCzW__btn{cursor:pointer;color:#fff;-webkit-user-select:none;user-select:none;text-align:center;background:#232d42;border:none;border-radius:4px;min-height:28px;padding:2px;font-family:Inter,sans-serif;font-size:10px;font-weight:600;line-height:1.2;transition:filter .1s,transform 50ms}.calculator-module__kKhCzW__btn:active{filter:brightness(1.3);transform:scale(.97)}.calculator-module__kKhCzW__btnJump{color:#90caf9;background:#1a2536}.calculator-module__kKhCzW__btnSpin{color:#ce93d8;background:#231a36}.calculator-module__kKhCzW__btnStep{color:#81c784;background:#1a3624}.calculator-module__kKhCzW__btnHl{color:#c2e7ff;background:#0b456d}.calculator-module__kKhCzW__btnX{color:#ffb4ab;background:#601410}.calculator-module__kKhCzW__btnMod{color:#888;background:#2a2d36}.calculator-module__kKhCzW__btnModToggled{color:#000;background:#a0c4ff}.calculator-module__kKhCzW__btnNeg{color:#f48b8b;background:#2d1a1e}.calculator-module__kKhCzW__btnPos{color:#5fd87e;background:#152e1f}.calculator-module__kKhCzW__btnZero{color:#8890a0;background:#222530}.calculator-module__kKhCzW__btnFall{color:#f48b8b;background:#3a1515;font-weight:800}.calculator-module__kKhCzW__btnFallToggled{color:#fff;background:#d32f2f;box-shadow:0 0 8px #d32f2f80}.calculator-module__kKhCzW__btnClearRow{color:#8890a0;background:#1e2230;border:1px solid #3a3f50;font-size:10px}.calculator-module__kKhCzW__btnConfirmNext{color:#001d35;background:#90caf9;height:30px;font-size:12px;font-weight:900}.calculator-module__kKhCzW__btnResetAll{color:#f48b8b;background:#2a1a1e;font-size:10px;font-weight:700}.calculator-module__kKhCzW__configBar{background:#1c1e26;border-bottom:1px solid #2a2d36;flex-wrap:wrap;flex-shrink:0;align-items:center;gap:.6rem;padding:.3rem .6rem;display:flex}.calculator-module__kKhCzW__configLabel{color:#888;font-size:.7rem;font-weight:600}.calculator-module__kKhCzW__configSelect{color:#e0e0e0;background:#14161b;border:1px solid #2a2d36;border-radius:4px;padding:3px 8px;font-family:Inter,sans-serif;font-size:.75rem}.calculator-module__kKhCzW__factorBadge{color:#a0c4ff;text-align:center;background:#14161b;border:1px solid #2a2d36;border-radius:4px;min-width:40px;padding:2px 8px;font-size:.85rem;font-weight:700;display:inline-block}.calculator-module__kKhCzW__elementsScroll{flex-direction:column;flex:1;padding:0 .5rem;display:flex;overflow-y:auto}.calculator-module__kKhCzW__elTableHeader{color:#666;letter-spacing:.5px;border-bottom:1px solid #2a2d36;grid-template-columns:22px 1fr 20px 54px 36px 54px 54px;align-items:center;margin:0 .5rem;padding:2px 6px;font-size:8px;font-weight:700;display:grid}.calculator-module__kKhCzW__elTableHeader span:first-child,.calculator-module__kKhCzW__elTableHeader span:nth-child(2),.calculator-module__kKhCzW__elTableHeader span:nth-child(3){text-align:center}.calculator-module__kKhCzW__elTableHeader span:nth-child(4){text-align:right}.calculator-module__kKhCzW__elTableHeader span:nth-child(5){text-align:center}.calculator-module__kKhCzW__elTableHeader span:nth-child(6),.calculator-module__kKhCzW__elTableHeader span:nth-child(7){text-align:right}.calculator-module__kKhCzW__elRow{cursor:pointer;background:#1c1e26;border:1.5px solid #0000;border-radius:3px;grid-template-columns:22px 1fr 20px 54px 36px 54px 54px;align-items:center;min-height:30px;margin-bottom:1px;padding:1px 6px;font-size:11px;display:grid}.calculator-module__kKhCzW__elRowActive{background:#151e2e;border-color:#4a8fd4}.calculator-module__kKhCzW__elNum{color:#555;text-align:center;background:#14161b;border-radius:3px;width:18px;height:18px;font-size:8px;font-weight:800;line-height:18px}.calculator-module__kKhCzW__elName{text-overflow:ellipsis;white-space:nowrap;padding:0 4px;font-size:11px;font-weight:600;overflow:hidden}.calculator-module__kKhCzW__elX{color:#4a8fd4;text-align:center;font-size:8px;font-weight:800}.calculator-module__kKhCzW__elVal{text-align:right;font-family:Roboto Mono,monospace;font-size:10px}.calculator-module__kKhCzW__elBv{color:silver}.calculator-module__kKhCzW__elGoe{color:#666}.calculator-module__kKhCzW__elGoePos{color:#5fd87e}.calculator-module__kKhCzW__elGoeNeg{color:#f48b8b}.calculator-module__kKhCzW__elGoeRaw{text-align:center;color:#8890a0;cursor:pointer;border-radius:3px;padding:1px 2px;font-family:Roboto Mono,monospace;font-size:10px;font-weight:700}.calculator-module__kKhCzW__elGoeRaw:hover{background:#4a8fd426}.calculator-module__kKhCzW__elGoeRawPos{color:#5fd87e}.calculator-module__kKhCzW__elGoeRawNeg{color:#f48b8b}.calculator-module__kKhCzW__elTotal{color:#e0e0e0;font-weight:700}.calculator-module__kKhCzW__elGoeCell{cursor:pointer;border-radius:3px;padding:1px 4px}.calculator-module__kKhCzW__elGoeCell:hover{background:#4a8fd426}.calculator-module__kKhCzW__pcsSection{background:#1c1e26;border-top:1px solid #2a2d36;border-radius:6px;flex-shrink:0;margin:6px 0 2px;padding:6px}.calculator-module__kKhCzW__pcsRowItem{cursor:pointer;border:1.5px solid #0000;border-radius:4px;justify-content:space-between;align-items:center;padding:2px 6px;display:flex}.calculator-module__kKhCzW__pcsRowItemActive{background:#151e2e;border-color:#4a8fd4}.calculator-module__kKhCzW__pcsLabel{font-size:11px;font-weight:600}.calculator-module__kKhCzW__pcsScore{color:#a0c4ff;font-family:Roboto Mono,monospace;font-size:13px;font-weight:700}.calculator-module__kKhCzW__pcsFactorDisplay{color:#888;text-align:right;border-top:1px solid #2a2d36;margin-top:4px;padding:2px 6px;font-size:9px;font-weight:600}.calculator-module__kKhCzW__pcsFactorDisplay span{color:#a0c4ff;font-weight:800}.calculator-module__kKhCzW__summaryPanel{background:#000;flex-shrink:0;grid-template-columns:repeat(4,1fr);padding:4px 8px;display:grid}.calculator-module__kKhCzW__summaryPanel>div{cursor:pointer}.calculator-module__kKhCzW__summaryItem{color:#888;letter-spacing:1px;text-align:center;font-size:8px;font-weight:800}.calculator-module__kKhCzW__summaryVal{color:#e0e0e0;text-align:center;font-family:Roboto Mono,monospace;font-size:14px;font-weight:700}.calculator-module__kKhCzW__totalVal{color:#a0c4ff;text-align:center;font-family:Roboto Mono,monospace;font-size:18px;font-weight:900}.calculator-module__kKhCzW__dedActive{background:#2a1515;border-radius:4px}@media (max-width:768px){.calculator-module__kKhCzW__panelMid{order:1}.calculator-module__kKhCzW__panelLeft{order:2}.calculator-module__kKhCzW__panelRight{order:3}.calculator-module__kKhCzW__summaryPanel{z-index:100;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #000c}}.calculator-module__kKhCzW__calcSubtitle{color:var(--text-3);font-size:.6rem}.calculator-module__kKhCzW__headerActions{align-items:center;gap:10px;display:flex}.calculator-module__kKhCzW__btnSave{height:auto;padding:4px 10px;font-size:11px}.calculator-module__kKhCzW__grid2{grid-template-columns:repeat(2,1fr)}.calculator-module__kKhCzW__grid3{grid-template-columns:repeat(3,1fr)}.calculator-module__kKhCzW__grid4{grid-template-columns:repeat(4,1fr)}.calculator-module__kKhCzW__grid5{grid-template-columns:repeat(5,1fr)}.calculator-module__kKhCzW__grid6{grid-template-columns:repeat(6,1fr)}.calculator-module__kKhCzW__gridJumpRow,.calculator-module__kKhCzW__gridSpinRow{grid-template-columns:2.5fr repeat(5,1fr)}.calculator-module__kKhCzW__gridEuler{grid-template-columns:2fr 1fr}.calculator-module__kKhCzW__gridChSq{grid-template-columns:2fr 1fr 4fr}.calculator-module__kKhCzW__mtXs{margin-top:2px}.calculator-module__kKhCzW__mtSm{margin-top:4px}.calculator-module__kKhCzW__mt2{margin-top:1px}.calculator-module__kKhCzW__mbXs{margin-bottom:2px}.calculator-module__kKhCzW__btnLeft{text-align:left;padding-left:10px}.calculator-module__kKhCzW__btnInvisible{visibility:hidden}.calculator-module__kKhCzW__btnJumpLevel{background:var(--calc-jump-level,#1a2030)}.calculator-module__kKhCzW__btnSpinBase{background:var(--calc-spin-base,#2a1a3a)}.calculator-module__kKhCzW__btnStepBase{background:var(--calc-step-base,#1a3020)}.calculator-module__kKhCzW__btnClear{color:var(--calc-secondary,#a0c4ff)}.calculator-module__kKhCzW__fallIndicator{color:var(--calc-fall,#ffb4ab);font-size:10px;font-weight:var(--weight-bold);margin-left:4px}.calculator-module__kKhCzW__summaryDed{color:var(--calc-fall,#ffb4ab)}.calculator-module__kKhCzW__summaryTotal{color:var(--calc-secondary,#a0c4ff)}.calculator-module__kKhCzW__pcsKeypadGrid{grid-template-columns:2.5fr 1fr;gap:3px;display:grid}.calculator-module__kKhCzW__btnPcsKey{color:#90acd0;background:#1e2638;height:25px;font-size:10px}.calculator-module__kKhCzW__decimalGrid{gap:1px;display:grid}.calculator-module__kKhCzW__btnDecimal{color:#90acd0;background:#252a3a;height:25px;font-size:9px}.calculator-module__kKhCzW__actionsGrid{grid-template-columns:1fr 1fr;gap:3px;margin-top:12px;display:grid}.calculator-module__kKhCzW__spanFull{grid-column:1/-1}.calculator-module__kKhCzW__tabContainer{background:#14161b;border-radius:4px;gap:2px;padding:2px;display:flex}.calculator-module__kKhCzW__tabBtn{color:#888;cursor:pointer;background:0 0;border:none;border-radius:3px;flex:1;padding:4px 0;font-size:9px;font-weight:800;transition:all .2s}.calculator-module__kKhCzW__tabBtn:hover{color:#e0e0e0}.calculator-module__kKhCzW__tabActive{color:#a0c4ff;background:#2a2d36}.calculator-module__kKhCzW__btnThrow{color:#f9d290;background:#362a1a}.calculator-module__kKhCzW__btnThrowLevel{background:#30201a}.calculator-module__kKhCzW__btnTwist{color:#90f9d2;background:#1a3630}.calculator-module__kKhCzW__btnTwistBase{background:#1a2a24}.calculator-module__kKhCzW__btnLift{color:#f990a4;background:#361a20}.calculator-module__kKhCzW__btnLiftBase{background:#2a1a1c}.calculator-module__kKhCzW__btnDs{color:#d290f9;background:#2a1a36}.calculator-module__kKhCzW__btnDsBase{background:#201a2a}.calculator-module__kKhCzW__btnPairSpin{color:#f9eb90;background:#36321a}.calculator-module__kKhCzW__btnPairSpinBase{background:#2a261a}.calculator-module__kKhCzW__btnDancePink{color:#e8a5d4;background:#361a2e}.calculator-module__kKhCzW__btnDancePinkBase{background:#2d1526}.calculator-module__kKhCzW__btnDanceGreen{color:#88d4a8;background:#1a3628}.calculator-module__kKhCzW__btnDanceGreenBase{background:#152d20}.calculator-module__kKhCzW__btnDanceYellow{color:#d4c878;background:#33301a}.calculator-module__kKhCzW__btnDanceYellowBase{background:#2a2815}.calculator-module__kKhCzW__btnDanceRed{color:#e89c94;background:#361d1a}.calculator-module__kKhCzW__btnDanceRedBase{background:#2d1815}.calculator-module__kKhCzW__btnDanceBlue{color:#8cb4e8;background:#1a2640}.calculator-module__kKhCzW__btnDanceBlueBase{background:#151f35}.calculator-module__kKhCzW__btnDancePurple{color:#b498e8;background:#2a1a40}.calculator-module__kKhCzW__btnDancePurpleBase{background:#221535}.calculator-module__kKhCzW__btnDanceTeal{color:#7ad4d4;background:#1a3636}
