@import"https://fonts.googleapis.com/css?family=Roboto+Condensed";@import"https://fonts.googleapis.com/css2?family=Karla:wght@700&display=swap";*,*:before,*:after{box-sizing:border-box;font-weight:400}*:focus{-webkit-tap-highlight-color:transparent;outline:none;-ms-touch-action:manipulation;touch-action:manipulation}body{display:flex;margin:0;min-height:100vh;transition:color .5s,background-color .5s;font-family:Roboto,Helvetica Neue,sans-serif;font-size:16px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-top:env(safe-area-inset-top)}:root{--text-secondary-color: #666}.p-card[data-v-6d7e853c]{box-shadow:none}.desktop-nav[data-v-6d7e853c]{display:flex;flex-direction:column;height:100%;padding:2rem;background-color:var(--p-card-background)}.nav-item[data-v-6d7e853c]{display:flex;align-items:center;text-decoration:none;color:var(--p-text-muted-color);font-size:1rem;gap:.5rem;padding:.5rem 0;transition:color .1s ease-in-out}.nav-item i[data-v-6d7e853c]{font-size:1.2rem;margin-bottom:.25rem}.nav-item[data-v-6d7e853c]:hover,.nav-item.router-link-active[data-v-6d7e853c]{color:var(--p-primary-color)}.p-card[data-v-78be1789]{box-shadow:none}.title[data-v-78be1789]{display:flex;gap:.5rem;align-items:center;font-family:Karla;padding-right:1rem;margin-bottom:4px}.title img[data-v-78be1789]{height:25px;width:30px}.title h2[data-v-78be1789]{margin:0;padding:0;font-size:1.5rem;font-weight:700}.search-bar[data-v-78be1789]{width:100%;display:flex;justify-content:space-between;background-color:var(--p-card-background);padding:1rem 2rem;border-bottom:2px solid var(--p-surface-100)}@media (max-width: 768px){.search-bar[data-v-78be1789]{padding:.75rem 1rem}}.controls[data-v-78be1789]{display:flex;align-items:center}.dark-mode-toggle[data-v-78be1789]{background:none;border:none;cursor:pointer;padding:.5rem;font-size:1.2rem;border-radius:50%;width:41px}.dark-mode-toggle[data-v-78be1789]:hover{background-color:var(--p-surface-100)}.p-card[data-v-340a45bc]{box-shadow:none}.mobile-nav[data-v-340a45bc]{display:flex;justify-content:space-around;align-items:center;height:60px;padding:0 1rem;border-top:2px solid var(--p-surface-100)}.nav-item[data-v-340a45bc]{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:var(--p-text-muted-color);font-size:.7rem}.nav-item i[data-v-340a45bc]{font-size:1.2rem;margin-bottom:.25rem}.nav-item.router-link-active[data-v-340a45bc]{color:var(--p-primary-color)}.p-card{box-shadow:none}html.dark-mode #app{background-color:#000}html.dark-mode .search-bar{border-bottom:2px solid black}html.dark-mode .mobile-nav{border-top:2px solid black}html.dark-mode .dark-mode-toggle:hover{background-color:var(--p-surface-600)}#app{background-color:var(--p-surface-100);width:100%;display:flex;flex-direction:column;height:100vh;overflow:hidden}.p-card[data-v-28b88486]{box-shadow:none}.fade-enter-active[data-v-28b88486],.fade-leave-active[data-v-28b88486]{transition:opacity .1s ease}.fade-enter-from[data-v-28b88486],.fade-leave-to[data-v-28b88486]{opacity:0}header[data-v-28b88486]{font-size:1.2rem;flex-shrink:0;background-color:var(--p-card-background);z-index:100}.main-wrapper[data-v-28b88486]{display:flex;flex-direction:row;flex:1;width:100%;overflow:hidden}.nav-wrapper[data-v-28b88486]{width:200px;flex-shrink:0}.mobile-nav-wrapper[data-v-28b88486]{position:fixed;padding-bottom:env(safe-area-inset-bottom,45px);background-color:var(--p-card-background);bottom:0;left:0;right:0;z-index:100}@media (max-width: 768px){.desktop-only[data-v-28b88486]{display:none}}.mobile-only[data-v-28b88486]{display:none}@media (max-width: 768px){.mobile-only[data-v-28b88486]{display:block}}.container[data-v-28b88486]{flex:1;width:100%;min-width:0;overflow-y:auto;padding:0 max((100% - 1440px - 200px - 64px) / 2,0px)}.container .view[data-v-28b88486]{margin:2rem}@media (max-width: 768px){.container .view[data-v-28b88486]{margin:1rem}}@media (max-width: 768px){.container[data-v-28b88486]{padding-bottom:60px}}.p-card[data-v-f11bd947]{box-shadow:none}.edit[data-v-f11bd947]{width:100%}.edit .icon[data-v-f11bd947]{display:block;width:1rem;height:1rem}.task[data-v-f11bd947]{border-radius:8px;padding:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none;position:relative;transition:background-color .1s ease-in-out;box-shadow:none}.task[data-v-f11bd947] .p-card-body{padding:0}.task[data-v-f11bd947] .p-checkbox-box{border-color:var(--p-sky-100);background:var(--p-sky-100)}.task[data-v-f11bd947] .p-checkbox-checked .p-checkbox-box{border-color:var(--p-sky-300);background:var(--p-sky-300)}.task.completed[data-v-f11bd947]{background-color:var(--p-violet-50);background:none}.task-container[data-v-f11bd947]{display:flex;align-items:center;gap:.5rem}.enable-placement-indicator .placement-indicator[data-v-f11bd947]{position:relative}.enable-placement-indicator .placement-indicator[data-v-f11bd947]:before{content:"";width:100%;height:2px;background-color:var(--p-primary-color);position:absolute;top:-12px}.placeholder[data-v-f11bd947]{border-radius:8px;background-color:var(--p-card-background);padding:.5rem 1rem;display:none}.placeholder.dragging[data-v-f11bd947]{display:block;opacity:0}.agenda-container[data-v-61414da6]{flex:1;border-radius:16px;display:flex;flex-direction:column}.agenda-container[data-v-61414da6] .header[data-v-61414da6]{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.agenda-container[data-v-61414da6] .header[data-v-61414da6] .title[data-v-61414da6]{font-size:1.2rem;font-weight:700}.agenda-container[data-v-61414da6] .new-task[data-v-61414da6]{width:100%;margin-bottom:1rem;display:none}.agenda-container[data-v-61414da6] .new-task[data-v-61414da6].open[data-v-61414da6]{display:block}.agenda-container[data-v-61414da6] .new-task[data-v-61414da6] .new-task-input[data-v-61414da6]{width:100%}.drag-zone[data-v-61414da6]{border-radius:var(--p-border-radius-lg);flex:1;min-height:10rem}.drag-zone[data-v-61414da6].hovered[data-v-61414da6]{background-color:var(--p-surface-100)}.tasks[data-v-61414da6]{display:flex;flex-direction:column;align-items:start;gap:.5rem}.dialog-overlay[data-v-1941717c]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.dialog-container[data-v-1941717c]{background-color:var(--p-card-background);border-radius:var(--p-overlay-modal-border-radius);width:500px;max-width:90%;box-shadow:var(--p-overlay-modal-shadow)}.dialog-header[data-v-1941717c]{display:flex;justify-content:space-between;align-items:center;padding:16px}.dialog-header h3[data-v-1941717c]{margin:0;font-weight:700}.dialog-header h3[data-v-1941717c] i[data-v-1941717c]{margin-right:.5rem}.dialog-close[data-v-1941717c]{background:none;border:none;font-size:1.5rem;cursor:pointer;line-height:1}.dialog-content[data-v-1941717c]{padding:var(--p-overlay-modal-padding);padding-top:0}.dialog-footer[data-v-1941717c]{padding:var(--p-overlay-modal-padding);padding-top:0;text-align:right}.overlay-fade-enter-active[data-v-1941717c],.overlay-fade-leave-active[data-v-1941717c]{transition:opacity .3s ease}.overlay-fade-enter-from[data-v-1941717c],.overlay-fade-leave-to[data-v-1941717c]{opacity:0}.overlay-fade-enter-to[data-v-1941717c],.overlay-fade-leave-from[data-v-1941717c]{opacity:1}.dialog-scale-enter-active[data-v-1941717c],.dialog-scale-leave-active[data-v-1941717c]{transition:transform .3s ease,opacity .3s ease}.dialog-scale-enter-from[data-v-1941717c],.dialog-scale-leave-to[data-v-1941717c]{transform:scale(.5);opacity:0}.dialog-scale-enter-to[data-v-1941717c],.dialog-scale-leave-from[data-v-1941717c]{transform:scale(1);opacity:1}.p-card[data-v-87f353c0]{box-shadow:none}input[data-v-87f353c0],.text-field-edit[data-v-87f353c0]{width:100%}.actions[data-v-87f353c0]{display:flex;justify-content:space-between;width:100%}.actions .right[data-v-87f353c0]{margin-left:4rem;display:flex;gap:.5rem}.view[data-v-87f353c0],.edit[data-v-87f353c0]{display:flex;flex-direction:column;gap:1rem}.p-card[data-v-4ccfd221]{box-shadow:none}main[data-v-4ccfd221]{width:100%;height:100%}.agenda[data-v-4ccfd221]{display:flex;height:100%;width:100%;gap:1rem}.current-tasks[data-v-4ccfd221]{display:flex;flex:1;gap:2rem}@media (max-width: 768px){.current-tasks[data-v-4ccfd221]{flex-direction:column;gap:1rem}}.p-card[data-v-128f1e5a]{box-shadow:none}.login-container[data-v-128f1e5a]{display:flex;justify-content:center;align-items:center;height:100vh}.login[data-v-128f1e5a]{background-color:var(--p-surface-50);padding:1rem;border-radius:16px;display:flex;flex-direction:column;gap:1rem;width:300px}.title[data-v-128f1e5a]{font-size:2rem;font-weight:700;text-align:center}.subtitle[data-v-128f1e5a]{font-size:1rem;text-align:center}.login-form[data-v-128f1e5a]{display:flex;flex-direction:column;gap:1rem}.login-input[data-v-128f1e5a]{width:100%}.p-card[data-v-77d7f6d2]{box-shadow:none}.fields[data-v-77d7f6d2]{width:100%;display:flex;flex-direction:column;flex-wrap:wrap;gap:2rem;margin-top:1.5rem}.fields span input[data-v-77d7f6d2],.fields input[data-v-77d7f6d2],.fields[data-v-77d7f6d2] .p-inputwrapper{width:100%}.footer[data-v-77d7f6d2]{width:100%;display:flex;justify-content:space-between;align-items:center}.footer .checkbox[data-v-77d7f6d2]{display:flex;align-items:center;gap:.5rem}.p-card[data-v-5fd41d2f]{box-shadow:none}.fields[data-v-5fd41d2f]{width:100%;display:flex;flex-direction:column;flex-wrap:wrap;gap:2rem;margin-top:1.5rem}.fields span input[data-v-5fd41d2f],.fields input[data-v-5fd41d2f],.fields[data-v-5fd41d2f] .p-inputwrapper{width:100%}.actions[data-v-5fd41d2f]{display:flex;justify-content:space-between;width:100%}.actions .right[data-v-5fd41d2f]{margin-left:4rem;display:flex;gap:.5rem}.actions .checkbox[data-v-5fd41d2f]{display:flex;align-items:center;gap:.5rem;margin-left:1rem}.p-card[data-v-d05c9b1f]{box-shadow:none}[data-v-d05c9b1f] .p-datatable-wrapper{border-radius:var(--border-radius)}[data-v-d05c9b1f] .p-datatable-header{padding-left:0!important;padding-right:0!important}.search[data-v-d05c9b1f]{display:flex}.no-break[data-v-d05c9b1f]{white-space:nowrap}.p-card[data-v-d51b05b9]{box-shadow:none}.category-bars[data-v-d51b05b9]{display:flex;flex-direction:column;gap:2.5rem}[data-v-d51b05b9] .p-metergroup-horizontal .p-metergroup-meters{height:16px}.p-metergroup-label .active[data-v-d51b05b9]{font-weight:700;background:var(--p-button-secondary-hover-background);border:1px solid var(--p-button-secondary-hover-border-color);color:var(--p-button-secondary-hover-color)}.p-card[data-v-dea5a39f]{box-shadow:none}.sub-header[data-v-dea5a39f]{width:1440px;margin:auto}@media (max-width: 768px){.sub-header[data-v-dea5a39f]{width:100%}}.sub-menu[data-v-dea5a39f]{display:inline-flex;gap:.5rem;padding:.25rem;margin-bottom:1rem;border:1px solid var(--p-surface-border);border-radius:var(--p-border-radius-lg)}@media (max-width: 768px){.sub-menu[data-v-dea5a39f]{display:flex;justify-content:center;margin:1rem}}.sub-menu-item[data-v-dea5a39f]{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;text-decoration:none;color:var(--p-text-muted-color);font-size:.875rem;font-weight:500;border-radius:var(--p-border-radius-md);transition:background-color .15s ease,color .15s ease}.sub-menu-item[data-v-dea5a39f]:hover{color:var(--p-text-color)}.sub-menu-item.active[data-v-dea5a39f]{color:var(--p-primary-color);background-color:var(--p-card-background)}.sub-menu-item .label[data-v-dea5a39f]{white-space:nowrap}.p-card[data-v-8770b3f1]{box-shadow:none}main[data-v-8770b3f1]{width:100%;height:100%;display:flex;flex-direction:column;gap:1rem}.action-bar[data-v-8770b3f1]{display:flex;gap:1rem;justify-content:space-between}.controls[data-v-8770b3f1]{display:flex;margin-top:1rem;gap:1rem;align-items:center;width:100%;justify-content:space-between;flex-wrap:wrap}@media (max-width: 768px){.controls[data-v-8770b3f1]{flex-direction:column}}.controls .top-controls[data-v-8770b3f1]{display:flex;gap:1rem;align-items:center}@media (max-width: 768px){.controls .top-controls[data-v-8770b3f1]{width:100%;justify-content:space-between}}.controls .range[data-v-8770b3f1]{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}@media (max-width: 768px){.controls .range[data-v-8770b3f1]{justify-content:center}}.controls .selector[data-v-8770b3f1]{display:flex;gap:.25rem}.controls .selector .p-select[data-v-8770b3f1]{width:200px}@media (max-width: 768px){.controls .selector[data-v-8770b3f1],.controls .selector .p-select[data-v-8770b3f1]{width:100%}}.controls #add-transaction-mobile[data-v-8770b3f1]{display:none}@media (max-width: 768px){.controls #add-transaction-mobile[data-v-8770b3f1]{display:block}}@media (max-width: 768px){.controls #add-transaction-desktop[data-v-8770b3f1]{display:none}}.expenses[data-v-8770b3f1]{display:flex;flex-direction:column;gap:2rem}@media (max-width: 768px){.expenses[data-v-8770b3f1]{gap:1rem}}.expenses .top[data-v-8770b3f1]{display:flex;flex-wrap:wrap;gap:1rem}.expenses .top .controls-wrapper[data-v-8770b3f1]{width:100%}.summary[data-v-8770b3f1]{width:100%;flex:1 1 auto}.summary .summary-content[data-v-8770b3f1]{display:flex;flex-direction:column;gap:2rem}.stats[data-v-8770b3f1]{display:flex;gap:5rem;margin-top:1rem;flex-wrap:wrap}@media (max-width: 768px){.stats[data-v-8770b3f1]{gap:2rem}}.stats .section[data-v-8770b3f1]{display:flex;flex-direction:column;gap:.5rem}@media (max-width: 768px){.stats .section[data-v-8770b3f1]{width:100%}}.stats .section .title[data-v-8770b3f1]{font-size:1rem}.stats .section .stat-group[data-v-8770b3f1]{display:flex;gap:3rem}@media (max-width: 768px){.stats .section .stat-group[data-v-8770b3f1]{justify-content:space-between}}.stats .section .stat-group .stat[data-v-8770b3f1]{display:flex;flex-direction:column;gap:.5rem}@media (max-width: 768px){.stats .section .stat-group .stat[data-v-8770b3f1]{align-items:center}}.stats .section .stat-group .stat .label[data-v-8770b3f1]{font-size:.75rem;color:var(--p-text-muted-color)}.stats .section .stat-group .stat .value[data-v-8770b3f1]{font-size:1.2rem;font-weight:700}.title[data-v-8770b3f1]{display:flex;width:100%;justify-content:space-between}.p-card[data-v-bb721e94]{box-shadow:none}.fields[data-v-bb721e94]{width:100%;display:flex;flex-direction:column;flex-wrap:wrap;gap:2rem;margin-top:1.5rem}.fields span input[data-v-bb721e94],.fields input[data-v-bb721e94],.fields[data-v-bb721e94] .p-inputwrapper{width:100%}.footer[data-v-bb721e94]{width:100%;display:flex;justify-content:space-between;align-items:center}.footer .checkbox[data-v-bb721e94]{display:flex;align-items:center;gap:.5rem}.p-card[data-v-a8882f12]{box-shadow:none}.fields[data-v-a8882f12]{width:100%;display:flex;flex-direction:column;flex-wrap:wrap;gap:2rem;margin-top:1.5rem}.fields span input[data-v-a8882f12],.fields input[data-v-a8882f12],.fields[data-v-a8882f12] .p-inputwrapper{width:100%}.actions[data-v-a8882f12]{display:flex;justify-content:space-between;width:100%}.actions .right[data-v-a8882f12]{margin-left:4rem;display:flex;gap:.5rem}.actions .checkbox[data-v-a8882f12]{display:flex;align-items:center;gap:.5rem;margin-left:1rem}.p-card[data-v-3bbb3fba]{box-shadow:none}[data-v-3bbb3fba] .p-datatable-wrapper{border-radius:var(--border-radius)}.no-break[data-v-3bbb3fba]{white-space:nowrap}.p-card[data-v-58f9f29b]{box-shadow:none}main[data-v-58f9f29b]{width:100%;height:100%;display:flex;flex-direction:column;gap:1rem}.controls[data-v-58f9f29b]{display:flex;margin-top:1rem;gap:1rem;align-items:center;width:100%;justify-content:space-between;flex-wrap:wrap}@media (max-width: 768px){.controls[data-v-58f9f29b]{flex-direction:column}}.controls .info[data-v-58f9f29b]{display:flex;align-items:center}.controls .info .label[data-v-58f9f29b]{color:var(--p-text-muted-color)}.controls #add-expense-mobile[data-v-58f9f29b]{display:none}@media (max-width: 768px){.controls #add-expense-mobile[data-v-58f9f29b]{display:block}}@media (max-width: 768px){.controls #add-expense-desktop[data-v-58f9f29b]{display:none}}.budget[data-v-58f9f29b]{display:flex;flex-direction:column;gap:2rem}@media (max-width: 768px){.budget[data-v-58f9f29b]{gap:1rem}}.budget .top[data-v-58f9f29b]{display:flex;flex-wrap:wrap;gap:1rem}.budget .top .controls-wrapper[data-v-58f9f29b]{width:100%}.summary[data-v-58f9f29b]{width:100%;flex:1 1 auto}.summary .summary-content[data-v-58f9f29b]{display:flex;flex-direction:column;gap:2rem}.stats[data-v-58f9f29b]{display:flex;gap:5rem;margin-top:1rem;flex-wrap:wrap}@media (max-width: 768px){.stats[data-v-58f9f29b]{gap:2rem}}.stats .section[data-v-58f9f29b]{display:flex;flex-direction:column;gap:.5rem}@media (max-width: 768px){.stats .section[data-v-58f9f29b]{width:100%}}.stats .section .title[data-v-58f9f29b]{font-size:1rem}.stats .section .stat-group[data-v-58f9f29b]{display:flex;gap:3rem}@media (max-width: 768px){.stats .section .stat-group[data-v-58f9f29b]{justify-content:space-between}}.stats .section .stat-group .stat[data-v-58f9f29b]{display:flex;flex-direction:column;gap:.5rem}@media (max-width: 768px){.stats .section .stat-group .stat[data-v-58f9f29b]{align-items:center}}.stats .section .stat-group .stat .label[data-v-58f9f29b]{font-size:.75rem;color:var(--p-text-muted-color)}.stats .section .stat-group .stat .value[data-v-58f9f29b]{font-size:1.2rem;font-weight:700}.title[data-v-58f9f29b]{display:flex;width:100%;justify-content:space-between}.p-card[data-v-d3cef5a0]{box-shadow:none}.hour[data-v-d3cef5a0]{display:flex;flex-direction:column;align-items:center}.hour .time[data-v-d3cef5a0]{font-size:.8rem;color:var(--p-text-muted-color)}.hour .feels-like[data-v-d3cef5a0]{font-size:.6rem;color:var(--p-text-muted-color)}.hour .rain-data[data-v-d3cef5a0]{display:flex;flex-direction:column;align-items:center}.hour .rain-data div[data-v-d3cef5a0]{font-weight:700}.hour img[data-v-d3cef5a0]{width:40px;height:40px}.p-card[data-v-3d3c0ed9]{box-shadow:none}.relative-time[data-v-3d3c0ed9]{font-size:.6rem;color:var(--p-text-muted-color)}.title[data-v-3d3c0ed9]{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:700}.current[data-v-3d3c0ed9]{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;padding-top:1rem;padding-bottom:3rem}.current .conditions[data-v-3d3c0ed9]{display:flex;align-items:center;gap:.5rem}.current .conditions .temperature[data-v-3d3c0ed9]{font-size:3rem}.current .conditions img[data-v-3d3c0ed9]{width:65px;height:65px}.current .additional-data[data-v-3d3c0ed9]{display:flex;justify-content:center;flex-direction:column;gap:.5rem}.current .additional-data .feels-like[data-v-3d3c0ed9],.current .additional-data .humidity[data-v-3d3c0ed9]{font-size:.8rem;color:var(--p-text-muted-color)}.current .sunrise-sunset .time[data-v-3d3c0ed9]{display:flex;align-items:center;gap:.5rem}.current .sunrise-sunset .time img[data-v-3d3c0ed9]{width:20px;height:20px}.days[data-v-3d3c0ed9]{display:flex;gap:1rem;white-space:nowrap;overflow-y:auto}.days .day[data-v-3d3c0ed9]{display:flex;flex-direction:column}.days .day .high[data-v-3d3c0ed9]{font-size:.8rem;color:var(--p-text-muted-color)}.days .day .low[data-v-3d3c0ed9]{font-size:.6rem;color:var(--p-text-muted-color)}.days .day img[data-v-3d3c0ed9]{width:65px;height:65px}.hourly[data-v-3d3c0ed9]{display:flex;overflow-y:auto;white-space:nowrap;gap:1rem;padding:1rem 0}.p-card[data-v-633e31eb]{box-shadow:none}.header[data-v-633e31eb]{display:flex;justify-content:space-between}.header .title[data-v-633e31eb]{font-weight:700;font-size:1rem;display:flex;gap:.5rem;line-height:1}.p-card[data-v-52ed45da]{box-shadow:none}.task-list[data-v-52ed45da]{display:flex;flex-direction:column;gap:.5rem}.p-card[data-v-50c18728]{box-shadow:none}.expenses[data-v-50c18728]{display:flex;flex-direction:column;gap:2rem}[data-v-50c18728] .p-metergroup-horizontal .p-metergroup-meters{height:16px}.stats[data-v-50c18728]{display:flex;gap:5rem;flex-wrap:wrap}@media (max-width: 768px){.stats[data-v-50c18728]{gap:2rem}}.stats .section[data-v-50c18728]{display:flex;flex-direction:column;gap:.5rem}@media (max-width: 768px){.stats .section[data-v-50c18728]{width:100%}}.stats .section .title[data-v-50c18728]{font-size:1rem}.stats .section .stat-group[data-v-50c18728]{display:flex;gap:3rem}.stats .section .stat-group .stat[data-v-50c18728]{display:flex;flex-direction:column;gap:.5rem}.stats .section .stat-group .stat .label[data-v-50c18728]{font-size:.75rem;color:var(--p-text-muted-color)}.stats .section .stat-group .stat .value[data-v-50c18728]{font-size:1.2rem;font-weight:700}.p-card[data-v-ab80290d]{box-shadow:none}.dot[data-v-ab80290d]{width:1.25rem;height:1.25rem;padding:2px;border-radius:4px;background-color:#bfbfbf}.dot.small[data-v-ab80290d]{width:1.25rem;height:1.25rem}@media (max-width: 768px){.dot.small-on-mobile[data-v-ab80290d]{width:1rem;height:1rem}}.Push.A[data-v-ab80290d]{background-color:#ef8d8d}.Push.B[data-v-ab80290d]{background-color:#efae8d}.Pull[data-v-ab80290d],.Climbing[data-v-ab80290d]{background-color:#c991e4}.Legs[data-v-ab80290d],.Sports[data-v-ab80290d]{background-color:#87d8f8}.Core[data-v-ab80290d]{background-color:#9990d2}.Run[data-v-ab80290d],.Bike[data-v-ab80290d]{background-color:#81ce86}.Other[data-v-ab80290d]{background-color:#bfbfbf}.p-card[data-v-87738203]{box-shadow:none}.workout-button[data-v-87738203]{justify-content:space-between}.workout[data-v-87738203]{display:flex;align-items:center;justify-content:space-between;width:100%;gap:.5rem}.workout .type[data-v-87738203]{display:flex;align-items:center;gap:.5rem}.workout .time[data-v-87738203]{color:var(--p-text-muted-color)}.p-card[data-v-b256a1cb]{box-shadow:none}.title span[data-v-b256a1cb]{font-size:1.2rem;font-weight:700}.calendar[data-v-b256a1cb]{display:flex;flex-direction:column}.header[data-v-b256a1cb]{display:grid;grid-template-columns:repeat(7,1fr);text-align:center;font-weight:800;padding:.5rem 0}.header .day-cell[data-v-b256a1cb]{font-size:.8rem}.grid[data-v-b256a1cb]{display:grid;grid-auto-rows:minmax(80px,auto);grid-gap:1px;padding:1px;background-color:var(--p-card-background);border-radius:8px}@media (max-width: 768px){.grid[data-v-b256a1cb]{grid-auto-rows:minmax(50px,auto)}}.compact .grid[data-v-b256a1cb]{grid-auto-rows:minmax(50px,auto)}.grid .week[data-v-b256a1cb]{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:1px}.grid .week .day-cell[data-v-b256a1cb]{padding:.5rem;display:flex;flex-direction:row-reverse;justify-content:space-between;width:100%;gap:.5rem;cursor:pointer}@media (max-width: 768px){.grid .week .day-cell[data-v-b256a1cb]{flex-direction:column}}.compact .grid .week .day-cell[data-v-b256a1cb]{flex-direction:column}.grid .week .day-cell.current-month[data-v-b256a1cb]{background-color:var(--p-card-background)}.grid .week .day-cell[data-v-b256a1cb]:not(.current-month){background-color:var(--p-card-background)}.grid .week .day-cell .date-number[data-v-b256a1cb]{font-size:.7rem;color:#878787;justify-self:flex-end}@media (max-width: 768px){.grid .week .day-cell .date-number[data-v-b256a1cb]{display:flex}}.workouts[data-v-b256a1cb]{display:flex;flex-direction:column;gap:.25rem}.compact .workouts[data-v-b256a1cb]{flex-direction:row}@media (max-width: 768px){.compact .workouts[data-v-b256a1cb]{flex-direction:column}}@media (max-width: 768px){.workouts[data-v-b256a1cb]{flex-direction:column;height:100%;gap:1px}}.workouts .workout[data-v-b256a1cb]{display:flex;align-items:center;gap:.5rem;color:#878787;font-size:.8rem}@media (max-width: 768px){.workouts .workout .type[data-v-b256a1cb]{display:none}}.compact .workouts .workout .type[data-v-b256a1cb]{display:none}.workout-dialog[data-v-b256a1cb]{display:flex;flex-direction:column;gap:.5rem}.footer[data-v-b256a1cb]{display:flex;justify-content:flex-end;gap:.5rem}.p-card[data-v-5314c65d],.calendar[data-v-5314c65d] .p-card{box-shadow:none}.calendar[data-v-5314c65d] .p-card-body{padding:1rem 0 0}.calendar[data-v-5314c65d] .p-card-caption{display:none}.p-card[data-v-a38e31d4]{box-shadow:none}main[data-v-a38e31d4]{width:100%;height:100%;display:flex;flex-direction:column;gap:1rem}.dashboard .col[data-v-a38e31d4]{display:flex;flex-direction:column;gap:2rem;width:calc(50% - 1rem)}@media (max-width: 768px){.dashboard .col[data-v-a38e31d4]{width:100%;gap:1rem}}.widgets[data-v-a38e31d4]{display:flex;flex-direction:row;flex-wrap:wrap;width:100%;gap:2rem}@media (max-width: 768px){.widgets[data-v-a38e31d4]{flex-direction:column;gap:1rem}}.p-card[data-v-86e18ea7]{box-shadow:none}.fields[data-v-86e18ea7]{margin-top:1rem;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem}.fields label[data-v-86e18ea7]{font-weight:400}.fields span input[data-v-86e18ea7],.fields input[data-v-86e18ea7],.fields[data-v-86e18ea7] .p-inputwrapper{width:100%}.fields .full[data-v-86e18ea7]{grid-column:1/-1}.workout-option[data-v-86e18ea7]{display:flex;gap:.5rem;align-items:center}.footer[data-v-86e18ea7]{width:100%;display:flex;justify-content:flex-end;align-items:center;gap:.5rem}.p-card[data-v-0cf022cb]{box-shadow:none}main[data-v-0cf022cb]{width:100%;height:100%;display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.actions[data-v-0cf022cb]{width:100%;display:flex;justify-content:center}.content[data-v-0cf022cb]{display:flex;width:100%;gap:1rem}@media (max-width: 768px){.content[data-v-0cf022cb]{flex-direction:column;gap:1rem}}.calendar[data-v-0cf022cb]{width:100%}.workout-list[data-v-0cf022cb]{width:40%}@media (max-width: 768px){.workout-list[data-v-0cf022cb]{width:100%}}.workout-list .current[data-v-0cf022cb]{display:flex;flex-direction:column;gap:.5rem}.workout-list .day[data-v-0cf022cb]{display:flex;flex-direction:column;gap:.5rem;margin-bottom:2rem}.workout-list .day .label[data-v-0cf022cb]{font-size:.75rem;color:var(--p-text-muted-color)}@font-face{font-family:primeicons;font-display:block;src:url(./primeicons-DMOk5skT.eot);src:url(./primeicons-DMOk5skT.eot?#iefix) format("embedded-opentype"),url(./primeicons-C6QP2o4f.woff2) format("woff2"),url(./primeicons-WjwUDZjB.woff) format("woff"),url(./primeicons-MpK4pl85.ttf) format("truetype"),url(./primeicons-Dr5RGzOO.svg?#primeicons) format("svg");font-weight:400;font-style:normal}.pi{font-family:primeicons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pi:before{--webkit-backface-visibility:hidden;backface-visibility:hidden}.pi-fw{width:1.28571429em;text-align:center}.pi-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}@media (prefers-reduced-motion: reduce){.pi-spin{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.pi-folder-plus:before{content:""}.pi-receipt:before{content:""}.pi-asterisk:before{content:""}.pi-face-smile:before{content:""}.pi-pinterest:before{content:""}.pi-expand:before{content:""}.pi-pen-to-square:before{content:""}.pi-wave-pulse:before{content:""}.pi-turkish-lira:before{content:""}.pi-spinner-dotted:before{content:""}.pi-crown:before{content:""}.pi-pause-circle:before{content:""}.pi-warehouse:before{content:""}.pi-objects-column:before{content:""}.pi-clipboard:before{content:""}.pi-play-circle:before{content:""}.pi-venus:before{content:""}.pi-cart-minus:before{content:""}.pi-file-plus:before{content:""}.pi-microchip:before{content:""}.pi-twitch:before{content:""}.pi-building-columns:before{content:""}.pi-file-check:before{content:""}.pi-microchip-ai:before{content:""}.pi-trophy:before{content:""}.pi-barcode:before{content:""}.pi-file-arrow-up:before{content:""}.pi-mars:before{content:""}.pi-tiktok:before{content:""}.pi-arrow-up-right-and-arrow-down-left-from-center:before{content:""}.pi-ethereum:before{content:""}.pi-list-check:before{content:""}.pi-thumbtack:before{content:""}.pi-arrow-down-left-and-arrow-up-right-to-center:before{content:""}.pi-equals:before{content:""}.pi-lightbulb:before{content:""}.pi-star-half:before{content:""}.pi-address-book:before{content:""}.pi-chart-scatter:before{content:""}.pi-indian-rupee:before{content:""}.pi-star-half-fill:before{content:""}.pi-cart-arrow-down:before{content:""}.pi-calendar-clock:before{content:""}.pi-sort-up-fill:before{content:""}.pi-sparkles:before{content:""}.pi-bullseye:before{content:""}.pi-sort-down-fill:before{content:""}.pi-graduation-cap:before{content:""}.pi-hammer:before{content:""}.pi-bell-slash:before{content:""}.pi-gauge:before{content:""}.pi-shop:before{content:""}.pi-headphones:before{content:""}.pi-eraser:before{content:""}.pi-stopwatch:before{content:""}.pi-verified:before{content:""}.pi-delete-left:before{content:""}.pi-hourglass:before{content:""}.pi-truck:before{content:""}.pi-wrench:before{content:""}.pi-microphone:before{content:""}.pi-megaphone:before{content:""}.pi-arrow-right-arrow-left:before{content:""}.pi-bitcoin:before{content:""}.pi-file-edit:before{content:""}.pi-language:before{content:""}.pi-file-export:before{content:""}.pi-file-import:before{content:""}.pi-file-word:before{content:""}.pi-gift:before{content:""}.pi-cart-plus:before{content:""}.pi-thumbs-down-fill:before{content:""}.pi-thumbs-up-fill:before{content:""}.pi-arrows-alt:before{content:""}.pi-calculator:before{content:""}.pi-sort-alt-slash:before{content:""}.pi-arrows-h:before{content:""}.pi-arrows-v:before{content:""}.pi-pound:before{content:""}.pi-prime:before{content:""}.pi-chart-pie:before{content:""}.pi-reddit:before{content:""}.pi-code:before{content:""}.pi-sync:before{content:""}.pi-shopping-bag:before{content:""}.pi-server:before{content:""}.pi-database:before{content:""}.pi-hashtag:before{content:""}.pi-bookmark-fill:before{content:""}.pi-filter-fill:before{content:""}.pi-heart-fill:before{content:""}.pi-flag-fill:before{content:""}.pi-circle:before{content:""}.pi-circle-fill:before{content:""}.pi-bolt:before{content:""}.pi-history:before{content:""}.pi-box:before{content:""}.pi-at:before{content:""}.pi-arrow-up-right:before{content:""}.pi-arrow-up-left:before{content:""}.pi-arrow-down-left:before{content:""}.pi-arrow-down-right:before{content:""}.pi-telegram:before{content:""}.pi-stop-circle:before{content:""}.pi-stop:before{content:""}.pi-whatsapp:before{content:""}.pi-building:before{content:""}.pi-qrcode:before{content:""}.pi-car:before{content:""}.pi-instagram:before{content:""}.pi-linkedin:before{content:""}.pi-send:before{content:""}.pi-slack:before{content:""}.pi-sun:before{content:""}.pi-moon:before{content:""}.pi-vimeo:before{content:""}.pi-youtube:before{content:""}.pi-flag:before{content:""}.pi-wallet:before{content:""}.pi-map:before{content:""}.pi-link:before{content:""}.pi-credit-card:before{content:""}.pi-discord:before{content:""}.pi-percentage:before{content:""}.pi-euro:before{content:""}.pi-book:before{content:""}.pi-shield:before{content:""}.pi-paypal:before{content:""}.pi-amazon:before{content:""}.pi-phone:before{content:""}.pi-filter-slash:before{content:""}.pi-facebook:before{content:""}.pi-github:before{content:""}.pi-twitter:before{content:""}.pi-step-backward-alt:before{content:""}.pi-step-forward-alt:before{content:""}.pi-forward:before{content:""}.pi-backward:before{content:""}.pi-fast-backward:before{content:""}.pi-fast-forward:before{content:""}.pi-pause:before{content:""}.pi-play:before{content:""}.pi-compass:before{content:""}.pi-id-card:before{content:""}.pi-ticket:before{content:""}.pi-file-o:before{content:""}.pi-reply:before{content:""}.pi-directions-alt:before{content:""}.pi-directions:before{content:""}.pi-thumbs-up:before{content:""}.pi-thumbs-down:before{content:""}.pi-sort-numeric-down-alt:before{content:""}.pi-sort-numeric-up-alt:before{content:""}.pi-sort-alpha-down-alt:before{content:""}.pi-sort-alpha-up-alt:before{content:""}.pi-sort-numeric-down:before{content:""}.pi-sort-numeric-up:before{content:""}.pi-sort-alpha-down:before{content:""}.pi-sort-alpha-up:before{content:""}.pi-sort-alt:before{content:""}.pi-sort-amount-up:before{content:""}.pi-sort-amount-down:before{content:""}.pi-sort-amount-down-alt:before{content:""}.pi-sort-amount-up-alt:before{content:""}.pi-palette:before{content:""}.pi-undo:before{content:""}.pi-desktop:before{content:""}.pi-sliders-v:before{content:""}.pi-sliders-h:before{content:""}.pi-search-plus:before{content:""}.pi-search-minus:before{content:""}.pi-file-excel:before{content:""}.pi-file-pdf:before{content:""}.pi-check-square:before{content:""}.pi-chart-line:before{content:""}.pi-user-edit:before{content:""}.pi-exclamation-circle:before{content:""}.pi-android:before{content:""}.pi-google:before{content:""}.pi-apple:before{content:""}.pi-microsoft:before{content:""}.pi-heart:before{content:""}.pi-mobile:before{content:""}.pi-tablet:before{content:""}.pi-key:before{content:""}.pi-shopping-cart:before{content:""}.pi-comments:before{content:""}.pi-comment:before{content:""}.pi-briefcase:before{content:""}.pi-bell:before{content:""}.pi-paperclip:before{content:""}.pi-share-alt:before{content:""}.pi-envelope:before{content:""}.pi-volume-down:before{content:""}.pi-volume-up:before{content:""}.pi-volume-off:before{content:""}.pi-eject:before{content:""}.pi-money-bill:before{content:""}.pi-images:before{content:""}.pi-image:before{content:""}.pi-sign-in:before{content:""}.pi-sign-out:before{content:""}.pi-wifi:before{content:""}.pi-sitemap:before{content:""}.pi-chart-bar:before{content:""}.pi-camera:before{content:""}.pi-dollar:before{content:""}.pi-lock-open:before{content:""}.pi-table:before{content:""}.pi-map-marker:before{content:""}.pi-list:before{content:""}.pi-eye-slash:before{content:""}.pi-eye:before{content:""}.pi-folder-open:before{content:""}.pi-folder:before{content:""}.pi-video:before{content:""}.pi-inbox:before{content:""}.pi-lock:before{content:""}.pi-unlock:before{content:""}.pi-tags:before{content:""}.pi-tag:before{content:""}.pi-power-off:before{content:""}.pi-save:before{content:""}.pi-question-circle:before{content:""}.pi-question:before{content:""}.pi-copy:before{content:""}.pi-file:before{content:""}.pi-clone:before{content:""}.pi-calendar-times:before{content:""}.pi-calendar-minus:before{content:""}.pi-calendar-plus:before{content:""}.pi-ellipsis-v:before{content:""}.pi-ellipsis-h:before{content:""}.pi-bookmark:before{content:""}.pi-globe:before{content:""}.pi-replay:before{content:""}.pi-filter:before{content:""}.pi-print:before{content:""}.pi-align-right:before{content:""}.pi-align-left:before{content:""}.pi-align-center:before{content:""}.pi-align-justify:before{content:""}.pi-cog:before{content:""}.pi-cloud-download:before{content:""}.pi-cloud-upload:before{content:""}.pi-cloud:before{content:""}.pi-pencil:before{content:""}.pi-users:before{content:""}.pi-clock:before{content:""}.pi-user-minus:before{content:""}.pi-user-plus:before{content:""}.pi-trash:before{content:""}.pi-external-link:before{content:""}.pi-window-maximize:before{content:""}.pi-window-minimize:before{content:""}.pi-refresh:before{content:""}.pi-user:before{content:""}.pi-exclamation-triangle:before{content:""}.pi-calendar:before{content:""}.pi-chevron-circle-left:before{content:""}.pi-chevron-circle-down:before{content:""}.pi-chevron-circle-right:before{content:""}.pi-chevron-circle-up:before{content:""}.pi-angle-double-down:before{content:""}.pi-angle-double-left:before{content:""}.pi-angle-double-right:before{content:""}.pi-angle-double-up:before{content:""}.pi-angle-down:before{content:""}.pi-angle-left:before{content:""}.pi-angle-right:before{content:""}.pi-angle-up:before{content:""}.pi-upload:before{content:""}.pi-download:before{content:""}.pi-ban:before{content:""}.pi-star-fill:before{content:""}.pi-star:before{content:""}.pi-chevron-left:before{content:""}.pi-chevron-right:before{content:""}.pi-chevron-down:before{content:""}.pi-chevron-up:before{content:""}.pi-caret-left:before{content:""}.pi-caret-right:before{content:""}.pi-caret-down:before{content:""}.pi-caret-up:before{content:""}.pi-search:before{content:""}.pi-check:before{content:""}.pi-check-circle:before{content:""}.pi-times:before{content:""}.pi-times-circle:before{content:""}.pi-plus:before{content:""}.pi-plus-circle:before{content:""}.pi-minus:before{content:""}.pi-minus-circle:before{content:""}.pi-circle-on:before{content:""}.pi-circle-off:before{content:""}.pi-sort-down:before{content:""}.pi-sort-up:before{content:""}.pi-sort:before{content:""}.pi-step-backward:before{content:""}.pi-step-forward:before{content:""}.pi-th-large:before{content:""}.pi-arrow-down:before{content:""}.pi-arrow-left:before{content:""}.pi-arrow-right:before{content:""}.pi-arrow-up:before{content:""}.pi-bars:before{content:""}.pi-arrow-circle-down:before{content:""}.pi-arrow-circle-left:before{content:""}.pi-arrow-circle-right:before{content:""}.pi-arrow-circle-up:before{content:""}.pi-info:before{content:""}.pi-info-circle:before{content:""}.pi-home:before{content:""}.pi-spinner:before{content:""}
