@import url(https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400&display=swap);*{box-sizing:border-box;font-family:Source Code Pro,monospace;font-weight:300;margin:0;padding:0}:root{--bg:#d0d0d0;--about-bg:#d0d0d0;--container:#d0d0d0;--title:#000fff;--resultNumbers:#000fff;--resultBgTrans:#d0d0d0cc;--main-color:#000fff;--accent-color:#002fff;--lines:#000fff;--toggle-bg:#000;--toggle-fg:#d0d0d0;--summary-txt:#000fff;--footer-txt:#fff;--about-link-txt:#000fff;--about-link-bg:#e0e0e0;--link-hover:#000fff;--link-hover-bg:#d0d0d0;--alert-txt:#ff4500;--about-txt:#000fff;--toggle-bg-img:url(/static/media/sun.19ee3d6e2e0e12857956.svg);--toggle-cube-on:url(/static/media/cube-false2.ea0dde64fca9294abd27.svg);--toggle-cube-off:url(/static/media/cube-true.22089981865077eb2708.svg);--bg-lite:url(/static/media/rubic_bg_day.01f89fd0709b3e5e600d.png);--calc-ov-aligh:center;--bg-frame:none;--body-align:flex-end}[data-theme=dark]{--bg:#121212;--container:#121212;--title:#9d72f7;--main-color:#9d72f7;--accent-color:#e0e0e0;--resultNumbers:#9d72f7;--resultBgTrans:#121212;--lines:#e0e0e0;--toggle-bg:#e0e0e0;--toggle-fg:#9d72f7;--summary-txt:#9d72f7;--footer-txt:#e0e0e0;--about-link-txt:#9d72f7;--about-link-bg:#e0e0e0;--about-bg:#9d72f7;--about-txt:#f0f0f0;--alert-txt:gold;--toggle-bg-img:url(/static/media/moon.09ca14f89244561dafe6.svg);--toggle-cube-on:url(/static/media/cube-false2-dark.8892daa7d366eac02df7.svg);--toggle-cube-off:url(/static/media/cube-true-dark.61cace740c93cb6ea6f6.svg);--bg-lite:url(/static/media/rubic_bg_dark.24b38f98dd9391713d3a.png);--link-hover:#d0d0d0;--link-hover-bg:#9d72f7}[data-version=lite]{--calc-frame-aligh:center;--body-align:center}body,html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100vh;width:100vw}#root,body,html{box-sizing:border-box;margin:0;padding:0}#root{height:100%;width:100%}.mainFrame{border:20px solid #000fff;border:20px solid var(--main-color);border-radius:2.5em;transition:border .3s ease-in-out;z-index:200}.about-frame,.mainFrame{height:100%;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;width:100%}.about-frame{border-radius:2.6em;justify-content:flex-start;transition:background-color .3s ease-in-out,border .25s ease-in-out;z-index:50}.about-frame,.full-page{align-items:center;display:flex;flex-direction:column;overflow:hidden}.full-page{background-color:#000fff;background-color:var(--main-color);height:100%;justify-content:center;transition:background-color .3s ease-in-out;width:100%;will-change:baground-color}.exp-div{background-color:#d0d0d0;background-color:var(--bg);overflow:hidden;transition:background-color .3s ease-in-out,border .25s ease-in-out;z-index:10}.exp-div,.lite-bg{border-radius:2.6em;height:100%;position:absolute;width:100%}.lite-bg{background-position:bottom;background-size:contain;transition:background-color .25s ease-in-out,border .25s ease-in-out;z-index:50}#loadingScreen,.lite-bg{background-repeat:no-repeat}#loadingScreen{align-items:center;background-color:#d0d0d0;background-color:var(--bg);background-image:url(/static/media/rubic_bg_day.01f89fd0709b3e5e600d.png);background-image:var(--bg-lite);background-position:95% 85%;background-size:20%;border-radius:2.1em;display:flex;font-size:40px;height:100%;justify-content:center;opacity:1;pointer-events:none;position:fixed;transition:opacity 3s ease;transition:background-color .3s ease-in-out,opacity .3s ease;-webkit-user-select:none;user-select:none;width:100%;z-index:20}@media only screen and (max-width:900px){.mainFrame{display:none}.exp-div,.lite-bg{border-radius:0}.lite-bg{height:100%;padding:0;position:absolute;width:100%}#loadingScreen{background-position:50% 80%;background-size:70%}}.calc-overlay{justify-content:center;padding:2.5em;position:absolute;transition:background-color .3s ease-in-out;z-index:100}.calc-frame,.calc-overlay{align-items:center;display:flex;flex-direction:column;height:100%;width:100%}.calc-frame{justify-content:flex-start;overflow:hidden;position:relative;transition:background-color .3s ease-in-out,border .25s ease-in-out}.calc-header{align-items:flex-start;background-color:green;justify-content:space-between;width:100%}.calc-header,.calc-header-menu{display:flex;flex-direction:row}.calc-header-menu{column-gap:1em;position:absolute;right:0;top:0;z-index:150}.calc-header-link{align-items:center;background-color:var(--toggle-bg);border-radius:1em;color:var(--toggle-fg);cursor:pointer;display:flex;font-size:1.2em;font-weight:700;height:34px;justify-content:center;padding:.25em 10px;transition:background-color .3s ease-in-out;-webkit-user-select:none;user-select:none;width:100px;z-index:200}.calc-header-link:hover{background-color:var(--link-hover-bg);border:2px solid var(--link-hover);color:var(--link-hover)}.squareIcon{border-radius:10px;left:0;overflow:hidden;position:absolute;width:4.5em}.pageTitle,.squareIcon{-webkit-user-select:none;user-select:none}.pageTitle{color:var(--title);font-size:2.5em;font-weight:700}.calc-body{align-items:center;align-items:var(--body-align);padding-right:1em;padding-top:0;position:relative;top:28%;transform:translateX(0);transition:opacity 1s ease-in-out,transform 1s ease}.calc-body,.calc-content{display:flex;flex-direction:column;width:100%}.calc-content{align-items:flex-end;justify-content:center;max-width:900px}.subTitle{display:inline;margin-bottom:2em;position:relative;width:100%}.rndrInputs{flex-direction:row;gap:12px;height:150px;justify-content:space-between;outline:none;width:100%;z-index:3}.inputGroup,.rndrInputs{align-items:center;display:flex}.inputGroup{background-color:var(--main-color);border-radius:20px;flex-direction:column;height:100%;justify-content:center;padding:8px 0;transition:background-color eases .3s;width:33%}.inputGroupFrames{align-items:center;display:flex;flex-direction:row;height:100%;justify-content:flex-start}.inputLabel{color:#fff;font-size:1.2em;text-transform:uppercase;-webkit-user-select:none;user-select:none}.inputForm{background-color:initial;border:none;color:#fff;font-size:4em;outline-width:0;outline:none;position:relative;text-align:center;width:100%}input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;outline-width:0}::placeholder{color:#fff;font-size:.8em;opacity:.3}.rndrResult{flex-direction:column;opacity:1;transform:translateY(-80%);transition:opacity .3s ease,transform .3s ease;z-index:2}.rndrResult,.rndrTime{align-items:center;display:flex;justify-content:center;width:100%}.rndrTime{column-gap:20px;flex-direction:row;-webkit-user-select:none;user-select:none}.resultNumber{color:var(--resultNumbers);font-size:9em;font-weight:700}.underline{background-color:var(--resultNumbers);border-radius:5px;height:10px;width:100%}.resultUnit{font-size:.5em}.summary{color:var(--summary-txt);font-size:1.4em;opacity:0;padding:1em 0;transition:opacity .3s ease-in-out;-webkit-user-select:none;user-select:none}.summaryNumber{background-color:var(--main-color);border-radius:4px;color:#fff;padding:0 5px}.calcAlert{border-radius:4px;color:var(--alert-txt);font-size:1.3em;justify-content:flex-end;left:50%;opacity:0;padding:.5em;text-transform:uppercase;transition:opacity .2s ease;will-change:opacity;z-index:300}.calcAlert,.footer{align-items:center;display:flex;width:100%}.footer{color:var(--footer-txt);font-size:.8em;justify-content:center;letter-spacing:.1em;-webkit-user-select:none;user-select:none}@media only screen and (max-width:900px){.full-page{background-color:var(--container);display:flex;height:100%;justify-content:flex-start;overflow:hidden;padding:0;transition:background-color .3s ease-in-out;width:100%;will-change:baground-color}.calc-overlay,.full-page{align-items:center;flex-direction:column}.calc-overlay{zoom:.6;border-radius:0;justify-content:space-between;padding:15px}.calc-header-menu{zoom:1.5}.calc-frame{padding:.5em;width:100%}.calc-body{top:20%}.calc-content{justify-content:center;max-width:900px;width:100%}.calc-content,.rndrInputs{align-items:center;display:flex;flex-direction:column}.rndrInputs{gap:20px;height:auto;justify-content:space-between}.inputGroup{align-items:center;background-color:var(--main-color);border-radius:20px;display:flex;flex-direction:column;height:100%;justify-content:center;padding:8px 0;transition:background-color eases .3s;width:86%}.subTitle{width:86%}.rndrResult{align-items:center;background-color:var(--resultBgTrans);border-radius:20px;display:flex;flex-direction:column;justify-content:center;margin-top:20px;opacity:1;transform:translateY(100%);transition:opacity .3s ease,transform .3s ease;width:86%;z-index:2}.resultNumber{font-size:7em}.summary{padding:2em 3em;text-align:center}}.about{align-items:center;background-color:var(--about-bg);border-left:1px solid var(--lines);box-sizing:border-box;color:var(--about-txt);display:flex;flex-direction:column;height:100%;justify-content:center;padding:0;pointer-events:auto;position:absolute;right:0;top:0;transform:translateX(100%);transition:opacity 1s ease-in-out,transform .8s ease,background-color .3s ease;width:40%;z-index:5}.about,a{-webkit-user-select:none;user-select:none}a{background-color:var(--about-link-bg);border-radius:.3em;color:var(--about-link-txt);padding:0 6px;transition:background-color .15s ease,color .15s ease}a:hover{background-color:var(--main-color);color:#fff}.about-content{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-between;width:100%}.about-header{padding-left:1em;padding-top:2.6em;width:100%}.about-body{font-size:1em;line-height:1.5em;padding:0 10%;text-align:justify}.about-footer,.toDo{font-size:.9em}.about-footer{height:10%}.line{border-top:1px dashed var(--lines);margin-top:1em;padding-bottom:1em;width:100%}.notes{align-items:center;display:flex;padding-bottom:1.5em}@media only screen and (max-width:900px){.about{padding:2em;width:100%}.about-body{font-size:1.4em;padding:0;text-align:justify}}.themeGroup{align-items:center;box-sizing:border-box;column-gap:.4em;display:flex;flex-direction:row;justify-content:center;transition:top .25s ease-in-out,right .25s ease-in-out;z-index:10}.toggle-container{position:relative}.toggle{display:none;visibility:hidden}.toggle+label{align-items:center;cursor:pointer;display:flex;font-size:1.5em}.toggle+label:before{background-color:var(--toggle-bg);border-radius:34px;content:"";height:34px;transition:background-color .2s ease-in-out;width:70px}.toggle+label:after{background-image:var(--toggle-bg-img)}.toggle+label:after,.toggle-lite-on+label:after{background-color:var(--toggle-fg);background-position:50%;background-repeat:no-repeat;background-size:.8em;border-radius:1.5em;box-sizing:border-box;content:"";height:1.2em;left:4px;position:absolute;transition:background-color .2s ease-in-out,transform .25s ease-in-out;width:1.2em}.toggle-lite-on+label:after{background-image:var(--toggle-cube-on)}.toggle-lite-off+label:after{background-color:var(--toggle-fg);background-image:var(--toggle-cube-off);background-position:50%;background-repeat:no-repeat;background-size:.8em;border-radius:1.5em;box-sizing:border-box;content:"";height:1.2em;left:4px;position:absolute;transition:background-color .2s ease-in-out,transform .25s ease-in-out;width:1.2em}.toggle:checked+label:after{transform:translateX(120%)}.toggle-icon-container{height:30px;padding-top:0;width:30px}.toggleIcon{fill:var(--accent-color);width:1.6em}@media only screen and (max-width:900px){.themeGroup{right:1em;top:1em}.toggle-lite{display:none}}
/*# sourceMappingURL=main.b79f39fb.css.map*/