*,*:before,*:after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role=list],ol[role=list]{list-style:none}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}a:not([class]){text-decoration-skip-ink:auto}input,button,textarea,select{font:inherit}@media (prefers-reduced-motion: reduce){html:focus-within{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}:root{--clr-white: #FFFFFF;--clr-black: #000000;--clr-red-500: #cf1919;--clr-red-600: #b30f0f;--clr-red-700: #9a0c0c;--clr-green-500: #1f9d55;--clr-green-600: #1a8b4e;--clr-green-700: #147a46;--clr-blue-500: #2d9cdb;--clr-blue-600: #2687c4;--clr-blue-700: #1f73ad;--clr-yellow-500: #e4be4d;--clr-yellow-600: #d4b040;--clr-yellow-700: #c4a433;--clr-purple-500: #9b51e0;--clr-purple-600: #8a46c9;--clr-purple-700: #793ccf;--clr-orange-500: #f2994a;--clr-orange-600: #e08b3f;--clr-orange-700: #cd7f34;--clr-pink-500: #f2a0c4;--clr-pink-600: #e08bb3;--clr-pink-700: #cd7f9a;--clr-brown-500: #a0522d;--clr-brown-600: #8b4513;--clr-brown-700: #7a3d0c;--clr-grey-500: #8a8c91;--clr-grey-600: #7a7c80;--clr-grey-700: #6a6c70;--shadow-color: rgba(53, 53, 53, .641);--counter-shadow: 3px 3px 6px 0px var(--shadow-color);--button-shadow: 0px 0px 5px 0px var(--shadow-color);--font: Verdana, Arial, Helvetica, sans-serif;--header-height: 44px;--footer-height: 44px}html,body,#app{height:100%;margin:0}body{font-family:var(--font)}button{display:inline-flex;padding:6px;justify-content:center;align-items:center;gap:10px;width:max-content;height:max-content;border:none;border-radius:10px;color:var(--clr-white);background-color:var(--clr-blue-500);box-shadow:var(--button-shadow)}button:hover{cursor:pointer}button.--btn-icon{border:none;border-radius:0;background:none;box-shadow:none}button.--outline{box-shadow:none;background:none}input{border:1px solid var(--info);border-radius:10px;width:100%}input:focus{outline:var(--info) solid 1px}.footer[data-v-ae0b5bc9]{width:100%;height:var(--footer-height);display:flex;align-items:center;justify-content:space-evenly}.footer .footer__link[data-v-ae0b5bc9]{display:flex;flex-direction:column;align-items:center;color:var(--clr-white);padding:5px}.footer .footer__link.router-link-active[data-v-ae0b5bc9]{color:var(--clr-white);border:2px solid var(--clr-white);border-radius:7px}.counter__buttons[data-v-9780559a]{display:flex;align-items:center;justify-content:space-between;width:100%;height:100%}.counter__buttons .counter__button[data-v-9780559a]{width:7em;height:100%;padding:0;gap:0;border-radius:0;box-shadow:none}.counter__buttons .counter__value[data-v-9780559a]{display:flex;align-items:center;justify-content:center;width:100%;height:100%;overflow:hidden;text-overflow:ellipsis;color:var(--clr-white);font-size:2em}.counter[data-v-34924e4f]{position:relative;display:flex;flex-direction:column;width:100%;height:100%;min-height:120px;align-items:center;border-radius:10px;background-color:var(--clr-grey-500);box-shadow:var(--counter-shadow);overflow:hidden}.counter .counter__winner[data-v-34924e4f]{position:absolute;top:50%;left:50%;transform:translate(-50%,-40%) rotate(-20deg);width:45%;height:auto;filter:opacity(.2)}.counter .counter__header[data-v-34924e4f]{display:flex;gap:10px;align-items:center;justify-content:center;width:100%;height:40px;background-color:var(--clr-grey-600);padding:10px}.counter .counter__header .counter__option[data-v-34924e4f]{display:flex;transition:transform .15s ease}.counter .counter__header .counter__option--open[data-v-34924e4f]{transform:rotate(90deg)}.counter .counter__header .counter__options[data-v-34924e4f]{display:flex;gap:10px;width:100%;overflow:auto}.counter .counter__header .counter__options>div[data-v-34924e4f]{display:flex}.counter .counter__header .counter__name[data-v-34924e4f]{width:100%;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--clr-white)}.counter .counter__header .counter__name .counter__name--p[data-v-34924e4f]{text-overflow:ellipsis;font-size:1.2em}.counter .counter__header .counter__input[data-v-34924e4f]{display:flex;gap:10px;width:100%}.header[data-v-fb240055]{width:100%;height:var(--header-height);display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:10px;padding:2px 5px;color:var(--clr-white)}.header .header__title[data-v-fb240055]{display:flex;align-items:center;height:100%}.header .header__option[data-v-fb240055]{display:flex;transition:transform .15s ease}.header .header__option--open[data-v-fb240055]{transform:rotate(90deg)}.header .header__options[data-v-fb240055]{display:flex;gap:10px;width:100%}.app.one-col[data-v-71d28ab9]{height:calc(100vh - var(--header-height) - var(--footer-height));display:flex;flex-direction:column;gap:10px;padding:10px;overflow:auto}.app.two-col[data-v-71d28ab9]{height:calc(100vh - var(--header-height) - var(--footer-height));display:grid;grid-template-columns:repeat(2,1fr);gap:10px;padding:10px;overflow:auto}.add__counter[data-v-71d28ab9]{position:fixed;bottom:10px;right:10px;border-radius:100%;width:3em;height:3em;padding:0}.overlay[data-v-5dd668aa]{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:9999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#000}.modal[data-v-5dd668aa]{background:#fff;padding:5px 10px;border-radius:8px;max-width:800px;max-height:80vh;overflow-y:auto;width:90%;position:relative}.settings[data-v-94803f2c]{height:calc(100vh - var(--footer-height));display:flex;flex-direction:column;padding:20px}.settings-accentBlack[data-v-94803f2c]{color:var(--clr-black)}.settings-accentBlack .settings__toggle--selected[data-v-94803f2c]{border:2px solid var(--clr-black)}.settings-accentWhite[data-v-94803f2c]{color:var(--clr-white)}.settings-accentWhite .settings__toggle--selected[data-v-94803f2c]{border:2px solid var(--clr-white)}.settings__container[data-v-94803f2c]{height:100%}.settings__block[data-v-94803f2c]{display:flex;flex-direction:column;gap:10px;border-radius:10px;padding:10px;-webkit-backdrop-filter:blur(40px) brightness(1.1);backdrop-filter:blur(40px) brightness(1.1);box-shadow:var(--counter-shadow)}.settings__title[data-v-94803f2c]{font-size:18px;font-weight:600}.settings__toggle-group[data-v-94803f2c]{display:flex;flex-direction:row;justify-content:space-around;gap:10px}.settings__toggle[data-v-94803f2c]{border-radius:10px;padding:10px;display:flex;flex:1;flex-direction:column;align-items:center;gap:10px}.settings__about[data-v-94803f2c]{font-size:.75em;text-align:center}
