/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.logo {
  align-items: center;
  display: flex;
}
.logo::before {
  background: url("/assets/logo/mark-f73e4435.svg") no-repeat center/contain;
  content: "";
  display: inline-block;
  height: 29px;
  margin-right: 9px;
  width: 42px;
}
.logo__white::before {
  background: url("/assets/logo/mark-white-b6b4fb33.svg") no-repeat center/contain;
}
.logo__mono::before {
  background: url("/assets/logo/mark-mono-5eca4bb1.svg") no-repeat center/contain;
}

.button {
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  padding: 12px 24px;
  text-align: center;
}
.button svg {
  vertical-align: middle;
}

.button__small {
  font-size: 1.4rem;
  line-height: 1.973rem;
  padding: 6px 24px;
}

.button__primary {
  background-color: var(--color-coral-500);
  border-radius: 8px;
  border: none;
  box-shadow: 0 4px 10px rgba(227, 83, 67, 0.24);
  color: #fff;
}
.button__primary:hover, .button__primary:focus, .button__primary:active {
  background-color: var(--color-coral-700);
  color: white;
  text-decoration: none;
}
.button__primary:active {
  background-color: var(--color-coral-900);
  color: white;
}
.button__primary svg path {
  fill: white;
}

.button__secondary {
  background-color: #fff;
  border-radius: 8px;
  border: var(--color-petrol-700) solid 1px;
  color: var(--color-petrol-700);
}
.button__secondary:active, .button__secondary:focus, .button__secondary:hover {
  border-width: 2px;
  color: var(--color-petrol-700);
  padding: 11px 23px;
  text-decoration: none;
}
.button__secondary:active.button__small, .button__secondary:focus.button__small, .button__secondary:hover.button__small {
  padding: 5px 23px;
}
.button__secondary:active {
  background-color: rgba(232, 244, 248, 0.5);
}
.button__secondary svg path {
  fill: var(--color-petrol-700);
}

.button__patreon {
  border-color: var(--color-patreon-brand-black);
  color: var(--color-patreon-brand-black);
}
.button__patreon:active, .button__patreon:focus, .button__patreon:hover {
  color: var(--color-patreon-brand-black);
}
.button__patreon svg path {
  fill: var(--color-patreon-brand-black);
}

:root {
  --color-coral-100: #fbeeee;
  --color-coral-300: #f78d93;
  --color-coral-500: #f65572;
  --color-coral-700: #e33b65;
  --color-coral-900: #cf304d;
  --color-petrol-100: #e8f4f8;
  --color-petrol-300: #96cbe9;
  --color-petrol-500: #2677b0;
  --color-petrol-700: #08497f;
  --color-petrol-900: #052d49;
  --color-ui-100: #f5f5f8;
  --color-ui-200: #e6e7ed;
  --color-ui-300: #d3d5de;
  --color-ui-500: #a1a6ba;
  --color-ui-700: #586174;
  --color-ui-900: #484e65;
  --color-text-100: #f6f7f9;
  --color-text-300: #ced0d4;
  --color-text-500: #9697a1;
  --color-text-700: #737882;
  --color-text-800: #53575f;
  --color-text-900: #2d313d;
  --color-positive-100: #f4fbf9;
  --color-positive-300: #c4f3e6;
  --color-positive-500: #55cea2;
  --color-positive-700: #36ba8b;
  --color-positive-900: #2f9872;
  --color-negative-100: #fdf2f2;
  --color-negative-300: #f9cec8;
  --color-negative-500: #f6604c;
  --color-negative-700: #ea3b2e;
  --color-negative-900: #c32d22;
  --color-patreon-brand-black: #141518;
}

.button,
input,
select {
  border-radius: 8px;
}

input[type=checkbox] {
  vertical-align: top;
}

input[type=date],
input[type=email],
input[type=number],
input[type=tel],
input[type=text],
input[type=url],
select,
trix-editor {
  background-color: white;
  border: var(--color-ui-500) solid 1px;
  margin-bottom: 24px;
  outline: none;
  padding: 12px 16px;
  position: relative;
}
input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus,
trix-editor:focus {
  border-color: var(--color-petrol-900);
}
input[type=date]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
input[type=url]::placeholder,
select::placeholder,
trix-editor::placeholder {
  color: var(--color-ui-500);
  opacity: 1;
}
input[type=date]:invalid,
input[type=email]:invalid,
input[type=number]:invalid,
input[type=tel]:invalid,
input[type=text]:invalid,
input[type=url]:invalid,
select:invalid,
trix-editor:invalid {
  box-shadow: none;
}
input[type=date]:not(:placeholder-shown):not(:focus):invalid,
input[type=email]:not(:placeholder-shown):not(:focus):invalid,
input[type=number]:not(:placeholder-shown):not(:focus):invalid,
input[type=tel]:not(:placeholder-shown):not(:focus):invalid,
input[type=text]:not(:placeholder-shown):not(:focus):invalid,
input[type=url]:not(:placeholder-shown):not(:focus):invalid,
select:not(:placeholder-shown):not(:focus):invalid,
trix-editor:not(:placeholder-shown):not(:focus):invalid {
  background: url("/assets/icons/24/error-383894ca.svg") var(--color-negative-100) no-repeat calc(100% - 16px) center;
  border-color: var(--color-negative-900);
  padding-right: 56px;
}
input[type=date].valid,
input[type=email].valid,
input[type=number].valid,
input[type=tel].valid,
input[type=text].valid,
input[type=url].valid,
select.valid,
trix-editor.valid {
  background: url("/assets/icons/24/success-a7022133.svg") no-repeat calc(100% - 16px) center;
  padding-right: 56px;
}
input[type=date].invalid,
input[type=email].invalid,
input[type=number].invalid,
input[type=tel].invalid,
input[type=text].invalid,
input[type=url].invalid,
select.invalid,
trix-editor.invalid {
  background: url("/assets/icons/24/error-383894ca.svg") no-repeat calc(100% - 16px) center;
  padding-right: 56px;
}

select {
  appearance: none;
  background: url("/assets/icons/24/navigation/down-arrow-8975f7da.svg") no-repeat calc(100% - 16px) center;
  padding-right: 56px;
}

html {
  box-sizing: border-box;
  min-height: 100vh;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

*:active {
  outline: none;
}

::selection {
  color: var(--color-text-100);
  background: var(--color-petrol-300);
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

img {
  max-width: 100%;
}

.turbo-progress-bar {
  background-color: var(--color-petrol-300);
  height: 3px;
}

.container {
  height: 100%;
  margin: 0 auto;
  max-width: 1094px;
  padding: 0 24px;
  width: 100%;
}

.grid {
  column-gap: 36px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  row-gap: 36px;
}
@media only screen and (min-width: 480px) {
  .grid {
    column-gap: 24px;
    grid-template-columns: repeat(6, 1fr);
    row-gap: 24px;
  }
}
@media only screen and (min-width: 900px) {
  .grid {
    grid-template-columns: repeat(12, 1fr);
  }
}

a {
  color: var(--color-coral-700);
  font-weight: 700;
  text-decoration: none;
}
a:focus, a:hover {
  color: var(--color-coral-900);
  text-decoration: underline;
}

.checkbox-control {
  left: -9999px !important;
  position: absolute !important;
}

@media only screen and (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}

.desktop-only {
  display: none;
}
@media only screen and (min-width: 768px) {
  .desktop-only {
    display: revert;
  }
}

table {
  width: 100%;
}

thead {
  text-align: left;
}

tbody tr:nth-child(even) {
  background: var(--color-ui-100);
}

tbody tr:hover {
  background: var(--color-petrol-100);
}

td,
th {
  padding: 4px;
}

@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Nunito Sans Regular"), local("NunitoSans-Regular"), url("/assets/nunito-sans-v6-latin-400-8021611e.woff2") format("woff2"), url("/assets/nunito-sans-v6-latin-400-bf5b652e.woff") format("woff");
}
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Nunito Sans SemiBold"), local("NunitoSans-SemiBold"), url("/assets/nunito-sans-v6-latin-600-5e36f2ea.woff2") format("woff2"), url("/assets/nunito-sans-v6-latin-600-45ed6605.woff") format("woff");
}
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Nunito Sans Bold"), local("NunitoSans-Bold"), url("/assets/nunito-sans-v6-latin-700-4de51f77.woff2") format("woff2"), url("/assets/nunito-sans-v6-latin-700-0bba04f7.woff") format("woff");
}
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 800;
  src: local("Nunito Sans ExtraBold"), local("NunitoSans-ExtraBold"), url("/assets/nunito-sans-v6-latin-800-a3bf8828.woff2") format("woff2"), url("/assets/nunito-sans-v6-latin-800-d0527916.woff") format("woff");
}
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 900;
  src: local("Nunito Sans Black"), local("NunitoSans-Black"), url("/assets/nunito-sans-v6-latin-900-c7793288.woff2") format("woff2"), url("/assets/nunito-sans-v6-latin-900-5974d727.woff") format("woff");
}
html {
  font-family: "Nunito Sans", sans-serif;
  font-size: 62.5%;
  font-style: normal;
  font-weight: 400;
  color: var(--color-text-900);
}

body {
  font-size: 1.6rem;
}

.txt--center {
  text-align: center;
}

.txt--success {
  color: var(--color-positive-900);
}

.txt--error {
  color: var(--color-negative-900);
}

.txt--regular {
  font-weight: 400;
}

.txt--semi-bold {
  font-weight: 600;
}

.txt--bold {
  font-weight: 700;
}

.txt--extra-bold {
  font-weight: 800;
}

.txt--black {
  font-weight: 900;
}

.txt--h-jumbo {
  font-size: 3.6rem;
  line-height: 4.226rem;
}
@media only screen and (min-width: 480px) {
  .txt--h-jumbo {
    font-size: 4.4rem;
    line-height: 4.77rem;
  }
}

.txt--h-large {
  font-size: 3.1rem;
  line-height: 3.577rem;
}
@media only screen and (min-width: 480px) {
  .txt--h-large {
    font-size: 3.6rem;
    line-height: 4.226rem;
  }
}

.txt--h-medium {
  font-size: 2.5rem;
  line-height: 2.91rem;
}
@media only screen and (min-width: 480px) {
  .txt--h-medium {
    font-size: 3.1rem;
    line-height: 3.577rem;
  }
}

.txt--h-small {
  font-size: 2.2rem;
  line-height: 2.561rem;
}
@media only screen and (min-width: 480px) {
  .txt--h-small {
    font-size: 2.5rem;
    line-height: 2.91rem;
  }
}

.txt--h-tiny {
  font-size: 1.9rem;
  line-height: 2.592rem;
}
@media only screen and (min-width: 480px) {
  .txt--h-tiny {
    font-size: 2.2rem;
    line-height: 2.561rem;
  }
}

.txt--h-caption {
  font-size: 1.8rem;
  line-height: 2.608rem;
}
@media only screen and (min-width: 480px) {
  .txt--h-caption {
    font-size: 1.9rem;
    line-height: 2.592rem;
  }
}

.txt--p-large {
  font-size: 1.8rem;
  line-height: 2.608rem;
}

.txt--p-medium {
  font-size: 1.6rem;
  line-height: 2.15rem;
}

.txt--p-small {
  font-size: 1.4rem;
  line-height: 1.973rem;
}

.txt--p-tiny {
  font-size: 1.2rem;
  line-height: 1.541rem;
}

.txt--p-caption {
  font-size: 1rem;
  line-height: 1.249rem;
}

.activity-entry {
  display: flex;
  margin-bottom: 32px;
}
.activity-entry::before {
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4px;
  content: "";
  display: inline-block;
  height: 24px;
  margin: 2px 8px 0 0;
  min-width: 24px;
}
.activity-entry p {
  margin: 0;
}
.activity-entry--title {
  margin: 0 0 4px;
}
.activity-entry--time {
  color: var(--color-ui-500);
}
.activity-entry__pledge_start::before {
  background-color: var(--color-petrol-100);
  background-image: url("/assets/icons/16/activities/pledge-start-d7879321.svg");
}
.activity-entry__pledge_upgrade::before {
  background-color: var(--color-petrol-100);
  background-image: url("/assets/icons/16/activities/pledge-upgrade-e9b34066.svg");
}
.activity-entry__pledge_downgrade::before {
  background-color: var(--color-petrol-100);
  background-image: url("/assets/icons/16/activities/pledge-downgrade-518b3ad8.svg");
}
.activity-entry__pledge_delete::before {
  background-color: var(--color-petrol-100);
  background-image: url("/assets/icons/16/activities/pledge-delete-ec9f1e77.svg");
}
.activity-entry__subscription_paid::before {
  background-color: var(--color-coral-100);
  background-image: url("/assets/icons/16/activities/subscription-paid-26fe6d60.svg");
}
.activity-entry__subscription_declined::before {
  background-color: var(--color-coral-100);
  background-image: url("/assets/icons/16/activities/subscription-declined-a2a69a91.svg");
}
.activity-entry__subscription_deleted::before {
  background-color: var(--color-coral-100);
  background-image: url("/assets/icons/16/activities/subscription-deleted-2f7f7afd.svg");
}
.activity-entry__subscription_pending::before {
  background-color: var(--color-coral-100);
  background-image: url("/assets/icons/16/activities/subscription-pending-3c63c884.svg");
}
.activity-entry__subscription_refunded::before, .activity-entry__subscription_partially_refunded::before, .activity-entry__subscription_refund_pending::before {
  background-color: var(--color-coral-100);
  background-image: url("/assets/icons/16/activities/subscription-refunded-bc2c1a05.svg");
}
.activity-entry__subscription_fraud::before {
  background-color: var(--color-coral-100);
  background-image: url("/assets/icons/16/activities/subscription-fraud-914407db.svg");
}
.activity-entry__subscription_other::before {
  background-color: var(--color-coral-100);
  background-image: url("/assets/icons/16/activities/subscription-other-4479c316.svg");
}

.applied-coupon {
  background: var(--color-positive-100);
  color: var(--color-positive-900);
  padding: 8px;
  text-align: center;
  width: 100%;
}

.checkout-faqs--faq {
  background-color: var(--color-petrol-100);
  border-radius: 8px;
  cursor: pointer;
  display: block;
  margin: 0 auto 32px;
  padding: 25px;
  width: 100%;
}
@media only screen and (min-width: 900px) {
  .checkout-faqs--faq {
    width: 70%;
  }
}
.checkout-faqs--faq-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.checkout-faqs--faq-header span {
  flex: 1;
  margin: 0 15px;
}
.checkout-faqs--faq-header svg:last-child {
  transform: rotate(-90deg);
  transition: transform 0.3s ease-out;
}
.checkbox-control:checked ~ .checkout-faqs--faq-header {
  color: var(--color-petrol-500);
}
.checkbox-control:checked ~ .checkout-faqs--faq-header svg path {
  fill: var(--color-petrol-500);
}
.checkbox-control:checked ~ .checkout-faqs--faq-header svg:last-child {
  transform: rotate(0);
}
.checkout-faqs--faq-content {
  display: block;
  height: 0;
  margin-left: 47px;
  overflow: hidden;
}
.checkbox-control:checked ~ .checkout-faqs--faq-content {
  height: auto;
  margin-top: 16px;
}

.dashboard-card {
  align-items: center;
  background: white;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(125, 138, 172, 0.15);
  display: flex;
  flex-direction: row;
  grid-column: 1/-1;
  justify-content: start;
  padding: 16px 15%;
}
@media only screen and (min-width: 1080px) {
  .dashboard-card {
    flex-direction: column;
    grid-column: span 3;
    min-height: 262px;
    text-align: center;
  }
}
.dashboard-card--variation {
  align-items: center;
  background: var(--color-coral-100);
  border-radius: 100%;
  cursor: help;
  display: flex;
  justify-content: center;
  margin: 16px;
  min-height: 64px;
  min-width: 64px;
}
.dashboard-card--value {
  margin: 0 0 8px;
}
.dashboard-card--label {
  color: var(--color-text-500);
  margin: 0;
}

.dashboard-line-graph {
  background: var(--color-coral-700);
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(125, 138, 172, 0.15);
  color: white;
  grid-column: 1/-1;
  min-height: 262px;
  padding: 24px;
}
@media only screen and (min-width: 1080px) {
  .dashboard-line-graph {
    grid-column: span 6;
  }
}
.dashboard-line-graph--header {
  align-items: start;
  display: flex;
  justify-content: space-between;
}
.dashboard-line-graph--value {
  margin: 0 0 8px;
}
.dashboard-line-graph--label {
  margin: 0;
}
.dashboard-line-graph--periods {
  background: white;
  border-radius: 8px;
  min-width: 135px;
  padding: 4px;
  text-align: center;
}
.dashboard-line-graph--period {
  color: var(--color-text-900);
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  padding: 8px 12px;
  text-decoration: none;
}
.dashboard-line-graph--period:active, .dashboard-line-graph--period:focus, .dashboard-line-graph--period:hover {
  color: var(--color-text-900);
  text-decoration: none;
}
.dashboard-line-graph--period__active {
  background: var(--color-coral-500);
  border-radius: 8px;
  color: white;
  font-weight: 800;
}
.dashboard-line-graph--period__active:active, .dashboard-line-graph--period__active:focus, .dashboard-line-graph--period__active:hover {
  color: white;
}
.dashboard-line-graph--graph {
  display: none;
  height: 140px;
  margin: 0 auto;
  width: 90%;
}
.dashboard-line-graph--graph__active {
  display: block;
}

.dashboard-pie-graph {
  background: white;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(125, 138, 172, 0.15);
  grid-column: 1/-1;
  padding: 24px 4px;
  width: 100%;
}
@media only screen and (min-width: 1080px) {
  .dashboard-pie-graph {
    grid-column: span 3;
  }
}

.flash-messages__alert, .flash-messages__notice {
  border-radius: 8px;
  margin: 28px auto;
  padding: 16px;
}
.flash-messages__notice {
  background: var(--color-positive-100);
  color: var(--color-positive-900);
}
.flash-messages__alert {
  background: var(--color-negative-100);
  color: var(--color-negative-900);
}

.guest-footer {
  background: var(--color-petrol-900);
  color: white;
}
.guest-footer .container {
  display: flex;
  justify-content: space-between;
  padding: 40px 24px;
}
@media only screen and (max-width: 480px) {
  .guest-footer .container {
    flex-direction: column;
  }
}
.guest-footer p {
  margin: 0;
}
.guest-footer--logo {
  color: white;
  font-size: 2.3rem;
  font-weight: 900;
  margin-bottom: 20px;
}
.guest-footer--logo:active, .guest-footer--logo:focus, .guest-footer--logo:hover {
  color: inherit;
  text-decoration: inherit;
}
.guest-footer--logo::before {
  height: 33px;
  width: 48px;
}
@media only screen and (min-width: 748px) {
  .guest-footer--logo::before {
    height: 29px;
    width: 42px;
  }
}
.guest-footer--links {
  column-count: 2;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 480px) {
  .guest-footer--links {
    margin-bottom: 50px;
    order: -1;
  }
}
.guest-footer--links li {
  margin: 0 50px 16px 0;
}
.guest-footer--links a {
  color: white;
  font-weight: 600;
}

@media only screen and (max-width: 748px) {
  #show-guest-nav:checked + .guest-nav {
    background: var(--color-coral-700);
    color: white;
    left: 0;
    position: fixed;
    right: 0;
  }
  #show-guest-nav:checked + .guest-nav .container {
    flex-direction: column;
  }
  #show-guest-nav:checked + .guest-nav .guest-nav--header {
    min-width: 100%;
  }
  #show-guest-nav:checked + .guest-nav .guest-nav--header .logo__mono {
    display: flex;
  }
  #show-guest-nav:checked + .guest-nav .guest-nav--header .logo__orig {
    display: none;
  }
  #show-guest-nav:checked + .guest-nav .guest-nav--auth, #show-guest-nav:checked + .guest-nav .guest-nav--links {
    display: block;
    text-align: center;
  }
  #show-guest-nav:checked + .guest-nav .guest-nav--auth li, #show-guest-nav:checked + .guest-nav .guest-nav--links li {
    display: block;
    margin: 16px 0;
  }
  #show-guest-nav:checked + .guest-nav .guest-nav--auth .button, #show-guest-nav:checked + .guest-nav .guest-nav--links .button {
    background: none;
    border-color: white;
  }
  #show-guest-nav:checked + .guest-nav a {
    color: white;
  }
}
@media only screen and (max-width: 748px) {
  #show-guest-nav:not(:checked) + .guest-nav .guest-nav--header {
    min-width: 100%;
  }
  #show-guest-nav:not(:checked) + .guest-nav .guest-nav--auth, #show-guest-nav:not(:checked) + .guest-nav .guest-nav--links {
    display: none;
  }
}

.guest-nav {
  background: white;
  border-bottom: var(--color-ui-300) solid 1px;
  padding: 16px 0;
  position: sticky;
  top: 0;
  z-index: 10;
}
.guest-nav .container {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.guest-nav--header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.guest-nav--header svg {
  cursor: pointer;
}
@media only screen and (min-width: 748px) {
  .guest-nav--header svg {
    display: none;
  }
}
.guest-nav--logo {
  color: var(--color-petrol-900);
  font-size: 2.3rem;
  font-weight: 900;
}
.guest-nav--logo:active, .guest-nav--logo:focus, .guest-nav--logo:hover {
  color: inherit;
  text-decoration: inherit;
}
.guest-nav--logo::before {
  height: 33px;
  width: 48px;
}
@media only screen and (min-width: 748px) {
  .guest-nav--logo::before {
    height: 29px;
    width: 42px;
  }
}
.guest-nav--logo.logo__mono {
  display: none;
}
.guest-nav--auth, .guest-nav--links {
  margin: 0;
  padding: 0;
}
.guest-nav--auth li, .guest-nav--links li {
  display: inline-block;
  margin: 0 16px;
}
.guest-nav--auth .button, .guest-nav--links .button {
  margin-right: 0;
}
.guest-nav--auth a {
  color: var(--color-petrol-700);
}
.guest-nav--links a {
  color: var(--color-petrol-900);
  font-weight: 400;
}

.impersonated-user {
  background: var(--color-coral-100);
  border: var(--color-coral-900) dashed 2px;
  border-bottom: none;
  bottom: 0;
  color: var(--color-coral-900);
  display: flex;
  justify-content: space-between;
  left: 25%;
  padding: 4px 16px;
  position: fixed;
  right: 25%;
}

@media only screen and (max-width: 900px) {
  #show-member-nav:not(:checked) + .member-nav {
    min-width: 0;
    padding: 0;
    transform: translateX(-192px);
    width: 0;
  }
}
@media only screen and (max-width: 900px) {
  #show-member-nav:not(:checked) + .member-nav .member-nav--top {
    transform: translateX(192px);
  }
}

.member-nav {
  background: white;
  box-shadow: 0 0 8px rgba(125, 138, 172, 0.15);
  display: flex;
  flex-direction: column;
  height: 100vh;
  left: 0;
  min-width: 192px;
  position: fixed;
  top: 0;
  width: 192px;
  z-index: 10;
}
.member-nav--top {
  margin: 32px 24px;
}
@media only screen and (max-width: 900px) {
  .member-nav--top {
    align-items: center;
    background: white;
    border-bottom: #ddd solid 1px;
    display: flex;
    justify-content: space-between;
    left: 0;
    margin: 0;
    padding: 16px;
    position: absolute;
    top: 0;
    width: 100vw;
  }
}
.member-nav--top label {
  display: none;
}
@media only screen and (max-width: 900px) {
  .member-nav--top label {
    cursor: pointer;
    display: inline;
  }
}
.member-nav--logo {
  align-items: center;
  color: var(--color-petrol-900);
  display: flex;
  font-size: 1.497rem;
  font-weight: 900;
  line-height: 1.398rem;
  margin-left: 6px;
}
.member-nav--logo:active, .member-nav--logo:focus, .member-nav--logo:hover {
  color: inherit;
  text-decoration: inherit;
}
.member-nav--logo::before {
  height: 24px;
  width: 50px;
}
@media only screen and (max-width: 900px) {
  .member-nav--logo::before {
    width: 35px;
  }
}
.member-nav--links {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  overflow-y: auto;
}
.member-nav--primary, .member-nav--secondary {
  list-style: none;
  padding: 0;
}
.member-nav--primary li, .member-nav--secondary li {
  display: flex;
  padding: 0 12px 0 24px;
}
.member-nav--primary li a, .member-nav--secondary li a {
  align-items: center;
  color: var(--color-ui-700);
  display: flex;
  padding: 16px 0;
  width: 100%;
}
.member-nav--primary li a svg, .member-nav--secondary li a svg {
  height: 24px;
  margin-right: 12px;
  padding: 2px;
  width: 24px;
}
.member-nav--primary li a svg path, .member-nav--secondary li a svg path {
  fill: var(--color-ui-700);
}
.member-nav--primary li a.active, .member-nav--primary li a:active, .member-nav--primary li a:focus, .member-nav--primary li a:hover, .member-nav--secondary li a.active, .member-nav--secondary li a:active, .member-nav--secondary li a:focus, .member-nav--secondary li a:hover {
  color: var(--color-coral-700);
  font-weight: 900;
  text-decoration: none;
}
.member-nav--primary li a.active svg path, .member-nav--primary li a:active svg path, .member-nav--primary li a:focus svg path, .member-nav--primary li a:hover svg path, .member-nav--secondary li a.active svg path, .member-nav--secondary li a:active svg path, .member-nav--secondary li a:focus svg path, .member-nav--secondary li a:hover svg path {
  fill: var(--color-coral-700);
}
.member-nav--primary li a.active svg, .member-nav--secondary li a.active svg {
  border-radius: 4px;
  box-shadow: 0 4px 10px rgba(227, 83, 67, 0.24);
}
.member-nav--primary {
  flex: 1;
  margin: 0;
}
@media only screen and (max-width: 900px) {
  .member-nav--primary {
    margin-top: 76px;
  }
}
.member-nav--secondary {
  margin: 0;
}
@media only screen and (max-width: 480px) {
  .member-nav--secondary {
    margin-bottom: 60px;
  }
}

.metric-graph {
  background: white;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(125, 138, 172, 0.15);
  grid-column: 1/-1;
  margin: 16px 0 0;
  padding: 24px;
}
.metric-graph h3 {
  margin: 0 0 24px;
  text-align: center;
}
.metric-graph--graph {
  margin: 0 auto;
  width: 95%;
}
.metric-graph--export {
  margin: 16px auto 0;
  text-align: right;
  width: 95%;
}

.patrons-graphs--card {
  background: white;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(125, 138, 172, 0.15);
  grid-column: 1/-1;
  margin: 16px 0 0;
  padding: 24px;
}
.patrons-graphs--card h3 {
  margin: 0 0 24px;
  text-align: center;
}
.patrons-graphs--graph {
  margin: 0 auto;
  width: 95%;
}
.patrons-graphs--map {
  margin: 0 auto;
  max-width: 1200px;
  width: 95%;
}
.patrons-graphs--campaigns {
  column-count: 1;
}
@media only screen and (min-width: 748px) {
  .patrons-graphs--campaigns {
    column-count: 2;
  }
}
@media only screen and (min-width: 1080px) {
  .patrons-graphs--campaigns {
    column-count: 3;
  }
}
.patrons-graphs--no-campaigns {
  text-align: center;
}
.patrons-graphs--campaign {
  align-items: center;
  display: flex;
  gap: 6px;
  margin-bottom: 16px;
}
.patrons-graphs--campaign-nsfw {
  color: var(--color-text-700);
}
.patrons-graphs--campaign-avatar {
  border-radius: 100%;
  object-fit: cover;
}
.patrons-graphs--campaign-notice {
  color: var(--color-text-700);
  margin: -8px 0 24px;
  text-align: center;
}

.retention-cohort-graph {
  background: white;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(125, 138, 172, 0.15);
  grid-column: 1/-1;
  margin: 16px 0 0;
  padding: 24px;
}
.retention-cohort-graph h3 {
  margin: 0 0 24px;
  text-align: center;
}
.retention-cohort-graph--graph {
  border-top: var(--color-ui-200) solid 1px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 480px) {
  .retention-cohort-graph--graph {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media only screen and (min-width: 748px) {
  .retention-cohort-graph--graph {
    grid-template-columns: repeat(14, 1fr);
  }
}
.retention-cohort-graph--graph > div {
  padding: 8px 4px;
}
@media only screen and (min-width: 1080px) {
  .retention-cohort-graph--graph > div {
    padding: 16px 8px;
  }
}
.retention-cohort-graph--patrons-title {
  align-items: center;
  background: rgba(245, 245, 248, 0.5);
  border-bottom: var(--color-ui-200) solid 1px;
  border-right: var(--color-ui-200) solid 1px;
  display: flex;
  grid-column: 1/span 2;
  grid-row: 1/span 2;
  justify-content: center;
}
.retention-cohort-graph--months-title {
  background: rgba(245, 245, 248, 0.5);
  border-bottom: var(--color-ui-200) solid 1px;
  border-right: var(--color-ui-200) solid 1px;
  grid-column: 3/-1;
}
.retention-cohort-graph--month {
  border-bottom: var(--color-ui-200) solid 1px;
  border-right: var(--color-ui-200) solid 1px;
}
.retention-cohort-graph--month:last-child {
  border-right: var(--color-ui-200) solid 3px;
}
.retention-cohort-graph--date {
  border-right: var(--color-ui-200) solid 1px;
  grid-column: 1/span 1;
  text-align: left;
  white-space: nowrap;
}
.retention-cohort-graph--patrons-count {
  background: rgba(245, 245, 248, 0.5);
}
.retention-cohort-graph--value {
  cursor: help;
}

.testimonial {
  background: var(--color-petrol-100);
  border-radius: 8px;
  border: var(--color-petrol-300) dashed 2px;
  font-size: 2rem;
  margin: 36px 12px;
  max-width: 800px;
  padding: 24px 32px;
}
@media only screen and (min-width: 900px) {
  .testimonial {
    margin-left: auto;
    margin-right: auto;
  }
}
.testimonial blockquote {
  font-style: italic;
  font-weight: bold;
  margin: 0 0 16px;
}
.testimonial-name {
  align-items: center;
  display: flex;
  gap: 12px;
  margin: 0;
}

.tooltip {
  display: inline-block;
  height: 20px;
  position: relative;
}
.tooltip--anchor {
  text-decoration: underline dotted;
}
.tooltip svg {
  height: 20px;
  vertical-align: bottom;
  width: 20px;
}
.tooltip svg path {
  fill: var(--color-coral-700);
}
.tooltip--details {
  background: white;
  border-radius: 4px;
  border: var(--color-coral-900) solid 2px;
  left: -9999px;
  opacity: 0;
  padding: 12px;
  position: absolute;
  top: 100%;
  width: 250px;
  z-index: 1;
}
.tooltip--details ul {
  margin: 0;
  padding: 5px 15px;
}
.tooltip:focus svg path, .tooltip:hover svg path {
  fill: var(--color-coral-900);
}
.tooltip:focus .tooltip--details, .tooltip:hover .tooltip--details {
  left: unset;
  opacity: 1;
  right: 0;
  transition: opacity 250ms;
}
.tooltip:focus .tooltip--details__right, .tooltip:hover .tooltip--details__right {
  left: 0;
}

.unsupported-browser {
  background: var(--color-negative-100);
  color: var(--color-negative-900);
  padding: 8px;
  text-align: center;
  width: 100%;
}
