:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#efefef;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding:0}section{width:100%;height:fit-content;flex:1;margin-top:4rem;display:flex;justify-content:center;align-items:center;flex-direction:column}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#ccc;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.home{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:.25rem}.home__button{width:20rem}.dashboard-layout{display:flex;flex-direction:column;justify-content:space-between;width:100vw;height:100vh}.dashboard-layout__top-bar{flex-shrink:0;position:fixed;height:4rem;box-sizing:border-box;width:100%;display:flex;flex-direction:row;align-items:center;padding:1rem;justify-content:space-between;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-bottom:1px solid rgba(0,0,0,.12);background-color:#ffffff7a;z-index:999}.dashboard-layout__bottom-bar{flex-shrink:0;height:4rem;width:100%;display:flex;justify-content:center;align-items:center}.breadcrumb{display:flex;&__item{padding-left:1rem;padding-right:1rem;display:flex;align-items:center;background-color:gray;&:not(:last-child):after{content:">";padding-left:1rem}}}.stores{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:.25rem}.stores__store{flex:1;height:100%;width:100%}.stores__add{aspect-ratio:1}.schedule-input{box-sizing:border-box;min-width:180px;padding:1rem;background-color:#fff;border:1px solid #d9d9d9;border-radius:.75rem}.schedule-input__title{margin:0!important;padding:0}.schedule-input__head{padding:.5rem}.schedule-input__body ul{margin-top:0;padding:0;list-style:none;display:flex;flex-direction:row;justify-content:space-between;gap:.25rem}.schedule-input__body li{display:flex;align-items:center;justify-content:center;box-sizing:border-box;font-weight:800;cursor:pointer;background-color:#0000;border:1px solid #e8e8e8;border-radius:999px;font-size:.75rem;aspect-ratio:1;width:2rem}.schedule-input__body li.active{display:flex;align-items:center;justify-content:center;box-sizing:border-box;font-weight:800;cursor:pointer;background-color:#1677ff;border:1px solid #1677ff;color:#fff;border-radius:999px;font-size:.75rem;aspect-ratio:1;width:2rem}.analytics-data{width:clamp(20rem,80%,50rem)}
