@import url("/assets/button-57b43802.css");
@import url("/assets/chores-1e8dea6b.css");
@import url("/assets/summary-6eaac8a0.css");

body {
    margin: 0;
    background-color: rgb(235, 236, 237);
    font-family: system-ui;
}

a {
    color: rgb(15, 15, 15);
    font-weight: 600;
    text-decoration-color: rgb(148, 148, 148);
    text-decoration-style: dotted;
    text-underline-offset: 0.2em;
}

a:hover {
    color: rgb(166, 90, 248);
    text-decoration-color: rgb(178, 116, 243);
}
main {
    padding: 0.5em 0.5em 1em;
}
.flash {
    padding: 0.5em 0.75em;
    margin: 0.5em 0;
    border-radius: 0.375em;
    font-size: 0.875em;
}
.flash-notice {
    background-color: rgb(220, 240, 220);
    color: #2d5f2d;
}
.flash-alert {
    background-color: rgb(245, 218, 218);
    color: #8b2e2e;
}
.page-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header {
    background-color: #fff;
    padding: 1em;
}

.header-row {
    display: flex;
    justify-content: space-between;
}

header nav {
    padding-top: 0.8em;
    font-size: 0.85em;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-title {
    color: rgb(15, 15, 15);
    font-weight: 600;
    text-decoration-color: rgb(148, 148, 148);
    text-decoration-style: dotted;
    text-underline-offset: 0.2em;
    font-size: 1.25em;
}

.header-session {
    display: flex;
    align-items: center;
}

.header-session button {
    margin-left: 0.8em;
}

.avatar {
    border-radius: 50%;
}
