:root{--red-500:#ff3d32;--green-500:#22c55e}.text-red{color:var(--red-500)}.text-green{color:var(--green-500)}.logout-button{padding:.25rem 0;font-size:.75rem;font-weight:600}.header{display:flex;flex-flow:row nowrap;justify-content:flex-end;align-items:center;gap:1rem;padding:1rem}.menu{width:100%}.menu,.profile{display:flex;flex:auto}.profile{background-color:#2b2b2b;border:1px solid #1c1c1c;padding:.5rem;height:58px;width:-moz-fit-content;width:fit-content;border-radius:.3rem}.profile .logout-button,.profile .profile-email{color:#ffffff}.content{max-width:75rem;width:100%;padding:0 1.5rem 2rem}.entry-category{display:flex;flex-flow:row nowrap;gap:.5rem}.entry-category p{display:flex;flex-flow:column;flex:1 0 auto;margin:0}.type-dot{display:flex;flex:1 0 auto;margin:.35rem 0 0;width:.5rem;height:.5rem;border-radius:50%;background-color:#000000}.type-dot.in{background-color:#4CAF50}.type-dot.out{background-color:#F44336}