body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{-webkit-animation:App-logo-spin 20s linear infinite;animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@-webkit-keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}:root{--unit:20px}@media(min-width:320px){:root{--unit:8px}}@media(min-width:400px){:root{--unit:12px}}@media(min-width:641px){:root{--unit:20px}}@media(min-width:961px){:root{--unit:20px}}.calc-layout-container{background-color:#2a2d2f;border-radius:10px;height:640px;height:calc(var(--unit)*32)}.calc-layout-container,.calc-layout-container .screen-layout-container{display:flex;flex-direction:column;width:480px;width:calc(var(--unit)*24)}.calc-layout-container .screen-layout-container{height:155px;height:calc(var(--unit)*7.75)}.calc-layout-container .screen-layout-container .resize-btn-part{height:25%}.calc-layout-container .screen-layout-container .screen-part{align-items:flex-end;background-color:#2a2d2f;color:#fff;display:flex;flex-direction:row;font-family:Helvetica;font-size:60px;font-size:calc(var(--unit)*3);font-weight:lighter;height:75%;justify-content:flex-end;padding-right:12px}.calc-layout-container .button-layout-container{background-color:#000;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:flex;height:485px;height:calc(var(--unit)*24.25);width:480px;width:calc(var(--unit)*24)}.calc-layout-container .button-layout-container table{border:1px solid #2a2d2f;height:100%;table-layout:fixed;width:100%}.calc-layout-container .button-layout-container table tr{color:#fff;height:20%}.calc-layout-container .button-layout-container table tr td{text-align:center;width:25%}.calc-layout-container .button-layout-container table tr td .btn{-webkit-font-smoothing:antialiased;background-color:#ff9e0a;border:none;color:#fff;font-family:Helvetica;font-size:30px;font-size:calc(var(--unit)*1.5);font-weight:lighter;height:100%;width:100%}.calc-layout-container .button-layout-container table tr td .btn.op{background-color:#ff9e0a}.calc-layout-container .button-layout-container table tr td .btn.num{background-color:#5f6062}.calc-layout-container .button-layout-container table tr td .btn.oth{background-color:#3e4143}
/*# sourceMappingURL=main.364a3663.css.map*/