/* https://github.com/Frontend-Layers/scss-reset/blob/master/src/scss/reset.scss */
/**
 * Modern CSS Reset Tweaks
 * ==================================================
 * A collection of modern CSS reset and normalization styles
 * to ensure consistent behavior across browsers, OS and devices.
 */
/* Ensure consistent font resizing on mobile devices */
html {
  -webkit-text-size-adjust: 100%;
}
html:focus-within {
  scroll-behavior: smooth;
}

/* Basic body setup for layout and text rendering optimization */
body {
  text-size-adjust: 100%;
  position: relative;
  width: 100%;
  min-height: 100vh;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
}

/* Apply box-sizing globally for consistent element sizing */
*,
::after,
::before {
  box-sizing: border-box;
}

/* Style unclassed links for better accessibility */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/**
 * CSS Reset Tweaks
 * Based on Eric Meyer's CSS Reset v2.0-modified (public domain)
 * URL: http://meyerweb.com/eric/tools/css/reset/
 */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
br,
button,
canvas,
caption,
center,
cite,
code,
col,
colgroup,
data,
datalist,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
head,
header,
hgroup,
hr,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
link,
main,
map,
mark,
menu,
meta,
meter,
nav,
noscript,
object,
ol,
optgroup,
option,
output,
p,
param,
picture,
pre,
progress,
q,
rb,
rp,
rt,
rtc,
ruby,
s,
samp,
script,
section,
select,
small,
source,
span,
strong,
style,
svg,
sub,
summary,
sup,
table,
tbody,
td,
template,
textarea,
tfoot,
th,
thead,
time,
title,
tr,
track,
tt,
u,
ul,
var,
video,
wbr {
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* Add focus styles to improve accessibility */
:focus {
  outline: 0;
}

/* Normalize HTML5 elements for older browsers */
article,
aside,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
object,
section {
  display: block;
}

canvas,
iframe {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Remove default list styling */
ol,
ul {
  list-style: none;
}

/* Normalize quote styling */
blockquote,
q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* Reset and normalize form inputs */
input:required,
input {
  box-shadow: none;
}

/* Autofill styling for better compatibility */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset;
}

/* Improve appearance of search inputs */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input:focus {
  outline: none;
}

video {
  background: #000;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 */
[hidden] {
  display: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: none;
}

/**
 * Make media easier to work with
 */
audio,
img,
picture,
svg,
video {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  height: auto;
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  border: 0;
  background: transparent;
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* Additional attribute handling for accessibility */
[disabled],
[disabled=true],
[aria-disabled=true] {
  pointer-events: none;
}

/**
 * Address box sizing set to content-box in IE 8/9.
 */
input[type=checkbox],
input[type=radio] {
  padding: 0;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button {
  border: 0;
  background: transparent;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
  text-indent: 0;
}

/**
 * Based on normalize.css v8.0.1
 * github.com/necolas/normalize.css
 */
hr {
  box-sizing: content-box;
  overflow: visible;
  background: #000;
  border: 0;
  height: 1px;
  line-height: 0;
  margin: 0;
  padding: 0;
  page-break-after: always;
  width: 100%;
}

/**
 * Correct the inheritance and scaling of font size in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 100%;
}

/**
 * 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;
  text-decoration: none;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

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

/**
 * 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: -5px;
}

sup {
  top: -5px;
}

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

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 */
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;
  outline: 0;
}

legend {
  color: inherit;
  white-space: normal;
  display: block;
  border: 0;
  max-width: 100%;
  width: 100%;
}

fieldset {
  min-width: 0;
}

body:not(:-moz-handler-blocked) fieldset {
  display: block;
}

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

/**
 * 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 all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
template {
  display: none;
}

html {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: #fff;
  background-color: rgb(48, 54, 59);
  background: linear-gradient(-110deg, rgb(70, 29, 60) 0%, rgb(48, 54, 59) 50%, rgb(52, 75, 52) 100%) fixed;
}

#hero {
  font-family: "PT Sans Narrow", "Franklin Gothic Medium", "Arial Narrow", sans-serif;
  line-height: 1;
  padding: 70px 20px;
  margin: 0 auto 20px auto;
  background: center/cover no-repeat url("/fabulously-fast-character-sheets/images/hero.jpg");
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#hero h1 {
  text-align: center;
  font-size: 48pt;
  text-shadow: 0 2px 5px #000;
}
#hero h1 strong {
  font-size: 56pt;
  text-transform: uppercase;
  white-space: pre-line;
  font-weight: bold;
}
#hero h1 strong::before {
  content: "\a";
  display: inline;
}
#hero p {
  font-family: "PT Sans Narrow", "Franklin Gothic Medium", "Arial Narrow", sans-serif;
  text-align: center;
  font-size: 24pt;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1;
}
#hero p a {
  color: #fff;
  text-decoration: none;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5333333333);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2666666667);
  font-weight: bold;
}
#hero h4 {
  display: block;
  margin-top: 40px;
}
#hero h4 a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 16pt;
  font-weight: 500;
  margin: auto;
  max-width: 300px;
  text-align: center;
  background-color: rgba(255, 0, 128, 0.5);
  box-shadow: 0 3px 10px pink inset, 0 5px 10px rgba(0, 0, 0, 0.4);
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.6666666667);
  padding: 15px 20px;
  text-shadow: 0 -1px 2px #000;
  backdrop-filter: blur(5px);
}
#hero h4 a:hover, #hero h4 a:focus {
  background-color: rgba(255, 0, 128, 0.7);
}
@media (max-width: 800px) {
  #hero h1 {
    font-size: 36pt;
  }
  #hero h1 strong {
    font-size: 42pt;
  }
  #hero p {
    font-size: 18pt;
  }
}

h2,
footer {
  display: block;
  background: linear-gradient(-110deg, rgb(116, 48, 100) 0%, rgb(80, 88, 99) 50%, rgb(87, 126, 86) 100%) fixed;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4666666667);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2666666667);
  border-top: 1px solid rgba(255, 255, 255, 0.2666666667);
}

h2 {
  font-family: "PT Sans Narrow", "Franklin Gothic Medium", "Arial Narrow", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 0 2px 2px #000;
  font-size: 36pt;
  text-align: center;
  padding: 5px 20px 3px;
}

footer {
  margin-top: 40px;
}
footer div {
  max-width: 800px;
  margin: 20px auto;
}
@media (max-width: 840px) {
  footer div {
    margin: 20px;
  }
}
footer p {
  font-size: 10pt;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
}
footer p a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

h3 {
  max-width: 800px;
  margin: 20px auto;
}
@media (max-width: 840px) {
  h3 {
    margin: 20px;
  }
}
h3 {
  font-family: "PT Sans Narrow", "Franklin Gothic Medium", "Arial Narrow", sans-serif;
  font-weight: 500;
  text-shadow: 0 2px 2px #000;
  font-size: 24pt;
  text-align: center;
}
p + h3 {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
}

#content p,
#content ul {
  max-width: 800px;
  margin: 20px auto;
}
@media (max-width: 840px) {
  #content p,
  #content ul {
    margin: 20px;
  }
}
#content p,
#content ul {
  line-height: 1.5;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 14pt;
}
#content p a,
#content ul a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5333333333);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5333333333);
}
#content #goals {
  max-width: 800px;
  margin: 20px auto;
}
@media (max-width: 840px) {
  #content #goals {
    margin: 20px;
  }
}
#content #goals {
  border: 1px solid rgba(255, 255, 255, 0.2666666667);
  border-radius: 20px;
  padding: 10px 20px 0 20px;
  box-shadow: 0 3px 5px #000 inset, 0 0 10px rgba(255, 255, 255, 0.1333333333);
  background-color: rgba(0, 0, 0, 0.1333333333);
}
#content #goals li {
  display: block;
  padding: 10px 0 10px 60px;
  max-width: 800px;
  line-height: 1.5;
  font-weight: 500;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 20px;
  margin: 15px 0;
  background: left top/52.8px 45.6px no-repeat url("/fabulously-fast-character-sheets/images/check.png");
}
#content .result#classes {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2666666667);
  box-shadow: 0 5px 5px rgba(255, 255, 255, 0.0666666667);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 100%);
}
#content .result#classes p {
  position: relative;
  margin: auto;
  margin-top: -20px;
  max-width: 800px;
  background-repeat: no-repeat;
  background: right top/574px 541px no-repeat url("/fabulously-fast-character-sheets/images/classes.png");
  height: 400px;
  display: flex;
  align-items: center;
}
@media (max-width: 800px) {
  #content .result#classes p {
    background-size: 401.8px 378.7px;
    height: 280px;
    padding: 0 20px;
  }
}
#content .result#classes p {
  justify-content: left;
}
#content .result#classes p strong {
  text-align: center;
  max-width: 400px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  font-weight: bold;
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.5333333333);
  backdrop-filter: blur(10px);
}
#content .result#npc {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2666666667);
  box-shadow: 0 5px 5px rgba(255, 255, 255, 0.0666666667);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 100%);
}
#content .result#npc p {
  position: relative;
  margin: auto;
  margin-top: -20px;
  max-width: 800px;
  background-repeat: no-repeat;
  background: left top/441.5px 426px no-repeat url("/fabulously-fast-character-sheets/images/npc.png");
  height: 350px;
  display: flex;
  align-items: center;
}
@media (max-width: 800px) {
  #content .result#npc p {
    background-size: 309.05px 298.2px;
    height: 245px;
    padding: 0 20px;
  }
}
#content .result#npc p {
  justify-content: right;
}
#content .result#npc p strong {
  text-align: center;
  max-width: 400px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  font-weight: bold;
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.5333333333);
  backdrop-filter: blur(10px);
}
#content .result#guide {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2666666667);
  box-shadow: 0 5px 5px rgba(255, 255, 255, 0.0666666667);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 100%);
}
#content .result#guide p {
  position: relative;
  margin: auto;
  margin-top: -20px;
  max-width: 800px;
  background-repeat: no-repeat;
  background: right top/493.5px 403.5px no-repeat url("/fabulously-fast-character-sheets/images/guide.png");
  height: 350px;
  display: flex;
  align-items: center;
}
@media (max-width: 800px) {
  #content .result#guide p {
    background-size: 345.45px 282.45px;
    height: 245px;
    padding: 0 20px;
  }
}
#content .result#guide p {
  justify-content: left;
}
#content .result#guide p strong {
  text-align: center;
  max-width: 400px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  font-weight: bold;
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.5333333333);
  backdrop-filter: blur(10px);
}
#content .result#inventory {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2666666667);
  box-shadow: 0 5px 5px rgba(255, 255, 255, 0.0666666667);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 100%);
}
#content .result#inventory p {
  position: relative;
  margin: auto;
  margin-top: -20px;
  max-width: 800px;
  background-repeat: no-repeat;
  background: left top/386px 397.5px no-repeat url("/fabulously-fast-character-sheets/images/inventory.png");
  height: 350px;
  display: flex;
  align-items: center;
}
@media (max-width: 800px) {
  #content .result#inventory p {
    background-size: 270.2px 278.25px;
    height: 245px;
    padding: 0 20px;
  }
}
#content .result#inventory p {
  justify-content: right;
}
#content .result#inventory p strong {
  text-align: center;
  max-width: 400px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  font-weight: bold;
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.5333333333);
  backdrop-filter: blur(10px);
}
#content .result#cards {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2666666667);
  box-shadow: 0 5px 5px rgba(255, 255, 255, 0.0666666667);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 100%);
}
#content .result#cards p {
  position: relative;
  margin: auto;
  margin-top: -20px;
  max-width: 800px;
  background-repeat: no-repeat;
  background: right top/462px 340.5px no-repeat url("/fabulously-fast-character-sheets/images/cards.png");
  height: 300px;
  display: flex;
  align-items: center;
}
@media (max-width: 800px) {
  #content .result#cards p {
    background-size: 323.4px 238.35px;
    height: 210px;
    padding: 0 20px;
  }
}
#content .result#cards p {
  justify-content: left;
}
#content .result#cards p strong {
  text-align: center;
  max-width: 400px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  font-weight: bold;
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.5333333333);
  backdrop-filter: blur(10px);
}
#content #rules ul {
  display: flex;
  flex-wrap: wrap;
}
#content #rules ul::before {
  content: "Includes the rules for:";
  padding: 5px 0;
  margin: 0 7px 7px 0;
  border: 1px solid rgba(0, 0, 0, 0);
  font-weight: 500;
}
#content #rules ul li {
  white-space: pre;
  display: block;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0px 2px 5px rgba(255, 255, 255, 0.2666666667) inset, 0 2px 2px rgba(0, 0, 0, 0.5333333333);
  margin: 0 7px 7px 0;
}
#content #faq ul {
  list-style-type: disc;
  padding-left: 20px;
}