h2{margin-top:1rem}.calc{padding:10px;width:100%;box-shadow:0 0 10px lightgray;border-radius:10px;border:1px solid #000;margin-top:5px;background:#232323;background-image:-webkit-linear-gradient(top,#333333,#1f1f1f);touch-action:manipulation}.calc-wrapper{display:flex;flex-wrap:wrap;flex-direction:column-reverse}.calc table{width:100%}.calc tbody{display:block}.calc tr{display:flex}.calc tr td{flex:1}.results{min-height:165px;border:1px solid #dde2e5;border-radius:8px;background-color:#fff}.results .toolbar{height:35px;align-items:center;font-size:14px;display:flex;justify-content:space-between;border-bottom:1px solid #dde2e5;padding:0 10px;background-color:#f6f6f6;border-top-left-radius:8px;border-top-right-radius:8px}.toolbar .tab{user-select:none;-webkit-user-select:none;display:flex;align-items:center}.toolbar .tab .text{margin-left:3px;margin-right:5px}.toolbar .tab .count{background-color:#757575;color:white;border-radius:50%;width:25px;height:25px;display:flex;align-items:center;justify-content:center;font-size:.75rem;margin-left:2px}.results .content{position:relative;padding:10px 12px;overflow-y:auto;max-height:125px;font-family:"VT323",monospace}.results .content>div{border-bottom:1px dashed #dde2e5;padding:5px;text-align:right;font-weight:500;position:relative}.results .content div:hover{background-color:#f9fafb}.results .content div:hover .rm{display:block}.results .content .rm{position:absolute;top:2px;left:0;cursor:pointer;font-size:20px;color:#4b5563;display:none;padding:0 10px}.results .content .rm:hover{color:#000}.results .content .rm::before{content:'\002716'}.results .content>div>span{color:#fb923c;word-spacing:-3px}.actions{display:flex}.actions button{cursor:pointer}.actions svg{vertical-align:middle}.actions button:hover svg{fill:#232323}.actions ul{display:flex;list-style:none}.actions ul li{margin-right:5px;color:#000;cursor:pointer;user-select:none;-webkit-user-select:none}@media (min-width:768px){.calc-wrapper{padding:1rem;flex-wrap:nowrap;flex-direction:row}.calc{max-width:500px;flex:60%;margin-inline-end:20px;margin-top:0}.results{flex:40%}.results .content{max-height:450px}}#answer{white-space:nowrap;word-spacing:-5px}.swiped{position:absolute;bottom:2px;left:50%;transform:translateX(-50%);line-height:5px;width:30px;display:none}.swiped hr{border-color:#70757a;border-width:.1rem;border-radius:10px;margin:0}.outputbox{background-color:#8d9781;background-image:linear-gradient(180deg,#9aa38f,#8d9781);box-shadow:0 .25rem .25rem #0007 inset;font:2em/1 "VT323",monospace;width:97.1%;height:100px;border:1px solid #dfe1e5;border-radius:4px;margin:6px;direction:ltr;position:relative}.icon{user-select:none;-webkit-user-select:none;position:relative;float:left;left:16px;top:14px;height:auto;z-index:2;color:#707070}.icon:hover{color:black}.historyicon{pointer-events:none;-moz-osx-font-smoothing:grayscale;font-family:'Material Icons';font-weight:normal;font-style:normal;font-size:22px;z-index:3}.historyouter{user-select:none;-webkit-user-select:none;padding-top:40px;position:absolute;border:1px solid lightgray;width:300px;background-color:white;z-index:1;border-radius:10px;height:auto;box-shadow:0 0 10px lightgray}.historyinner{position:relative;width:auto;max-height:260px;overflow:auto}.historyitm{display:flex;justify-content:left;margin:10px}.historyitm span{line-height:29px;color:gray;width:auto}.historyBtn{width:auto;background-color:white;padding:6px 10px;margin:0 5px;border:1px solid lightgray;border-radius:6px;cursor:pointer;color:dodgerblue}.historyBtn:nth-child(1){max-width:150px;overflow:hidden;text-overflow:ellipsis}.historyBtn:nth-child(3){max-width:90px;overflow:hidden;text-overflow:ellipsis}.historyBtn:hover{background-color:#e9e9e9}.historyBtn:active{background-color:rgba(45,118,255,0.158)}.resultbox{margin:8px 6px 0 50px;height:20px;text-align:right;padding-right:10px;font-size:15px;color:#70757a;overflow:hidden;text-overflow:ellipsis}.inputbox{overflow:hidden;margin:0 6px 4px;height:45px;font-size:1.563rem;line-height:38px;padding:0 5px;word-spacing:-8px;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease}.inputbox #calculation{user-select:text;white-space:nowrap;float:right}.btn{cursor:pointer;margin:4px}.char{user-select:none;-webkit-user-select:none;text-align:center;line-height:38px;border:#000 1px solid;color:#c0c0c0;border-radius:4px;font-weight:500;font-size:1.3em;background-color:#2f2f2f;box-shadow:inset rgba(255,255,255,0.1) 0 1px 0,inset rgba(0,0,0,0.2) 0 -2px 2px;display:flex;align-items:center;justify-content:center;outline:none}.char sup{font-size:14px;margin-top:-10%}.char sub.x{font-size:15px;margin-left:-6px;margin-bottom:-5px}.char:active,.char.active{box-shadow:inset rgba(0,0,0,0.5) 0 2px 8px}.char.number{background-color:#5a5a5a}.char.operator{background-color:#ff9e0b;color:#fff}.operations .op-section{background-color:#606060;color:#fff;font-weight:600}.functions{list-style-type:circle;list-style-position:inside}.functions strong{font-weight:600}.functions li{margin:5px 0}.functions li>span{background-color:#232323;min-width:27px;width:27px;height:27px;display:inline-block;text-align:center;font-weight:bold;color:#fff;border-radius:3px;vertical-align:bottom}table.grid-border td{padding:4px 10px;height:2.5em;border:1px solid #dde2e5}table.grid-border .op-section td{border:1px solid #232323}table.grid-border tr.op:hover{background-color:#f6f8fa}.calc-actions{display:flex;align-items:center;justify-content:space-between;padding:0 6px;direction:ltr}.range{display:flex;align-items:center;font-weight:bold;color:#c0c0c0;user-select:none;-webkit-user-select:none}.sound{display:flex;align-items:center;user-select:none;-webkit-user-select:none;cursor:pointer;border-radius:18px;padding:3px;-webkit-transition:all .1s ease;-moz-transition:all .1s ease;transition:all .1s ease}.sound:hover{background-color:#5a5a5a}input[type="range"]{color:#fff;padding:0 5px;user-select:none;-webkit-user-select:none;outline:none;-webkit-appearance:none;appearance:none;background:transparent;cursor:pointer}input[type="range"]:focus{outline:none}input[type="range"]::-webkit-slider-runnable-track{background-color:#334155;border-radius:.5rem}input[type="range"]{-webkit-appearance:none;appearance:none;background:transparent;cursor:pointer}input[type="range"]:focus{outline:none}datalist{color:#fff}.calc table{margin-bottom:5px;direction:ltr}.calc-footer{display:flex;justify-content:space-between;padding:0 6px;align-items:center;direction:ltr}.calc-footer .copyright{color:#c0c0c0;font-weight:500;user-select:none;-webkit-user-select:none;font-size:12px;height:24px;display:flex;align-items:center;white-space:nowrap}.calc-footer .share{cursor:pointer;width:24px;height:24px;border-radius:3px;display:flex;align-items:center;justify-content:center;-webkit-transition:all .1s ease;-moz-transition:all .1s ease;transition:all .1s ease}.calc-footer .share:hover{background-color:#5a5a5a}span[contenteditable=true]{border-bottom:1px dashed #212121;outline:none}.char.editable{background-color:#0275ff}.outputbox ol{list-style:none;position:absolute;bottom:2px;right:0;display:flex}.outputbox ol li{margin-right:5px}.outputbox ol small{user-select:none;-webkit-user-select:none}.outputbox ol small.rnd{font-size:.5rem;font-weight:bold;background:#2f2f2f;color:#fff;padding:2px 5px;border-radius:2px;opacity:.1}.btn-group{display:flex}.btn-group button{margin-right:.3rem;font-weight:bold;cursor:pointer}button.round{font-size:.875rem;line-height:1.25rem;padding:0 6px}