@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);*{box-sizing:border-box;font-family:Poppins,sans-serif;margin:0;padding:0}button{-webkit-appearance:none;appearance:none;background:#0000;border:none;color:inherit;outline:none}body{background-color:#0f0f0f;background-size:20px 20px;color:#fff}.App{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;min-height:100dvh}.calculator{border:3px solid #ffffff4d;border-radius:10px;max-width:700px;overflow:hidden;width:100%}.history_tab{background-color:#141414;margin:3px}.history_tab button{cursor:pointer}.displayWindow{align-items:flex-end;background-color:#141414;display:flex;flex-direction:column;height:120px;justify-content:flex-end;padding:1rem}.displayWindow .expression{color:#fff;font-weight:600;overflow-x:auto;scrollbar-width:none;text-align:right;width:100%}.displayWindow .result{font-size:2.2rem;font-weight:600}.keysWindow{background-color:#1d1d1d;display:flex;gap:.1rem;padding:.1rem}.keysWindow button{border-radius:5px;color:#ffffff80;cursor:pointer;font-size:1rem;padding:1rem}.keysWindow button:hover{background-color:#fff3}.keys_scientific{display:grid;grid-template-columns:repeat(6,1fr)}.scibut{background-color:#0f0f0f;margin:1px}.opekey{color:#0f0f0f;display:flex;flex-direction:column}.opbut{background-color:#ffa600;font-weight:900;margin:1px;padding:1rem}.keys{display:grid;grid-template-columns:repeat(3,1fr)}.keybut{background-color:#fff3;margin:1px}.keybut :hover{background-color:azure;color:#000}.keys_basic .number{color:#fff;font-weight:600}.calculator.light{background-color:#fff;color:#000}.calculator.light .keysWindow{background-color:#f0f0f0}.calculator.light .displayWindow{background-color:#979595;color:#000}.calculator.light .history_tab{background-color:#e0e0e0}.calculator.light .keysWindow button{color:#000000b3}.App.light{background-color:#e0e0e0;color:#000}.calculator.light .keysWindow button:hover{background-color:#0000001a}.calculator.light .scibut{background-color:#e0e0e0}.calculator.light .opbut{background-color:#ffa600}.calculator.light .keybut{background-color:#0000001a}@media (max-width:610px){body{padding:1rem}.keysWindow{flex-direction:column;gap:0}.opekey{align-items:center;flex-direction:row;justify-content:center}.opekey button{margin:5px;width:200px}.line{display:none}.keys_scientific{grid-template-columns:repeat(5,1fr);width:100%}}
/*# sourceMappingURL=main.2788b5a9.css.map*/