@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,sans-serif;-webkit-user-select:none;user-select:none}.main{display:flex;justify-content:center;align-items:center;min-height:100dvh;background-color:#d2d4e1;padding:5px}.darkMain{background-color:#171a38}.menu{position:absolute;top:5px;right:5px;width:30px;height:30px;font-size:20px;outline:none;cursor:pointer;background-color:transparent;border-radius:9px}.darkMenu{border:1px solid #010103;color:#010103;box-shadow:0 5px 6px #0000001a}.lightMenu{border:1px solid whitesmoke;color:#f5f5f5;box-shadow:0 5px 6px #fff3}.menu:active{animation:bounce .5s forwards}.loading{width:30px;height:30px;border-radius:50%;border:5px solid transparent;border-bottom-color:#3d957d;animation:load .4s linear infinite;transform-origin:center}@keyframes load{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.home{padding:8px;background-color:#578edb56;width:100%;border-radius:12px;max-width:650px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;box-shadow:0 5px 7px #0000001a}.home *{margin:4px auto}.lightHome{border:1px solid white;box-shadow:0 5px 7px #fff3}.home .name,.start{box-shadow:0 4px 5px #0000001a}.name{width:100%;padding:5px 3px;cursor:text;outline:none;border:1px solid grey;border-radius:7px;font-size:17px;letter-spacing:.3px;transition:all .3s ease}.name:hover{border:1px solid #3788E8}.darkH2{color:#010103}.lightH2{color:#f5f5f5}.start{padding:5px 17px;border-radius:8px;outline:none;border:none;font-size:1em;font-weight:500;color:#fff;background-color:#2cbf82;margin-top:15px!important;cursor:pointer}.start:active{animation:bounce .5s forwards}.table{width:100%;border-spacing:0}.tablehead{width:100%;max-width:650px}.table thead th{padding:7px;letter-spacing:.4px}.lightTable thead th{background-color:#f5f5f5;color:#111827}.darkTable thead th{background-color:#1f2937;color:#f9fafb}.lightTable tbody tr{background-color:#ffffff18;color:#f5f5f5}.lightTable tbody tr:not(:last-child) td{border-bottom:1px solid rgba(255,255,255,.13)}.darkTable tbody tr{background-color:#00000018;color:#010103}.darkTable tbody tr:not(:last-child) td{border-bottom:1px solid rgba(0,0,0,.093)}.table tbody td,thead th{text-align:center}.table tbody td{font-size:1em;padding:4px}.table caption{padding:5px 0;font-size:24px;margin-bottom:10px;font-weight:600}.lightTable caption{color:#f5f5f5}.darkTable caption{color:#010103}.lightTable{box-shadow:0 5px 12px #00000021}.darkTable{box-shadow:0 5px 12px #00000036}.clear{display:flex;justify-content:center;align-items:center;margin-top:25px}.clear button{background-color:#9b7821;color:#f5f5f5;padding:6px 10px;border-radius:8px;outline:none;border:none;box-shadow:0 5px 7px #00000026;font-size:.97em}.clear button:hover{animation:bounce .5s forwards}@keyframes bounce{0%{transform:scale(.7)}50%{transform:scale(1.2)}to{transform:scale(1)}}.no{text-align:center;padding:15px 0;font-size:20px;width:100%}.lightNo{color:#ffffff80}.darkNo{color:#00000080}.theme{position:absolute;top:50px;right:4px;width:185px;border-radius:8px;padding:8px}.darkTheme{background-color:#d2d4e1;color:#3b75db;box-shadow:0 5px 7px #0000001a;border:1px solid #171A3855}.lightTheme{background-color:#171a38;box-shadow:0 3px 7px #a7c5f955;color:#a7c5f9;border:1px solid #D2D4E155}.theme .sys,.author{display:flex;justify-content:space-between;align-items:center;font-size:15px;letter-spacing:.2px;font-weight:550;padding:7px 0}.sys{border-bottom:1px solid rgba(0,0,0,.2)}.lightSys{border-bottom:1px solid rgba(255,255,255,.1)}.sys label,.author span{text-shadow:0 2px 6px rgba(0,0,0,.1)}.theme .author span:last-child{font-size:13px;opacity:.65}.theme .sys input{appearance:none;-webkit-appearance:none;width:45px;height:20px;border-radius:50px;background-color:#0000004d;position:relative;box-shadow:0 3px 6px #0003;transition:all .3s ease}.theme .sys input:before{position:absolute;left:0;top:0;width:20px;height:20px;border-radius:inherit;content:"";background-color:#fff;transition:all .3s ease}.theme .sys input:checked{background-color:#2fc688;transition:all .3s ease}.theme .sys input:checked:before{left:25px;transition:all .3s ease}
