@charset "UTF-8";
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}
* {
  margin: 0;
}

html {
  height: 100%;
}

body {
  height: 100%;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  all: unset;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

:root {
  --color-text: #333333;
  --color-back: #ffffff;
}

html[data-theme=light] {
  --color-text: #333333;
  --color-back: #ffffff;
  --color-back-inv: #f0f0f0;
  --color-text-inv: #000000;
}

html[data-theme=dark] {
  --color-text: #cccccc;
  --color-back: #000000;
  --color-back-inv: #333333;
  --color-text-inv: #cccccc;
}

html {
  font-size: 125%;
}

body {
  max-width: 45rem;
  background-color: var(--color-back);
  color: var(--color-text);
  font-family: "Verdana", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.8;
  margin-left: auto;
  margin-right: auto;
}

main {
  margin-top: 5rem;
}

.flow > * + * {
  margin-top: 1em;
}

p {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

a {
  text-decoration: underline;
  text-decoration-thickness: 0.01em;
  text-underline-offset: 0.2em;
  color: var(--color-text);
}
a:hover {
  color: #d22b2b;
  text-decoration: none;
}

.list-box {
  border: 0.5px solid var(--color-text);
  padding: 0.75rem 0.5rem;
}
.list-box__item {
  font-size: 0.8rem;
  line-height: 1.8;
}

.list-card {
  border: 0.5px solid var(--color-text);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.list-card__header {
  padding: 0.5rem 0;
}
.list-card__link {
  text-decoration: none;
}
.list-card__date {
  font-size: 0.8rem;
  line-height: 1.6;
  color: #808080;
  padding-left: 0.75rem;
}
.list-card__text {
  font-size: 1rem;
  line-height: 1.6;
  color: #5F9EA0;
}

h1,
h2,
h3,
h4 {
  font-family: "Monaco", monospace;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

h1 {
  font-size: 1.25rem;
  line-height: 1.6;
  color: #d22b2b;
}
@media (min-width: 700px) {
  h1 {
    font-size: 1.563rem;
    line-height: 1.4;
  }
}

h2 {
  font-size: 1.25rem;
  line-height: 1.6;
  color: #5F9EA0;
}
@media (min-width: 700px) {
  h2 {
    font-size: 1.563rem;
    line-height: 1.4;
  }
}

h3 {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--color-text);
}
@media (min-width: 700px) {
  h3 {
    font-size: 1.25rem;
    line-height: 1.6;
  }
}

h4 {
  font-size: 0.8rem;
  color: var(--color-text);
  text-decoration: underline;
}
@media (min-width: 700px) {
  h4 {
    font-size: 1rem;
  }
}

h4 + p {
  margin-top: 0 !important;
}

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.5rem;
  background-color: #333333;
}
.main-header__inside {
  display: flex;
  flex-direction: row;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 45rem;
}
.main-header__name {
  font-family: "Monaco", monospace;
  font-size: 1.25rem;
  letter-spacing: -0.125em;
  word-spacing: -0.6rem;
  color: #ffffff;
  padding-top: 0.75rem;
  flex-grow: 1;
  text-decoration: none;
}
.main-header__name:hover {
  color: #5F9EA0;
}
@media (min-width: 700px) {
  .main-header__name {
    font-size: 1.563rem;
    letter-spacing: 0;
    word-spacing: 0;
    padding-top: 0.5rem;
  }
}
.main-header__nav {
  font-family: "Monaco", monospace;
  color: #ffffff;
  padding-top: 1rem;
  padding-left: 0.25rem;
  letter-spacing: -0.1em;
  flex-grow: 0;
}
.main-header__nav:hover {
  color: #5F9EA0;
}
@media (min-width: 700px) {
  .main-header__nav {
    letter-spacing: 0;
    padding-left: 0.15rem;
  }
}

.theme-toggle {
  transition: background 500ms ease-in-out, color 200ms ease;
  margin-left: 0.5rem;
  margin-top: 0.5rem;
}
@media (min-width: 700px) {
  .theme-toggle {
    margin-top: 0.25rem;
  }
}
.theme-toggle:hover {
  cursor: pointer;
}
.theme-toggle__logo-dark {
  font-family: "Monaco", monospace;
  font-size: 0.8rem;
  color: #ffffff;
  letter-spacing: -0.1em;
  flex-grow: 0;
  border: 1px solid #808080;
  border-radius: 50%;
  background-color: #000000;
  padding: 0.25rem 0.43rem;
}
.theme-toggle__logo-dark:hover {
  color: #5F9EA0;
}
@media (min-width: 700px) {
  .theme-toggle__logo-dark {
    letter-spacing: 0;
    padding: 0.25rem 0.475rem;
  }
}
.theme-toggle__logo-light {
  font-family: "Monaco", monospace;
  font-size: 0.8rem;
  color: #000000;
  letter-spacing: -0.1em;
  flex-grow: 0;
  border: 1px solid #808080;
  border-radius: 50%;
  background-color: #ffffff;
  padding: 0.25rem;
}
.theme-toggle__logo-light:hover {
  color: #5F9EA0;
}
@media (min-width: 700px) {
  .theme-toggle__logo-light {
    letter-spacing: 0;
  }
}

.detail-header {
  margin-top: 5rem;
  margin-bottom: -3.5rem;
}
.detail-header__results a {
  color: var(--color-text);
  text-decoration: underline;
  text-decoration-thickness: 0.01em;
  text-underline-offset: 0.2em;
}
.detail-header__results a:hover {
  color: #5F9EA0;
  text-decoration: none;
}

#search {
  color: #000000;
  background-color: #ffffff;
  margin: 0.75rem 1.5rem;
  font-size: 1rem;
  padding-left: 0.75em;
}

.invisible {
  display: none;
}

.category-title {
  font-family: "Monaco", monospace;
  font-size: 0.8rem;
  line-height: 1.8;
  color: var(--color-text);
  margin-top: 1rem;
  margin-left: 0.75rem;
}
.category-title:hover {
  color: #5F9EA0;
}
@media (min-width: 700px) {
  .category-title {
    font-size: 1rem;
    line-height: 1.6;
    margin-top: 1.5rem;
  }
}

.excerpt {
  font-style: italic;
  font-size: 1rem;
  line-height: 1.6;
}
@media (min-width: 700px) {
  .excerpt {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

.excerpt-front {
  font-style: italic;
  font-size: 1rem;
  line-height: 1.6;
  padding-left: 0.75rem;
}
@media (min-width: 700px) {
  .excerpt-front {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

.first-para {
  font-size: 1rem;
  line-height: 1.8;
}
@media (min-width: 700px) {
  .first-para {
    font-size: 1.25rem;
    line-height: 1.6;
  }
}

.aspect {
  aspect-ratio: 950/260;
}

blockquote {
  font-family: "Monaco", monospace;
  font-style: italic;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  font-size: 1rem;
  line-height: 1.4;
  quotes: "“" "”";
}
blockquote:before {
  font-family: "Georgia", sans-serif;
  font-style: normal;
  color: #808080;
  content: open-quote;
  font-size: 3.5rem;
  line-height: 0;
  vertical-align: -1.5rem;
  margin-left: 0.75rem;
}
blockquote p {
  margin-top: 0.75rem;
}
blockquote p:first-child {
  margin-top: -1rem;
  text-indent: 1.5rem;
}
blockquote footer {
  font-style: normal;
  font-size: 0.8rem;
  color: #5F9EA0;
  margin-left: 0.75rem;
  margin-top: 0.25rem;
}
blockquote footer:before {
  content: "—";
}

q {
  font-style: italic;
}

.pull-quote {
  font-family: "Monaco", monospace;
  font-size: 1rem;
  line-height: 1.4;
  font-style: italic;
  color: #5F9EA0;
  padding-left: 1rem;
  padding-right: 0.5rem;
  margin-left: 1.25rem;
  margin-bottom: 0.5rem;
  border-left: 3px solid #5F9EA0;
}
@media (min-width: 700px) {
  .pull-quote {
    width: 50%;
    float: right;
  }
}

aside {
  font-family: "Andale Mono", monospace;
  font-size: 0.9rem;
  line-height: 1.4;
  background-color: var(--color-back-inv);
  color: var(--color-text-inv);
  padding: 1.25rem 0.75rem;
}
aside li {
  margin: 0.5rem 0;
}
aside a {
  color: var(--color-text-inv);
}
aside a:hover {
  color: #d22b2b;
}
aside header {
  font-weight: bold;
  font-size: 1rem;
}

.aside-hide-toc {
  float: right;
  text-decoration: underline;
}
.aside-hide-toc:hover {
  color: #d22b2b;
  text-decoration: none;
}

.frontColumns {
  display: grid;
  gap: 0.15rem;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}

.book-image {
  aspect-ratio: 1;
  border: 0.5px solid #808080;
}

.projects {
  font-size: 0.8rem;
  line-height: 1.6;
}

.inspiration {
  max-width: 47.5%;
}
.inspiration__right {
  float: right;
  margin: 1.5rem 0 0.5rem 1rem;
}
.inspiration__left {
  float: left;
  margin: 1.5rem 1rem 0.5rem 0;
}
.inspiration__image {
  aspect-ratio: 1.34;
  border: 0.5px solid #808080;
}
.inspiration__image-caption {
  font-size: 0.8rem;
}

.flex {
  display: flex;
  flex-direction: row;
}
.flex__item {
  display: flex;
  justify-content: flex-start;
  padding-right: 0.75rem;
}

#upBtn {
  display: none;
}

.top {
  margin-top: 1rem;
}

/*# sourceMappingURL=style.css.map */
