.home{display:flex;flex-direction:row!important;justify-content:center;align-items:center}.home .left{width:50%;height:70vh;padding-left:2rem;border-right:1px solid grey}.home .left .question{font-size:1.7rem;font-weight:500;padding-top:3rem;font-style:italic;width:80%;color:gray}.home .left .header{font-size:2.5rem;font-weight:600;padding-top:3rem}.home .right{width:50%;height:100%;padding-left:2rem;padding-top:10vh;display:flex;flex-direction:column;align-items:center}.home .right .caption{font-size:2rem;font-weight:500;padding-top:3.5rem;width:80%;text-align:left;color:#000}.home .right .desc{font-size:1.6rem;font-weight:500;padding-top:3rem;width:80%;text-align:left;color:#000}.home .right .square{width:90%;border:1px solid grey;background-color:#d9d9d9;padding:1rem;height:60vh}.home .right .button{padding:16px 20px;margin-top:10vh}.button{background-color:#000;color:#fff;text-align:center;font-size:14px;padding:8px;border-radius:8px;display:flex;flex-direction:row;justify-content:center;align-items:center;cursor:pointer;transition:all .2s;width:150px}.button:hover{background-color:#3b3b3b}.button:disabled{background-color:#747474}.button.outline{background-color:#fff;color:#0084ff}.button.outline:hover{background-color:#ebebeb;color:#0051ff}.button.outline:disabled{background-color:#eaeaea;color:#83aaff;cursor:not-allowed}.button.outline:disabled:hover{background-color:#eaeaea;color:#83aaff}.button svg{width:16px;height:16px}.page.dashboard.first{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.page.dashboard.first .left{width:50vw;height:90vh;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly}.page.dashboard.first .left .time{height:10vw;width:30vw;display:flex;flex-direction:column;justify-content:center;align-items:center}.page.dashboard.first .left .time-bold{font-weight:700;font-size:3.5rem}.page.dashboard.first .left .next-activities{margin-top:3vh;width:40vw;display:flex;flex-direction:column}.page.dashboard.first .left .next-activities .title{text-align:center;width:100%;margin-bottom:1rem;-webkit-text-decoration:.5px solid underline grey;text-decoration:.5px solid underline grey;text-underline-offset:6px}.page.dashboard.first .left .next-activities ul{width:40vw}.page.dashboard.first .left .next-activities ul li{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:8px}.page.dashboard.first .left .buttons{display:flex;flex-direction:column;gap:.5rem;align-items:center;justify-content:center}.page.dashboard.first .left .buttons .button{padding:12px 16px}.page.dashboard.first .v-sep{height:80vh;width:1px;background-color:#bdbdbd}.page.dashboard.first .right{width:50vw;height:90vh;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.page.dashboard.first .right .button{padding:12px 16px}@media screen and (max-width: 768px){.page.dashboard.first{height:170vh!important;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.page.dashboard.first .v-sep{display:none}.page.dashboard.first .left{width:90vw;height:90vh}.page.dashboard.first .left .next-activities{margin-top:3vh;width:90vw;display:flex;flex-direction:column}.page.dashboard.first .left .next-activities ul{width:90vw}}.new-timebox{display:flex;position:relative}.new-timebox .slides{display:flex;flex-direction:row;justify-content:center;align-items:center;width:200vw;height:80vh;position:absolute;left:0;transition:all .5s}.new-timebox .slides.index-1{left:-100vw}.new-timebox .slides .slide{width:100vw;height:80vh;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.new-timebox .slides .slide .header{font-size:2rem;font-weight:700}.new-timebox .slides .slide .caption{font-weight:500;color:gray;margin-top:.75rem}.new-timebox .slides .slide .text-container{display:flex;flex-direction:column;justify-content:center;align-items:center}.new-timebox .slides .slide-1 .calendar-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:40vw}.new-timebox .slides .slide-1 .calendar-wrapper .button{margin-top:1rem;display:inline;width:10vw}.new-timebox .slides .button-row{display:flex;gap:1rem}.new-timebox .slides .slide-2 .wrapper{height:60vh;width:100vw;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.new-timebox .slides .slide-2 .wrapper svg{width:30px;height:30px}.new-timebox .slides .slide-2 .wrapper .left{height:60vh;width:50vw;display:flex;flex-direction:column;justify-content:center;align-items:center;border:none!important}.new-timebox .slides .slide-2 .wrapper .left .row{display:flex;flex-direction:row;align-items:center;gap:16px}.new-timebox .slides .slide-2 .wrapper .right{height:60vh;width:60vw;display:flex;flex-direction:column;justify-content:center;align-items:center}.new-timebox .wrapper .right .time-scroll{width:40vw;height:70vh}.new-timebox .wrapper .right ul{width:40vw}.new-timebox .wrapper .right ul li{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:4px}.new-timebox .slides .slide-2 .desc{color:gray;font-size:14px;padding:16px}.new-timebox .error{font-size:14px;color:red}.new-timebox .hours{font-size:14px;padding-bottom:6px}.new-timebox .slides .slide-2 .wrapper .right .row{display:flex;gap:1rem;margin-top:2rem}.new-timebox input[type=checkbox]{width:1.3em;height:1.3em;background-color:#fff;vertical-align:middle;border:1px solid #ddd;-moz-appearance:none;appearance:none;-webkit-appearance:none;border-radius:8px;outline:none;cursor:pointer;transition:all .15s}.new-timebox input[type=checkbox]:before{content:"N";height:1.3em;width:1.3em;font-size:14px;display:flex;justify-content:center;align-items:center;color:#000;transition:all .15s}.new-timebox input[type=checkbox]:checked{background-color:#000}.new-timebox input[type=checkbox]:checked:before{content:"Y";color:#fff}.input-bottom{border-bottom:1px solid grey;font-size:16px;padding:4px 8px;transition:all .25s}.input-bottom:focus{border-bottom:2px solid #000;outline:none;padding:5px}.input-bottom:disabled{color:#3f3f3f;background-color:#eaeaea;border-bottom:1px solid rgb(155,155,155)}.SortableList{display:flex;flex-direction:column;gap:10px;padding:0;list-style:none;width:25vw}.SortableItem{display:flex;justify-content:space-between;flex-grow:1;align-items:center;padding:8px 12px;background-color:#fff;box-shadow:0 0 0 calc(1px / var(--scale-x, 1)) #3f3f440d,0 1px calc(3px / var(--scale-x, 1)) 0 #22215126;border-radius:calc(4px / var(--scale-x, 1));box-sizing:border-box;list-style:none;color:#333;font-weight:400;font-size:1rem;font-family:sans-serif}.DragHandle{display:flex;width:4px;padding:4px;align-items:center;justify-content:center;flex:0 0 auto;touch-action:none;cursor:var(--cursor, pointer);border-radius:5px;border:none;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;-webkit-tap-highlight-color:transparent}.DragHandle:hover{background-color:#0000000d}.DragHandle:focus-visible{box-shadow:0 0 0 2px #4c9ffe}.DragHandle svg{flex:0 0 auto;margin:auto;height:100%;overflow:visible;fill:#919eab}.edit-timebox{display:flex;position:relative}.edit-timebox .slides{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100vw;height:90vh;position:absolute;left:0;transition:all .5s}.edit-timebox .slides .slide{width:100vw;height:90vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.edit-timebox .slides .slide .header{font-size:2rem;font-weight:700}.edit-timebox .slides .slide .caption{font-weight:500;color:gray;margin-top:.75rem}.edit-timebox .slides .slide .text-container{display:flex;flex-direction:column;justify-content:center;align-items:center}.edit-timebox .slides .button-row{display:flex;gap:1rem}.edit-timebox .slides .slide-1 .wrapper{height:60vh;width:100vw;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.edit-timebox .slides .slide-1 .wrapper svg{width:30px;height:30px}.edit-timebox .slides .slide-1 .wrapper .left{height:60vh;width:50vw;display:flex;flex-direction:column;justify-content:center;align-items:center}.edit-timebox .slides .slide-1 .wrapper .left .row{display:flex;flex-direction:row;align-items:center;gap:16px}.edit-timebox .slides .slide-1 .wrapper .right{height:90vh;width:60vw;display:flex;flex-direction:column;justify-content:center;align-items:center}.edit-timebox .wrapper .right .time-scroll{width:40vw;height:80vh}.edit-timebox .wrapper .right ul{width:40vw}.edit-timebox .wrapper .right ul li{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:40vw}.edit-timebox .wrapper .left ul li{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:35vw;padding:2px}.edit-timebox .slides .slide-1 .desc{color:gray;font-size:14px;padding:16px}.edit-timebox .error{font-size:14px;color:red}.edit-timebox .hours{font-size:14px;padding-bottom:6px}.edit-timebox .row{display:flex;align-items:center;gap:1rem;margin-top:3vh}.edit-timebox .text-group{margin-bottom:5vh}.edit-timebox .text-group p{font-weight:500;font-size:1.2rem}.button-column{display:flex;flex-direction:column;gap:1rem}.view-timebox .header{font-size:2.5rem;font-weight:700;margin-bottom:5vh}.view-timebox .times-wrapper{width:40vw}.view-timebox .times-wrapper li{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:8px}.view-timebox .time-scroll{width:calc(40vw + 36px);height:60vh}.view-timebox .button-row{display:flex;flex-direction:row;align-items:center;gap:1rem}@media screen and (max-width: 768px){.view-timebox .header{font-size:1.7rem;text-align:center}.view-timebox .button-row{flex-direction:column}}.page.signup .header{font-size:2rem;font-weight:700;margin-bottom:1rem}.page.signup .form{width:30vw;height:60vh;border-radius:12px;border:1px solid rgb(194,194,194);padding:2rem;min-width:350px;display:flex;flex-direction:column;gap:1vh;position:relative}.page.signup .form .submit{position:absolute;bottom:20px;width:calc(30vw - 4rem);min-width:300px}.page.login .header{font-size:2rem;font-weight:700;margin-bottom:1rem}.page.login .form{width:30vw;height:50vh;border-radius:12px;border:1px solid rgb(194,194,194);padding:2rem;min-width:350px;display:flex;flex-direction:column;gap:1rem;position:relative}.page.login .form .submit{position:absolute;bottom:20px;width:calc(30vw - 4rem);min-width:300px}.page.login .error{color:red;font-weight:500;font-size:14px}.page.login .sign-up,.page.signup .log-in{font-size:14px}.page.login .sign-up .link,.page.signup .log-in .link{color:#00f;text-decoration:underline;cursor:pointer}@media screen and (max-width: 420px){.page.signup .form,.page.login .form{min-width:250px}.page.signup .form .submit,.page.login .form .submit{min-width:200px}}.goal-setting>.header{font-size:2.5rem;font-weight:700}.goal-setting .tabs-panel{width:90vw;height:70vh}.goal-setting .tab-panel-selector{width:90vw;justify-content:flex-start}.goal-setting .table{height:50vh;width:90vw;border:1px solid rgb(185,185,185);border-radius:12px;display:flex;flex-direction:column;overflow:scroll;margin-top:5vh}.goal-setting .table .row{width:100%;display:flex;flex-direction:row;align-items:center;border-bottom:1px solid rgb(185,185,185);min-width:1000px}.goal-setting .table .col{display:flex;flex-direction:row;align-items:center;overflow:hidden;white-space:nowrap}.goal-setting .table .col p{text-overflow:ellipsis}.goal-setting .table .header .col{padding:8px;font-weight:500}.goal-setting .table .body .col{height:3rem}.goal-setting .table .header{border-bottom:1px solid rgb(185,185,185)}.goal-setting .table .row .col-1{width:47%;text-align:left;border-right:1px solid rgb(185,185,185);padding-left:1rem}.goal-setting .table .row .col-2{width:20%;text-align:left;border-right:1px solid rgb(185,185,185);padding-left:1rem}.goal-setting .table .row .col-3{width:11%;border-right:1px solid rgb(185,185,185);justify-content:center}.goal-setting .table .row .col-4{width:11%;border-right:1px solid rgb(185,185,185);text-align:center;justify-content:center}.goal-setting .table .row .col-5{width:11%;text-align:center;justify-content:center}.goal-setting .table .body .col input{width:90%}.goal-setting .muted{color:gray}.goal-setting .table .body .row .col-3{display:flex;flex-direction:row;justify-content:center;align-items:center}.goal-setting .table .button-row{width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:1rem;flex:1}.goal-setting .button-block{width:100%}.goal-setting .button-block.submit{margin-top:3vh}.goal-setting>.muted{color:gray;font-size:14px;padding:6px}.goal-setting .no-goals{width:100%;height:calc(50vh - 3rem);display:flex;justify-content:center;align-items:center}.goal-setting .table.daily .col-1{width:50%}.goal-setting .table.daily .col-2{width:20%}.goal-setting .table.daily .col-3{width:40%}.goal-setting .table.weekly .col-1{width:45%}.goal-setting .table.weekly .col-2{width:20%}.goal-setting .table.weekly .col-3{width:25%}.goal-setting .table.weekly .col-4{width:10%}.settings{height:130vh;width:100vw;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.settings .header{font-size:2.5rem;font-weight:700}.settings .container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;height:120vh;width:100vw}.settings .col-1{height:100%;width:30vw;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end}.settings .col-2{height:100%;width:60vw;padding-left:2rem;border-left:1px solid grey}.settings .col-1 .group{padding-top:6px;display:flex;flex-direction:column;align-items:flex-end;width:15vw}.settings .group{display:flex;flex-direction:column;width:20vw;gap:1rem}.settings .group-1,.settings .group-2{height:15vh}.settings .group-3,.settings .group-4{height:20vh}.settings .col-1 .group-4 .title{color:red}.settings .col-2 .group-4 .button{background-color:red;color:#fff}.settings .col-2 .group-4 .button:hover{background-color:#d60000}.settings .col-1 .title{color:gray;font-weight:500}.settings .button.disabled{pointer-events:none;cursor:not-allowed;background-color:#363636}.daily-goals>h1{font-size:2rem;font-weight:700;padding:1rem}.daily-goals .table{height:65vh;width:95vw;border:1px solid rgb(185,185,185);border-radius:12px;display:flex;flex-direction:column;overflow-y:scroll}.daily-goals .table .row{width:100%;display:flex;flex-direction:row;align-items:center;border-bottom:1px solid rgb(185,185,185)}.daily-goals .table .col{display:flex;flex-direction:row;align-items:center}.daily-goals .table .header .col{padding:8px;font-weight:500}.daily-goals .table .body .col{height:3rem;transition:all .25s}.daily-goals .table .body .col .slider-wrapper{width:70%;margin-right:1rem}.daily-goals .table .header{border-bottom:1px solid rgb(185,185,185)}.daily-goals .table .row .col-1{width:50%;text-align:left;border-right:1px solid rgb(185,185,185);padding-left:1rem}.daily-goals .table .row .col-2{width:20%;text-align:left;border-right:1px solid rgb(185,185,185);padding-left:1rem}.daily-goals .table .row .col-3{width:40%;text-align:left;border-right:1px solid rgb(185,185,185);padding-left:1rem}.daily-goals .table .body .col input{width:90%}.daily-goals .table .body .col-1 input{margin-left:8px}.daily-goals .muted{color:gray}.daily-goals .table .button-column{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem;flex:1;gap:1rem}.daily-goals .table .button-column .button{width:30%}.daily-goals>.muted{color:gray;font-size:14px;padding:6px}.daily-goals .table .trash-wrapper{background-color:#fff;transition:all .25s;border-radius:50px;padding:8px}.daily-goals .table .trash-wrapper:hover{background-color:#ececec}.daily-goals .table .delete{width:16px;height:16px;cursor:pointer}.daily-goals .col.disabled{background-color:#dedede;cursor:not-allowed;color:#c2c2c2}.daily-goals .col.disabled .border-primary{border-color:#ababab}.daily-goals .table .trash-wrapper:disabled{background-color:#e0e0e0;cursor:not-allowed}.weekly-goals>h1{font-size:2rem;font-weight:700;padding:1rem}.weekly-goals .table{width:95vw;border-radius:12px;display:flex;flex-direction:column}.weekly-goals .table .row{width:100%;display:flex;flex-direction:row;align-items:center;border-left:1px solid rgb(185,185,185)}.weekly-goals .table .col{display:flex;flex-direction:row;align-items:center}.weekly-goals .table .header .col{padding:8px;font-weight:500}.weekly-goals .table .body .col{height:3rem}.weekly-goals .table .header{border-radius:12px 12px 0 0}.weekly-goals .table .row .col-1{width:45%;text-align:left;border-right:1px solid rgb(185,185,185);padding-left:1rem}.weekly-goals .table .row .col-2{width:20%;text-align:center;border-right:1px solid rgb(185,185,185);padding-left:1rem}.weekly-goals .table .row .col-2 input{text-align:center}.weekly-goals .table .row .col-3{width:25%;border-right:1px solid rgb(185,185,185);justify-content:center;min-width:300px}.weekly-goals .table .row .col-4{width:10%;border-right:1px solid rgb(185,185,185);text-align:center;justify-content:center}.weekly-goals .table .body .col input{width:90%;border-bottom:none}.weekly-goals .text{color:#000}.weekly-goals .muted{color:#b9b9b9}.weekly-goals .table .body .row .col-3{display:flex;flex-direction:row;justify-content:center;align-items:center;min-width:300px}.weekly-goals .table .button-row{width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:1rem;flex:1}.weekly-goals .button-block{width:95%}.weekly-goals .button-block.submit{margin-top:3vh}.weekly-goals>.muted{color:#b9b9b9;font-size:14px;padding:6px}.weekly-goals .table .body .row{border-top:1px solid rgb(185,185,185)}.weekly-goals .layout{display:flex;flex-direction:column;align-items:center;width:95vw;min-height:45vh}.weekly-goals .questions{padding-left:2rem;width:100%}.weekly-goals .questions .question{display:flex;flex-direction:column;align-items:flex-start;padding-top:1rem}.weekly-goals .questions .question .q-text{margin:0;padding-right:1rem}.weekly-goals .questions .question input{width:30vw;border:1px solid rgb(185,185,185);font-size:18px;margin-top:8px;width:90%}.weekly-goals .questions .question .button{padding:12px;margin-top:1rem}.weekly-goals .questions .question select{margin-top:16px}.weekly-goals .question-row{width:80vw;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.weekly-goals .question-row .example{font-size:13px;color:#b9b9b9;cursor:pointer}.weekly-goals .question-row .example:hover{color:gray}.weekly-goals .table .row:last-child{border-bottom:1px solid rgb(185,185,185);border-radius:0 0 12px 12px}.weekly-goals .edit{font-size:12px;color:gray;width:95vw;text-align:right;padding-right:2rem}.weekly-goals .table .trash-wrapper{background-color:#fff;transition:all .25s;border-radius:50px;padding:8px}.weekly-goals .table .delete{width:16px;height:16px;cursor:pointer}.weekly-goals .table .trash-wrapper:hover{background-color:#d3d3d3}.weekly-goals .content{width:30vw}.weekly-goals .button-row{display:flex;gap:1rem}.six-monthly-goals>h1{font-size:2rem;font-weight:700;padding:1rem}.six-monthly-goals .table{width:95vw;border-radius:12px;display:flex;flex-direction:column}.six-monthly-goals .table .row{width:100%;display:flex;flex-direction:row;align-items:center;border-left:1px solid rgb(185,185,185)}.six-monthly-goals .table .col{display:flex;flex-direction:row;align-items:center}.six-monthly-goals .table .header .col{padding:8px;font-weight:500}.six-monthly-goals .table .body .col{height:3rem}.six-monthly-goals .table .header{border-radius:12px 12px 0 0}.six-monthly-goals .table .row .col-1{width:50%;text-align:left;border-right:1px solid rgb(185,185,185);padding-left:1rem}.six-monthly-goals .table .row .col-2{width:20%;text-align:center;border-right:1px solid rgb(185,185,185);padding-left:1rem}.six-monthly-goals .table .row .col-2 input{text-align:center}.six-monthly-goals .table .row .col-3{width:10%;border-right:1px solid rgb(185,185,185);justify-content:center}.six-monthly-goals .table .row .col-4{width:10%;border-right:1px solid rgb(185,185,185);text-align:center;justify-content:center}.six-monthly-goals .table .row .col-5{width:10%;text-align:center;justify-content:center}.six-monthly-goals .table .body .col input{width:90%;border-bottom:none}.six-monthly-goals .muted{color:#b9b9b9}.six-monthly-goals .table .body .row .col-3{display:flex;flex-direction:row;justify-content:center;align-items:center}.six-monthly-goals .table .button-row{width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:1rem;flex:1}.six-monthly-goals .button-block{width:95%}.six-monthly-goals .button-block.submit{margin-top:3vh}.six-monthly-goals>.muted{color:#b9b9b9;font-size:14px;padding:6px}.six-monthly-goals .table .body .row{border-top:1px solid rgb(185,185,185)}.six-monthly-goals .layout{display:flex;flex-direction:column;align-items:center;width:95vw;min-height:45vh}.six-monthly-goals .questions{padding-left:2rem;width:100%}.six-monthly-goals .questions .question{display:flex;flex-direction:column;align-items:flex-start;padding-top:1rem}.six-monthly-goals .questions .question .q-text{margin:0;padding-right:1rem}.six-monthly-goals .questions .question input{width:30vw;border:1px solid rgb(185,185,185);font-size:18px;margin-top:8px;width:90%}.six-monthly-goals .questions .question .button{padding:12px;margin-top:1rem}.six-monthly-goals .questions .question select{margin-top:16px}.six-monthly-goals .question-row{width:80vw;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.six-monthly-goals .question-row .example{font-size:13px;color:#b9b9b9;cursor:pointer}.six-monthly-goals .question-row .example:hover{color:gray}.six-monthly-goals .table .row:last-child{border-bottom:1px solid rgb(185,185,185);border-radius:0 0 12px 12px}.six-monthly-goals .edit{font-size:12px;color:gray;width:95vw;text-align:right;padding-right:2rem}.six-monthly-goals .table .trash-wrapper{background-color:#fff;transition:all .25s;border-radius:50px;padding:8px}.six-monthly-goals .table .delete{width:16px;height:16px;cursor:pointer}.six-monthly-goals .table .trash-wrapper:hover{background-color:#d3d3d3}.six-monthly-goals .content{width:30vw}.six-monthly-goals .button-row{display:flex;gap:1rem}.school .question-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;width:50vw}.school .question-container .question{font-weight:500;font-size:1.2rem}.school .data-container{margin-top:5vh;width:550px;display:flex;flex-direction:column;align-items:center;justify-content:center}.school .data-container .row{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;padding:4px}.school .data-container .row .day-container{display:flex}.school .data-container .row .day-container .day{display:inline-block;width:100px;text-align:left}.school .data-container .row .day-container input{width:1.7em;height:1.7em;background-color:#fff;border-radius:50%;vertical-align:middle;border:1px solid #ddd;-moz-appearance:none;appearance:none;-webkit-appearance:none;outline:none;cursor:pointer;transition:all .15s}.school .data-container .row .day-container input:checked{background-color:#000}.school .data-container .row .day-container input:before{height:1.7em;width:1.7em;font-size:15px;display:flex;justify-content:center;align-items:center;color:#000;transition:all .15s}.school .data-container .row .day-container input:checked:before{color:#fff}.school .data-container .row .day-container .m:before{content:"M"}.school .data-container .row .day-container .t:before{content:"T"}.school .data-container .row .day-container .w:before{content:"W"}.school .data-container .row .day-container .f:before{content:"F"}.school .data-container .row .day-container .s:before{content:"S"}.school .data-container .row .inputs-container{display:flex;flex-direction:row;gap:1rem}.school .data-container .row .inputs-container select:disabled{color:gray}.school .data-container .row .inputs-container select{transition:all .1s}.school .check{display:flex;gap:12px;width:550px;justify-content:flex-start;align-items:center;margin-top:1rem}.school .check input{width:1.3em;height:1.3em;background-color:#fff;vertical-align:middle;border:1px solid #ddd;border-radius:8px;outline:none;cursor:pointer;transition:all .15s}.school .check input:before{height:1.3em;width:1.3em;font-size:14px;display:flex;justify-content:center;align-items:center;color:#000;transition:all .15s}.school .check input:checked{background-color:gray}.school .check input:checked:before{color:#fff}.school .bottom-group{margin-top:3rem}.school .bottom-group .error{color:red;font-size:14px;text-align:center;padding:8px}.school .button-block{width:550px}.sleep{display:flex;flex-direction:column;justify-content:space-around!important}.sleep .container{height:70vh;display:flex;flex-direction:column;justify-content:space-around!important;align-items:center}.sleep .progress-bar{width:35vw;height:6px;margin-top:1rem}.sleep .text-container{display:flex;flex-direction:column;justify-content:center;align-items:center}.sleep .header{font-size:2rem;font-weight:700}.sleep .subheader{font-size:1.6rem;font-weight:500;color:gray}.sleep .wake-up{display:flex;flex-direction:column;justify-content:center;align-items:center}.sleep .wake-up .title{font-weight:700;font-size:1.2rem;padding:1rem}.sleep .bed-time{display:flex;flex-direction:column;justify-content:center;align-items:center}.sleep .bed-time .title{font-weight:700;font-size:1.2rem;padding:1rem}.sleep .button{padding:12px 18px}.activities .header{font-size:2rem;font-weight:700}.activities .question-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;width:50vw;margin-top:3rem}.activities .question-container .question{font-weight:500;font-size:1.2rem}.activities .data-container{margin-top:5vh;width:550px;display:flex;flex-direction:column;align-items:center;justify-content:center}.activities .data-container .row{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;padding:4px}.activities .data-container .row .inputs-container{display:flex;flex-direction:row;gap:1rem}.activities .data-container .row .inputs-container select:disabled{color:gray}.activities .data-container .row .inputs-container select{transition:all .1s}.activities .check{display:flex;gap:12px;width:550px;justify-content:flex-start;align-items:center;margin-top:1rem}.activities .check input{width:1.3em;height:1.3em;background-color:#fff;vertical-align:middle;border:1px solid #ddd;-moz-appearance:none;appearance:none;-webkit-appearance:none;border-radius:8px;outline:none;cursor:pointer;transition:all .15s}.activities .check input:before{content:"N";height:1.3em;width:1.3em;font-size:14px;display:flex;justify-content:center;align-items:center;color:#000;transition:all .15s}.activities .check input:checked{background-color:#000}.activities .check input:checked:before{content:"Y";color:#fff}.activities .bottom-group{margin-top:3rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.activities .bottom-group .error{color:red;font-size:14px;text-align:center;padding:8px}.activities .button-block{width:550px}.activities .trash-wrapper{background-color:#fff;transition:all .25s;border-radius:50px;padding:8px}.activities .trash-wrapper:hover{background-color:#ececec}.activities .delete{width:16px;height:16px;cursor:pointer}.sign-up-workflow{width:900vw;height:90vh;position:relative}.sign-up-workflow .slides{display:flex;flex-direction:row;justify-content:center;align-items:center;position:absolute;left:0;top:0;width:900vw;height:90vh;transition:all .5s}.sign-up-workflow .slides .slide{width:100vw;height:90vh}.sign-up-workflow .slides.index-1{left:0}.sign-up-workflow .slides.index-2{left:-100vw}.sign-up-workflow .slides.index-3{left:-200vw}.sign-up-workflow .slides.index-4{left:-300vw}.sign-up-workflow .slides.index-5{left:-400vw}.sign-up-workflow .slides.index-6{left:-500vw}.sign-up-workflow .slides.index-7{left:-600vw}.sign-up-workflow .slides.index-8{left:-700vw}.sign-up-workflow .slides.index-9{left:-800vw}.sign-up-workflow .slides .slide-1{display:flex;flex-direction:column;justify-content:center;align-items:center}.sign-up-workflow .slides .slide-1 .header{font-size:3rem;font-weight:700}.sign-up-workflow .slides .slide-1 .desc{font-size:1.2rem;font-weight:500;color:gray}.sign-up-workflow .slides .slide-1 .button{margin-top:3rem;padding:12px 18px}.workflow.six-monthly-goals .subheader{color:gray;font-size:1.6rem!important;padding:0}.workflow.six-monthly-goals .layout{justify-content:center}.school .header{font-size:2rem;font-weight:700}.sign-up-workflow .progress-bar{width:35vw;height:6px;margin-top:1rem}.school .question-container{margin-top:5vh}.sign-up-workflow .slides .slide-6{display:flex;flex-direction:column;justify-content:center;align-items:center}.sign-up-workflow .slides .slide-6 p{font-size:1.2rem;font-weight:500;color:gray}.sign-up-workflow .slides .slide-6 .button{margin-top:3rem;padding:12px 18px}.weekly-goals.workflow .layout{justify-content:center}.sign-up-workflow .slides .slide-9{display:flex;flex-direction:column;justify-content:center;align-items:center}.sign-up-workflow .slides .slide-9 .header{font-size:3rem;font-weight:700}.sign-up-workflow .slides .slide-9 .desc{font-size:1.2rem;font-weight:500;color:gray}.sign-up-workflow .slides .slide-9 .button{margin-top:3rem;padding:12px 18px}.sign-up-workflow .button{padding:16px 22px;width:130px}.sign-up-workflow .add-item{padding:14px 22px}.nav{width:100vw;height:10vh;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.nav-logo{width:25vw;height:10vh;display:flex;flex-direction:row;align-items:center;justify-content:flex-start}.nav-logo .logo{font-size:1.3rem;font-weight:700;padding-left:1rem}.nav-items{width:40vw;height:10vh;display:flex;flex-direction:row;align-items:center;justify-content:center}.nav .nav-items .nav-item{cursor:pointer;padding:8px 14px;border-radius:4px;margin-right:4px;background-color:#fff;transition:all .2s}.nav .nav-items .nav-item:hover{background-color:#edecec}.nav-buttons{width:25vw;height:10vh;display:flex;flex-direction:row;align-items:center;justify-content:flex-end;margin-right:20px}.nav-buttons .nav-button{padding:8px 14px;border-radius:12px;background-color:#000;text-align:center;color:#fff;font-size:14px;margin-left:8px;cursor:pointer;transition:all .2s}.nav-buttons .nav-button:hover{background-color:#3b3b3b}.nav .dropdown-menu-item{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.page.not-found .center{width:40vw;height:30vh;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.page.not-found .header{font-size:3rem;font-weight:700}.page.not-found .caption{color:gray}.page.not-found .button-row{margin-top:2rem;display:flex;flex-direction:row}.page.not-found .button-row .button{padding:12px 16px}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}:root{font-family:Geist Variable;overflow-x:hidden;--background: 0 0% 100%;--foreground: 240 10% 3.9%;--card: 0 0% 100%;--card-foreground: 240 10% 3.9%;--popover: 0 0% 100%;--popover-foreground: 240 10% 3.9%;--primary: 240 5.9% 10%;--primary-foreground: 0 0% 98%;--secondary: 240 4.8% 95.9%;--secondary-foreground: 240 5.9% 10%;--muted: 240 4.8% 95.9%;--muted-foreground: 240 3.8% 46.1%;--accent: 240 4.8% 95.9%;--accent-foreground: 240 5.9% 10%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 0 0% 98%;--border: 240 5.9% 90%;--input: 240 5.9% 90%;--ring: 240 10% 3.9%;--radius: .5rem}*{border-color:hsl(var(--border))}body{background-color:hsl(var(--background));color:hsl(var(--foreground))}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.container{width:100%;margin-right:auto;margin-left:auto;padding-right:2rem;padding-left:2rem}@media (min-width: 1400px){.container{max-width:1400px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.\!visible{visibility:visible!important}.visible{visibility:visible}.invisible{visibility:hidden}.\!fixed{position:fixed!important}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0}.left-0{left:0}.left-1{left:.25rem}.left-2{left:.5rem}.left-\[50\%\]{left:50%}.right-1{right:.25rem}.right-4{right:1rem}.top-0{top:0}.top-4{top:1rem}.top-\[1px\]{top:1px}.top-\[50\%\]{top:50%}.top-\[60\%\]{top:60%}.top-full{top:100%}.z-10{z-index:10}.z-50{z-index:50}.z-\[1\]{z-index:1}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.my-1{margin-top:.25rem;margin-bottom:.25rem}.ml-1{margin-left:.25rem}.ml-auto{margin-left:auto}.mr-2{margin-right:.5rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-2{margin-top:.5rem}.block{display:block}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.aspect-square{aspect-ratio:1 / 1}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-7{height:1.75rem}.h-9{height:2.25rem}.h-\[1px\]{height:1px}.h-\[var\(--radix-navigation-menu-viewport-height\)\]{height:var(--radix-navigation-menu-viewport-height)}.h-full{height:100%}.h-px{height:1px}.w-10{width:2.5rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-72{width:18rem}.w-9{width:2.25rem}.w-\[1px\]{width:1px}.w-\[280px\]{width:280px}.w-\[400px\]{width:400px}.w-auto{width:auto}.w-full{width:100%}.w-max{width:-moz-max-content;width:max-content}.min-w-\[8rem\]{min-width:8rem}.max-w-lg{max-width:32rem}.max-w-max{max-width:-moz-max-content;max-width:max-content}.max-w-sm{max-width:24rem}.flex-1{flex:1 1 0%}.shrink-0{flex-shrink:0}.grow{flex-grow:1}.border-collapse{border-collapse:collapse}.translate-x-\[-50\%\]{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\[-50\%\]{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-45{--tw-rotate: 45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-default{cursor:default}.touch-none{touch-action:none}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.list-none{list-style-type:none}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.gap-2{gap:.5rem}.gap-4{gap:1rem}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.whitespace-nowrap{white-space:nowrap}.rounded-\[inherit\]{border-radius:inherit}.rounded-full{border-radius:9999px}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-sm{border-radius:calc(var(--radius) - 4px)}.rounded-tl-sm{border-top-left-radius:calc(var(--radius) - 4px)}.border{border-width:1px}.border-2{border-width:2px}.border-l{border-left-width:1px}.border-t{border-top-width:1px}.border-input{border-color:hsl(var(--input))}.border-primary{border-color:hsl(var(--primary))}.border-l-transparent{border-left-color:transparent}.border-t-transparent{border-top-color:transparent}.bg-accent{background-color:hsl(var(--accent))}.bg-background{background-color:hsl(var(--background))}.bg-black\/80{background-color:#000c}.bg-border{background-color:hsl(var(--border))}.bg-destructive{background-color:hsl(var(--destructive))}.bg-muted{background-color:hsl(var(--muted))}.bg-popover{background-color:hsl(var(--popover))}.bg-primary{background-color:hsl(var(--primary))}.bg-secondary{background-color:hsl(var(--secondary))}.bg-transparent{background-color:transparent}.fill-current{fill:currentColor}.p-0{padding:0}.p-1{padding:.25rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-\[1px\]{padding:1px}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-8{padding-left:2rem;padding-right:2rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.pl-8{padding-left:2rem}.pr-2{padding-right:.5rem}.pt-1{padding-top:.25rem}.text-left{text-align:left}.text-center{text-align:center}.text-\[0\.8rem\]{font-size:.8rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.leading-none{line-height:1}.tracking-tight{letter-spacing:-.025em}.tracking-widest{letter-spacing:.1em}.text-accent-foreground{color:hsl(var(--accent-foreground))}.text-current{color:currentColor}.text-destructive{color:hsl(var(--destructive))}.text-destructive-foreground{color:hsl(var(--destructive-foreground))}.text-muted-foreground{color:hsl(var(--muted-foreground))}.text-popover-foreground{color:hsl(var(--popover-foreground))}.text-primary{color:hsl(var(--primary))}.text-primary-foreground{color:hsl(var(--primary-foreground))}.text-secondary-foreground{color:hsl(var(--secondary-foreground))}.underline-offset-4{text-underline-offset:4px}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring-offset-background{--tw-ring-offset-color: hsl(var(--background))}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}@keyframes enter{0%{opacity:var(--tw-enter-opacity, 1);transform:translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity, 1);transform:translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0) scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))}}.animate-in{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.fade-in-0{--tw-enter-opacity: 0}.zoom-in-95{--tw-enter-scale: .95}.duration-200{animation-duration:.2s}.page{width:100vw;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.page.first{height:90vh!important}.semibold{font-weight:500;display:inline}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(359deg)}}.file\:border-0::file-selector-button{border-width:0px}.file\:bg-transparent::file-selector-button{background-color:transparent}.file\:text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.file\:font-medium::file-selector-button{font-weight:500}.placeholder\:text-muted-foreground::-moz-placeholder{color:hsl(var(--muted-foreground))}.placeholder\:text-muted-foreground::placeholder{color:hsl(var(--muted-foreground))}.focus-within\:relative:focus-within{position:relative}.focus-within\:z-20:focus-within{z-index:20}.hover\:bg-accent:hover{background-color:hsl(var(--accent))}.hover\:bg-destructive\/90:hover{background-color:hsl(var(--destructive) / .9)}.hover\:bg-muted:hover{background-color:hsl(var(--muted))}.hover\:bg-primary:hover{background-color:hsl(var(--primary))}.hover\:bg-primary\/90:hover{background-color:hsl(var(--primary) / .9)}.hover\:bg-secondary\/80:hover{background-color:hsl(var(--secondary) / .8)}.hover\:text-accent-foreground:hover{color:hsl(var(--accent-foreground))}.hover\:text-muted-foreground:hover{color:hsl(var(--muted-foreground))}.hover\:text-primary-foreground:hover{color:hsl(var(--primary-foreground))}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-100:hover{opacity:1}.focus\:bg-accent:focus{background-color:hsl(var(--accent))}.focus\:bg-primary:focus{background-color:hsl(var(--primary))}.focus\:text-accent-foreground:focus{color:hsl(var(--accent-foreground))}.focus\:text-primary-foreground:focus{color:hsl(var(--primary-foreground))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-ring:focus{--tw-ring-color: hsl(var(--ring))}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-ring:focus-visible{--tw-ring-color: hsl(var(--ring))}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width: 2px}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.peer:disabled~.peer-disabled\:cursor-not-allowed{cursor:not-allowed}.peer:disabled~.peer-disabled\:opacity-70{opacity:.7}.aria-selected\:bg-accent[aria-selected=true]{background-color:hsl(var(--accent))}.aria-selected\:bg-accent\/50[aria-selected=true]{background-color:hsl(var(--accent) / .5)}.aria-selected\:text-accent-foreground[aria-selected=true]{color:hsl(var(--accent-foreground))}.aria-selected\:text-muted-foreground[aria-selected=true]{color:hsl(var(--muted-foreground))}.aria-selected\:opacity-100[aria-selected=true]{opacity:1}.aria-selected\:opacity-30[aria-selected=true]{opacity:.3}.data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.data-\[active\]\:bg-accent\/50[data-active]{background-color:hsl(var(--accent) / .5)}.data-\[state\=active\]\:bg-background[data-state=active]{background-color:hsl(var(--background))}.data-\[state\=checked\]\:bg-primary[data-state=checked]{background-color:hsl(var(--primary))}.data-\[state\=on\]\:bg-accent[data-state=on],.data-\[state\=open\]\:bg-accent[data-state=open]{background-color:hsl(var(--accent))}.data-\[state\=open\]\:bg-accent\/50[data-state=open]{background-color:hsl(var(--accent) / .5)}.data-\[state\=active\]\:text-foreground[data-state=active]{color:hsl(var(--foreground))}.data-\[state\=checked\]\:text-primary-foreground[data-state=checked]{color:hsl(var(--primary-foreground))}.data-\[state\=on\]\:text-accent-foreground[data-state=on]{color:hsl(var(--accent-foreground))}.data-\[state\=open\]\:text-muted-foreground[data-state=open]{color:hsl(var(--muted-foreground))}.data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}.data-\[state\=active\]\:shadow-sm[data-state=active]{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.data-\[motion\^\=from-\]\:animate-in[data-motion^=from-],.data-\[state\=open\]\:animate-in[data-state=open],.data-\[state\=visible\]\:animate-in[data-state=visible]{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.data-\[motion\^\=to-\]\:animate-out[data-motion^=to-],.data-\[state\=closed\]\:animate-out[data-state=closed],.data-\[state\=hidden\]\:animate-out[data-state=hidden]{animation-name:exit;animation-duration:.15s;--tw-exit-opacity: initial;--tw-exit-scale: initial;--tw-exit-rotate: initial;--tw-exit-translate-x: initial;--tw-exit-translate-y: initial}.data-\[motion\^\=from-\]\:fade-in[data-motion^=from-]{--tw-enter-opacity: 0}.data-\[motion\^\=to-\]\:fade-out[data-motion^=to-],.data-\[state\=closed\]\:fade-out-0[data-state=closed],.data-\[state\=hidden\]\:fade-out[data-state=hidden]{--tw-exit-opacity: 0}.data-\[state\=open\]\:fade-in-0[data-state=open],.data-\[state\=visible\]\:fade-in[data-state=visible]{--tw-enter-opacity: 0}.data-\[state\=closed\]\:zoom-out-95[data-state=closed]{--tw-exit-scale: .95}.data-\[state\=open\]\:zoom-in-90[data-state=open]{--tw-enter-scale: .9}.data-\[state\=open\]\:zoom-in-95[data-state=open]{--tw-enter-scale: .95}.data-\[motion\=from-end\]\:slide-in-from-right-52[data-motion=from-end]{--tw-enter-translate-x: 13rem}.data-\[motion\=from-start\]\:slide-in-from-left-52[data-motion=from-start]{--tw-enter-translate-x: -13rem}.data-\[motion\=to-end\]\:slide-out-to-right-52[data-motion=to-end]{--tw-exit-translate-x: 13rem}.data-\[motion\=to-start\]\:slide-out-to-left-52[data-motion=to-start]{--tw-exit-translate-x: -13rem}.data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y: -.5rem}.data-\[side\=left\]\:slide-in-from-right-2[data-side=left]{--tw-enter-translate-x: .5rem}.data-\[side\=right\]\:slide-in-from-left-2[data-side=right]{--tw-enter-translate-x: -.5rem}.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y: .5rem}.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state=closed]{--tw-exit-translate-x: -50%}.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state=closed]{--tw-exit-translate-y: -48%}.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state=open]{--tw-enter-translate-x: -50%}.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state=open]{--tw-enter-translate-y: -48%}.group[data-state=open] .group-data-\[state\=open\]\:rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@media (min-width: 640px){.sm\:flex-row{flex-direction:row}.sm\:justify-end{justify-content:flex-end}.sm\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.sm\:rounded-lg{border-radius:var(--radius)}.sm\:text-left{text-align:left}}@media (min-width: 768px){.md\:absolute{position:absolute}.md\:w-\[var\(--radix-navigation-menu-viewport-width\)\]{width:var(--radix-navigation-menu-viewport-width)}.md\:w-auto{width:auto}}.\[\&\:has\(\[aria-selected\]\)\]\:bg-accent:has([aria-selected]){background-color:hsl(var(--accent))}.first\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-l-md:has([aria-selected]):first-child{border-top-left-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.last\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-r-md:has([aria-selected]):last-child{border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.\[\&\:has\(\[aria-selected\]\.day-outside\)\]\:bg-accent\/50:has([aria-selected].day-outside){background-color:hsl(var(--accent) / .5)}.\[\&\:has\(\[aria-selected\]\.day-range-end\)\]\:rounded-r-md:has([aria-selected].day-range-end){border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}@font-face{font-family:Geist Variable;src:url(/assets/GeistVariableVF-p2GUc8qZ.woff2) format("woff2");font-weight:100 900;font-display:swap;font-synthesis:none}
