#root{max-width:1280px;margin:0 auto;text-align:center;overflow:hidden;display:flex;flex-direction:column;justify-content:center;height:100vh}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.Page{height:100%;width:100vw;max-width:500px;background-color:#000;margin:0 auto;overflow:hidden}.AddTxnBtn{height:10vh;width:100%;background-color:#000;display:flex;flex-direction:column;justify-content:center}.add-button{height:70%;width:70%;margin:auto;background-color:#1a1a1a;border-radius:10px;font-size:1.5rem;display:flex;flex-direction:column;justify-content:center}.add-button:hover,.add-button:active{background-color:#ffffff4d;transition-duration:.5s;cursor:pointer}.NavBar{display:flex;flex-direction:row;justify-content:space-around;align-items:center;color:#fff;height:10vh;width:100vw;max-width:500px;margin:auto;background-color:#1e1e1e}.nav-button{margin:3px;height:100%;width:33.3%;border-radius:20px 20px 0 0;display:flex;flex-direction:column;justify-content:space-around;align-items:center}.extra-menu{position:absolute;top:0;height:100%;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#000;opacity:88%;text-align:left;z-index:100;overflow-y:auto}.nav-extra-button{margin:20px;width:70%;max-width:300px;height:60px;border-radius:10px;background-color:#1a1a1a;color:#fff!important;display:flex;justify-content:justify-left;align-items:center;padding-left:50px}.nav-extra-button *{margin:25px}.nav-extra-button:hover .nav-extra-button:focus{cursor:pointer;color:#fff}.selected{background-color:#4d4d4d;transition:.5s}.TxnList{background-color:#000;color:#fff;height:80vh;width:100%;overflow-y:scroll;scroll-behavior:smooth;scrollbar-width:thin;--mask-top: linear-gradient(to top, rgba(0,0,0, .35) 0, rgba(0,0,0, 1) 95%, rgba(0,0,0, 0) 100%, rgba(0,0,0, 0) 0 ) 100% 50% / 100% 100% repeat-x;--mask-bottom: linear-gradient(to bottom, rgba(0,0,0, .35) 0, rgba(0,0,0, 1) 95%, rgba(0,0,0, 0) 100%, rgba(0,0,0, 0) 0 ) 100% 50% / 100% 100% repeat-x;-webkit-mask:var(--mask-bottom),var(--mask-top);mask:var(--mask-bottom),var(--mask-top);display:flex;flex-direction:column-reverse}.empty-txns{font-size:30px;margin:auto}@keyframes spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-spinner{width:70px;height:70px;border:10px solid #f3f3f3;border-top:10px solid #383636;border-radius:50%;animation:spinner 1.5s linear infinite}.spinner-container{display:flex;flex-direction:column;justify-content:center;align-items:center;height:80vh}.TxnBox{height:18vh;width:85%;background-color:#1a1a1a;margin:1rem auto;border-radius:10px;display:flex;flex-direction:column;justify-content:space-around}.txn-top{height:30%;display:flex;flex-direction:row;justify-content:space-between}.txn-bottom{height:70%;min-height:13vh;display:flex;flex-direction:row;justify-content:space-between;text-wrap:wrap}.type{width:40%;font-size:1.6rem;margin-top:2px;margin-left:1rem;text-align:left}.date{width:40%;font-weight:200px;margin-top:10px;margin-right:1rem;text-align:right;font-size:18px}.details{width:45%;margin:1rem;overflow-y:scroll;overflow-x:hidden;font-size:18px;text-align:left}.details::-webkit-scrollbar{display:none}.value{width:55%;margin:auto;font-size:1.2rem;display:flex;flex-direction:row;justify-content:end}.value-display{width:fit-content;padding:.7rem 1rem;font-weight:600;color:#fff;margin-right:1rem;max-width:70%;overflow:hidden;border-radius:.7rem;transition-duration:.5s}.value-display:active{-webkit-filter:brightness(1.3);cursor:pointer}.Stats{background-color:#000;color:#fff;height:90vh;width:100%;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.stat-row{width:90%;display:flex;flex-direction:row;justify-content:space-evenly;align-items:center}.date-input{width:45%;border-radius:10px;padding:10px;font-size:24px;font-weight:700;box-sizing:border-box;border-width:2px;border-style:inset;border-color:#ffffff4d;background-color:#1a1a1a;color:#fff!important}.StatBox{height:18vh;width:45%;background-color:#1a1a1a;margin:1rem auto;border-radius:10px;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.stat-top{height:40%;font-size:1.6rem;width:80%;text-align:left;padding-top:1rem}.stat-bottom{height:60%;min-height:13vh;width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center}.stat-value-display{width:fit-content;padding:.7rem 1rem;margin-right:0rem;font-size:1.2rem;font-weight:600;color:#fff;overflow:hidden;border-radius:.7rem;transition-duration:.5s}.stat-value-display:active{-webkit-filter:brightness(1.3);transition-duration:.5s;cursor:pointer}.StatEqn{height:9vh;width:100%;background-color:#1a1a1a;margin:1rem auto;padding:0 .5rem;border-radius:10px;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.eqn-value-display{width:fit-content;padding:.5rem .3rem;margin-right:0rem;font-size:1.1rem;font-weight:600;color:#fff;overflow:hidden;border-radius:.7rem;transition-duration:.5s}.eqn-value-display:active{-webkit-filter:brightness(1.3);transition-duration:.5s;cursor:pointer}.AddTxn{background-color:#000;color:#fff;height:100vh;width:100%;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.line-two{height:7%;width:80%}.line-input{height:7%;width:80%;border-radius:10px;padding:10px;font-size:24px;font-weight:700;box-sizing:border-box;border-width:2px;border-style:inset;border-color:#ffffff4d;color:#fff!important;background-color:#1a1a1a}.line-input option{width:80px;color:#fff!important}.box-input{height:12%;width:80%;border-radius:10px;padding:10px;font-size:24px;font-weight:700;box-sizing:border-box;border-width:2px;border-style:inset;border-color:#ffffff4d;background-color:#1a1a1a}.preview{width:75%!important}.confirm-cancel{width:80%;height:7%;display:flex;flex-direction:row;justify-content:space-between}.confirm-cancel *{height:100%;width:45%}.cancel{background-color:#1a1a1a;color:#fff!important}.confirm{background-color:#36512b;color:#fff!important}.delete{background-color:#561e1e;color:#fff!important}.LoginPage{height:100vh;width:100vw;max-width:500px;background-color:#000;color:#fff;margin:0 auto;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center}.message{width:60%}.sheet-input{height:8vh;width:60%;border-radius:10px;padding:10px;font-size:24px;font-weight:700;box-sizing:border-box;border-width:2px;border-style:inset;border-color:#ffffff4d;margin:2vh;background-color:#1a1a1a}.worksheet-input{height:6vh;width:60%;border-radius:10px;padding:10px;font-size:20px;font-weight:700;box-sizing:border-box;border-width:2px;border-style:inset;border-color:#ffffff4d;margin:2vh;background-color:#1a1a1a}.login-btn{height:7vh;width:60%;background-color:#36512b;color:#fff!important;font-size:22px;margin:5vh}.login-btn:hover{outline:0;color:#fff}.misc-btns{position:absolute;bottom:5vh;width:300px;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.home-btn{position:relative;height:70px;width:70px;font-size:18px;color:#fff!important;box-shadow:0 0 10px gray}.tutorial-btn{height:70px;width:70px;font-size:24px;color:#fff!important;box-shadow:0 0 10px gray}.tutorial-btn:hover{color:#fff}.tutorial{position:absolute;top:0;height:100%;width:90%;background-color:#000;opacity:88%;text-align:left;z-index:100;overflow-y:auto}.overwrite-menu{position:absolute;top:0;height:100%;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#000;opacity:95%;text-align:left;z-index:100;overflow-y:auto}.overwrite-message{margin:30px auto;max-width:300px;text-align:center;font-weight:700;font-size:20px}.overwrite-button{margin:10px;width:70%;max-width:300px;height:60px;border-radius:10px;background-color:#1a1a1a;color:#fff!important;display:flex;justify-content:space-evenly;align-items:center}.overwrite-button:hover .overwrite-button:focus{cursor:pointer;color:#fff}.HomePage{height:100vh;width:100vw;max-width:500px;background-color:#000;color:#fff;margin:0 auto;padding-top:25vh;overflow-x:hidden;overflow-y:auto;display:flex;flex-direction:column;justify-content:flex-start;text-align:center;align-items:center;border-radius:10px;-webkit-box-shadow:inset 0 0 12px rgba(0,0,0,.1)}.home-login{background-color:#000;width:100%;height:15vh;position:fixed;bottom:0vh}.home-login-btn{display:inline-block;height:fit-content;width:50%;max-width:400px;background-color:#36512b;color:#fff!important;font-size:22px;margin:1vh}h2{width:60%}.home-login-btn:hover{outline:0;color:#fff}.privacy,.purpose{position:absolute;top:0;height:100%;width:90%;background-color:#000;opacity:88%;text-align:left;z-index:100;overflow-y:auto}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#000;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;overflow:hidden}html body{background-color:#000}a{font-weight:500;color:#fff;text-decoration:inherit}a:hover{color:#fff}body{margin:0;display:flex;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#fff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: dark){:root{color:#fff;background-color:#000}a:hover{color:#fff}button{background-color:#000}}
