:root{--color-background-always: #f6f7f8;--color-text-always: #000000;--color-background-dark-always: #1a2225;--color-error: #d93025;--color-warning: rgb(232, 83, 75)}:root{--color-main: #46b48f;--color-background-light: #36464c;--color-heard: #1a2225;--color-background: #1a2225;--color-background-inverted: #f6f7f8;--color-text: #ffffff;--color-text-inverted: #000000;--image-theme: url(/assets/img/sun_v2.svg)}.light{--color-main: #46b48f;--color-background-light: #f6f7f8;--color-heard: #ffffff;--color-background: #f6f7f8;--color-background-inverted: #1a2225;--color-text: #000000;--color-text-inverted: #ffffff;--image-theme: url(/assets/img/moon_v2.svg)}html,body{margin:0;padding:0;height:100vh;font-family:adieu,sans-serif;color:var(--color-text)}app-root{display:flex;flex-direction:column;height:100vh}app-header{z-index:1;height:64px;flex-shrink:0;background-color:var(--color-heard)}app-home-page,app-trip-page,app-not-found-page{flex:1;overflow:auto;background-color:var(--color-background);padding-bottom:64px}app-trip-popup,app-expense-popup{display:flex;flex:1;overflow:auto}@font-face{font-family:xbox;src:url("./media/xbox-YE22EK7N.otf") format("opentype");font-weight:700;font-style:normal}@font-face{font-family:adieu;src:url("./media/adieu-AJMXSBSV.otf") format("opentype");font-weight:400;font-style:normal}@font-face{font-family:inter;src:url("./media/inter-7OB3L5VS.otf") format("opentype");font-weight:400;font-style:normal}@font-face{font-family:inter-bold;src:url("./media/inter-bold-F33NQ4VX.otf") format("opentype");font-weight:700;font-style:normal}.input-block{display:flex;flex-flow:wrap;width:100%}.input-block .input-block__has-error{border-color:var(--color-error)}.input-block .input-block__has-error:focus{border-color:var(--color-error)}.input-block__error{height:12px;font-size:10px;color:var(--color-error)}.dots{height:44px;margin:auto;display:inline-flex;gap:6px;align-items:center;justify-content:center}.page-dots{height:100%;width:100%}.dots span{width:8px;height:8px;border-radius:50%;background:var(--color-main);opacity:.25;animation:dots 1s infinite linear}.dots span:nth-child(2){animation-delay:.15s}.dots span:nth-child(3){animation-delay:.3s}@keyframes dots{0%,80%,to{opacity:.25;transform:translateY(0)}40%{opacity:1;transform:translateY(-6px)}}.overflow-ellipsis{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;display:block}.white-space-nowrap{white-space:nowrap}button{border-radius:12px;border:none;background-color:var(--color-main);color:var(--color-background-always);cursor:pointer;font-family:inter,sans-serif}button:hover{opacity:.8}button:disabled{opacity:.6;cursor:auto}button,a,.touch-action{touch-action:manipulation;-webkit-user-select:none;-webkit-tap-highlight-color:transparent}
