.calculator-module__kEltUa__calculatorPage{background:#e0e0e0;min-height:100vh;padding-top:40px;font-family:Inter,sans-serif}.calculator-module__kEltUa__calculatorWrapper{justify-content:center;align-items:flex-start;padding:20px;display:flex}.calculator-module__kEltUa__calculator{background-color:#2b2b2b;border:1px solid #1a1a1a;border-radius:10px;width:100%;max-width:400px;padding:25px 20px 30px;position:relative;box-shadow:0 10px 20px #0006,inset 0 2px 5px #ffffff1a}.calculator-module__kEltUa__brandHeader{justify-content:space-between;align-items:flex-start;height:60px;margin-bottom:20px;padding:0 5px;display:flex}.calculator-module__kEltUa__brandLeft{flex-direction:column;justify-content:space-between;height:100%;display:flex}.calculator-module__kEltUa__brandRight{flex-direction:column;align-items:flex-end;gap:5px;display:flex}.calculator-module__kEltUa__brandName{letter-spacing:1px;color:#fff;font-family:sans-serif;font-size:1.2rem;font-style:italic;font-weight:700}.calculator-module__kEltUa__brandSubDetail{color:#00bcd4;letter-spacing:.5px;font-family:sans-serif;font-size:.6rem;font-weight:600}.calculator-module__kEltUa__modelName{color:#e0e0e0;font-family:Arial,sans-serif;font-size:1rem;font-style:italic;font-weight:700}.calculator-module__kEltUa__editionText{color:#aaa;text-transform:uppercase;letter-spacing:.5px;font-size:.6rem}.calculator-module__kEltUa__solarPanel{background:#433;border:1px solid #544;border-radius:2px;width:50px;height:18px;margin-bottom:2px;position:relative;overflow:hidden}.calculator-module__kEltUa__solarPanel:after{content:"";background:repeating-linear-gradient(90deg,#0000,#0000 9px,#ffffff26 10px);position:absolute;inset:0}.calculator-module__kEltUa__display{text-align:right;background-color:#c4d0bf;border:4px solid #444;border-radius:5px;flex-direction:column;justify-content:space-between;min-height:80px;margin-bottom:25px;padding:10px 15px;font-family:Courier New,Courier,monospace;display:flex;position:relative;box-shadow:inset 0 2px 5px #0003}.calculator-module__kEltUa__history{color:#555;white-space:nowrap;text-overflow:ellipsis;min-height:20px;font-size:.9rem;overflow:hidden}.calculator-module__kEltUa__currentInput{color:#000;letter-spacing:-1px;white-space:nowrap;font-size:2.2rem;font-weight:700;overflow:auto hidden}.calculator-module__kEltUa__buttons{grid-template-columns:repeat(5,1fr);gap:12px 10px;display:grid}.calculator-module__kEltUa__button{cursor:pointer;-webkit-user-select:none;user-select:none;border:none;border-radius:6px;height:45px;font-family:Roboto,sans-serif;font-size:.9rem;font-weight:500;transition:transform .1s,box-shadow .1s;position:relative;box-shadow:0 3px #0000004d,0 4px 5px #0003}.calculator-module__kEltUa__button:active{transform:translateY(2px);box-shadow:0 1px #0000004d,0 2px 2px #0003}.calculator-module__kEltUa__function{color:#fff;background:#555;font-size:.8rem;box-shadow:0 3px #333,0 4px 5px #0003}.calculator-module__kEltUa__function:active{box-shadow:0 1px #333}.calculator-module__kEltUa__number{color:#fff;background:#3a3a3a;font-size:1.2rem;font-weight:700;box-shadow:0 3px #222,0 4px 5px #0003}.calculator-module__kEltUa__number:active{box-shadow:0 1px #222}.calculator-module__kEltUa__operator{color:#fff;background:#666;font-size:1.2rem;box-shadow:0 3px #444,0 4px 5px #0003}.calculator-module__kEltUa__operator:active{box-shadow:0 1px #444}.calculator-module__kEltUa__clear,.calculator-module__kEltUa__delete{color:#fff;background:#d65a5a;font-weight:700;box-shadow:0 3px #a33e3e,0 4px 5px #0003}.calculator-module__kEltUa__clear:active,.calculator-module__kEltUa__delete:active{background:#c94b4b;box-shadow:0 1px #a33e3e}.calculator-module__kEltUa__equals{color:#fff;background:#4a90e2;font-size:1.5rem;box-shadow:0 3px #2c6eb5,0 4px 5px #0003}.calculator-module__kEltUa__equals:active{box-shadow:0 1px #2c6eb5}.calculator-module__kEltUa__smallBtn{border-radius:4px;height:35px;font-size:.75rem}@media (max-width:480px){.calculator-module__kEltUa__calculator{padding:15px}.calculator-module__kEltUa__button{height:50px}.calculator-module__kEltUa__currentInput{font-size:1.8rem}}
