:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64)}:root{--color-background: var(--vt-c-white);--color-background-soft: var(--vt-c-white-soft);--color-background-mute: var(--vt-c-white-mute);--color-border: var(--vt-c-divider-light-2);--color-border-hover: var(--vt-c-divider-light-1);--color-heading: var(--vt-c-text-light-1);--color-text: var(--vt-c-text-light-1);--section-gap: 160px}@media (prefers-color-scheme: dark){:root{--color-background: var(--vt-c-black);--color-background-soft: var(--vt-c-black-soft);--color-background-mute: var(--vt-c-black-mute);--color-border: var(--vt-c-divider-dark-2);--color-border-hover: var(--vt-c-divider-dark-1);--color-heading: var(--vt-c-text-dark-1);--color-text: var(--vt-c-text-dark-2)}}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}body{min-height:100vh;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{margin:0 auto;font-weight:400}a,.green{text-decoration:none;color:#00bd7e;transition:.4s;padding:3px}@media (hover: hover){a:hover{background-color:#00bd7e33}}.product[data-v-88e8d2d3]{position:relative;display:flex;flex-direction:column;align-items:center;border:1px solid #ccc;padding:0;border-radius:8px;background-color:gray;cursor:pointer;width:10rem;max-width:40vw;aspect-ratio:1 / 1;justify-content:space-between}.product .i[data-v-88e8d2d3]{position:absolute;top:0;left:0;padding:.2rem}.product[data-v-88e8d2d3]:disabled{cursor:not-allowed}.product [data-v-88e8d2d3]{padding:.5rem}.product .bottom[data-v-88e8d2d3]{width:100%;display:flex;justify-content:space-between;border-top:1px solid #ccc}body[data-v-cf77fd36]{margin:0;font-family:Arial,sans-serif;padding:0}.dashboard[data-v-cf77fd36]{display:flex;width:100vw;height:100dvh;justify-items:end}.dashboard .checkout-info-wrapper[data-v-cf77fd36]{position:absolute;display:flex;justify-content:center;align-items:center;top:0;right:0;height:100%;width:100%;background-color:#00000080;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1000}.dashboard .checkout-info-wrapper .checkout-info[data-v-cf77fd36]{padding:1rem;width:20rem;min-height:20rem;border-radius:1rem;border:1px solid #ccc;display:flex;flex-direction:column;background-color:inherit}.dashboard .checkout-info-wrapper .checkout-info .info[data-v-cf77fd36]{margin-bottom:1rem;flex:1}.dashboard .checkout-info-wrapper .checkout-info .info [status=succeeded][data-v-cf77fd36]{color:green}.dashboard .checkout-info-wrapper .checkout-info .info [status=failed][data-v-cf77fd36]{color:red}.dashboard .checkout-info-wrapper .checkout-info input[invalid=true][data-v-cf77fd36]{background-color:#fdd}.dashboard .checkout-info-wrapper .checkout-info button[data-v-cf77fd36]{width:100%;padding:.5rem;border-radius:4px;border:none;cursor:pointer;margin-top:.5rem}.dashboard .checkout-info-wrapper .checkout-info button[data-v-cf77fd36]:hover{opacity:.9}.dashboard .checkout-info-wrapper .checkout-info button[data-v-cf77fd36]:disabled{background-color:#ccc!important;cursor:not-allowed}.dashboard .products[data-v-cf77fd36]{flex:1;padding:1rem;overflow-y:scroll}.dashboard .products .product-grid[data-v-cf77fd36]{display:flex;flex-wrap:wrap;gap:1rem;width:100%;flex-direction:row;justify-content:center}.dashboard .inventory[data-v-cf77fd36]{display:flex;flex-direction:column;width:20rem;height:100%;border-left:1px solid #ccc}.dashboard .inventory .top[data-v-cf77fd36]{padding:1rem;height:100%}.dashboard .inventory .top .items[data-v-cf77fd36]{display:flex;width:100%;gap:.5rem;align-items:center;padding:.2rem}.dashboard .inventory .top .items .name[data-v-cf77fd36]{flex:1}.dashboard .inventory .top .items button[data-v-cf77fd36]{border-radius:4px;width:1.5rem;height:1.5rem;border:none;background-color:red;cursor:pointer}.dashboard .inventory .bottom[data-v-cf77fd36]{display:flex;gap:1rem;padding:1rem;flex-direction:column;border-top:1px solid #ccc}.dashboard .inventory .bottom input[data-v-cf77fd36]{width:100%;padding:.2rem;border-radius:4px;border:1px solid #ccc;font-size:.8rem}.dashboard .inventory .bottom .buttons[data-v-cf77fd36]{display:flex;gap:.5rem}.dashboard .inventory .bottom .buttons button[data-v-cf77fd36]{border:none;border-radius:4px;cursor:pointer;width:100%;padding:.5rem;font-size:1rem}.dashboard .inventory .bottom .buttons button[data-v-cf77fd36]:disabled{background-color:#ccc!important;cursor:not-allowed}@media only screen and (max-width: 960px){.dashboard[data-v-cf77fd36]{flex-direction:column}.dashboard .inventory[data-v-cf77fd36]{width:100%;background:var(--color-background);height:auto;border-left:none;border-top:1px solid #ccc}}header[data-v-eb47072a]{line-height:1.5}
