/*! 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;
}
:root {
  /* Font sizes: https://type-scale.com/, Perfect Fourth */
  --f1: 2.369rem;
  --f2: 1.777rem;
  --f3: 1.333rem;
  --f4: 1rem;
  --f5: 0.833rem;

  /* Colors */
  /* blue */
  --c-h: 214;
  /* red */
  /* --c-h: 14; */
  /* green */
  /* --c-h: 130; */
  --c-s: 56%;
  --c-l: 51%;
  /* --c-h: 230;
  --c-s: 49%;
  --c-l: 72%; */
  --c: hsl(var(--c-h), var(--c-s), var(--c-l));
  --c-text: #f4f4f4;
  --bg-l-light: 98%;
  /* Lightness for light mode */
  --bg-l-dark: 10%;
  /* Lightness for dark mode */
  --bg-l: var(--bg-l-light);
  /* Default to light mode */
  --bg: hsl(var(--c-h), var(--c-s), var(--bg-l));
  --fg-l: 94%;
  --fg: hsl(var(--c-h), var(--c-s), var(--fg-l));
  --mg-l: 97%;
  --mg: hsl(var(--c-h), var(--c-s), var(--mg-l));
  --foreground-bg-light: rgba(0, 0, 0, 0.05);
  /* Light mode foreground background */
  --foreground-bg-dark: rgba(250, 250, 250, 0.05);
  /* Dark mode foreground background */
  --foreground-bg: var(--foreground-bg-light);

  /* Blacks to whites */
  --dark-gray: #333333;
  --light-gray: #999999;
  --lightest-gray: #DDDDDD;
  --text-color: var(--dark-gray);

  /* Spacings */
  --ls: 2.5rem;
  --hls: 1.25rem;
  --ms: 1rem;
  --hms: 0.5rem;

  /* Others */
  --max-width: 50rem;
  --border: 1px;
  --radius: 0.4rem;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  height: 100%;
}

body {
  color: var(--text-color);
  background-color: var(--c);
  background-attachment: fixed;
  line-height: 1.25;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: -apple-system,
    BlinkMacSystemFont,
    avenir next,
    avenir,
    helvetica,
    helvetica neue,
    ubuntu,
    roboto,
    noto,
    segoe ui,
    arial,
    sans-serif;
  padding: 0.5rem;
  transition: background-color 0.3s, color 0.3s;
}

/* Dark Mode Styles */
.dark-mode {
  --bg-l: var(--bg-l-dark);
  /* Use dark mode lightness */
  --bg: hsl(var(--c-h), var(--c-s), var(--bg-l));
  --foreground-bg: var(--foreground-bg-dark);
  --text-color: var(--lightest-gray);
  background-color: var(--c);
  /* Dark background color */
}

#hueInput {
  padding: 0.25rem;
  font-size: var(--f5);
  color: --text-color;
  /* Text color inside the input field */
  border: 1px solid var(--c);
}

#themeToggle {
  padding: 10px;
  font-size: 16px;
  fill: white;
  color: --text-color;
  border: 1px solid --c;
}

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

svg,
video,
img {
  max-width: 100%;
}

img.vinyl_icon {
  border-radius: 0.15rem;
  width: 1.5rem;
  vertical-align: middle;
}

figure {
  margin: var(--ms) 0;
}

audio,
video,
figure img {
  width: 100%;
  display: block;
}

video {
  border-radius: 1rem;
}

.footnotes::before,
h1,
h2,
h3,
h4,
h5 {
  font-weight: bold;
  line-height: 1.3;
  margin: 1.2em 0 0.6em 0;
}

h1 {
  font-size: var(--f1)
}

h2 {
  font-size: var(--f2);
}

h3 {
  font-size: var(--f3);
}

h4 {
  font-size: var(--f4);
  text-transform: uppercase;
}

code,
.small,
small {
  font-size: var(--f5);
}

a {
  color: inherit;
  text-decoration: underline;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  cursor: pointer;
}

li {
  margin: 0.25em 0;
}

::marker {
  color: var(--c)
}

.nl,
.nl:active,
.nl:visited {
  text-decoration: none;
  color: inherit;
}

.lh:hover {
  text-decoration: underline;
}

.lg {
  color: var(--light-gray);
}

input,
select,
textarea {
  padding: .5rem;
  border: 1px solid var(--fg);
  outline: 0;
  min-width: 0;
  border-radius: var(--radius);
  background: var(--bg);
  color: var(--text-color);
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--c);
}

input:disabled,
select:disabled,
textarea:disabled {
  background-color: var(--mg);
  cursor: not-allowed;
}

textarea {
  resize: vertical;
}

button {
  background-color: var(--bg);
  border: dashed transparent;
  font-weight: 700;
  min-width: 1rem;
  padding: 0.35rem 1.2rem;
  color: var(--text-color);
  cursor: pointer;
  border-radius: 999px;
  outline: 0;
}

a.button {
  background-color: var(--bg);
  border: dashed transparent;
  font-weight: 700;
  min-width: 1rem;
  padding: 0.35rem 1.2rem;
  color: var(--text-color);
  cursor: pointer;
  border-radius: 999px;
  outline: 0;
  display: inline-block;
  margin-top: 0.5rem;
}

button:hover,
a.button:hover {
  background-color: var(--bg);
  color: var(--text-color);
  border: dashed var(--c);
}

.tablinks.active {
  background: var(--c);
  color: var(--c-text);
}

button.active-filter {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

#themeToggle {
  background-color: var(--bg);
  color: var(--c);
  border: 1px solid var(--c);
  font-size: var(--f5);
  padding: 0.25rem;
  display: inline-flex;
  /* Allows alignment and size consistency */
}

/* Hover effect for light mode to preview dark mode */
body:not(.dark-mode) #themeToggle:hover {
  --bg-l: var(--bg-l-dark);
  --bg: hsl(var(--c-h), var(--c-s), var(--bg-l));
  background-color: var(--bg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0));
}

/* Hover effect for dark mode to preview light mode */
body.dark-mode #themeToggle:hover {
  --bg-l: var(--bg-l-light);
  --bg: hsl(var(--c-h), var(--c-s), var(--bg-l));
  background-color: var(--bg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0));
}

.pixelated {
  image-rendering: pixelated;
  image-rendering: crisp-edges;
}

hr {
  border: 0;
  border-top: 1px solid var(--fg);
  margin: 1.2em auto;
}

ul,
ol {
  padding-left: 2em;
  margin: 0 0 10px 0;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

figcaption {
  text-align: center;
  font-size: var(--f5);
  color: var(--dark-gray);
  margin: 0.25rem 0;
}

main header {
  margin-bottom: var(--hls);
}

main header h1,
main header h2 {
  margin: 0;
}

main header p {
  font-size: var(--f3);
  color: var(--light-gray);
  font-weight: 500;
  margin-top: -0.25rem;
  font-style: italic;
}

main ol,
main p,
main figcaption,
main ul {
  line-height: 1.5;
}

table {
  width: 100%;
  margin: 1rem 0;
  overflow: auto;
  border-collapse: collapse;
}

table th {
  font-weight: bold;
}

table th,
table td {
  padding: var(--hms);
  border: var(--border) solid var(--fg);
}

table tr {
  border-top: var(--border) solid var(--fg);
}

table tr:nth-child(2n) {
  background-color: var(--mg);
}

table img {
  background-color: transparent;
}

blockquote:not(.tiktok-embed) {
  padding-left: 0.75rem;
  margin: 1em 0 1rem 1rem;
  border-left: 0.2rem solid var(--c);
}

details summary {
  cursor: pointer;
}

#container {
  background-color: var(--bg);
  border-radius: 0.5rem;
  padding: var(--ls) var(--ms) var(--ms);
  min-height: 100%;
}

#header,
#main,
#footer>div {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
}

#header,
#header #home {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#header p {
  margin: 0;
}

#header .avatar {
  width: 5rem;
  margin-right: var(--ms);
}

#header .avatar img {
  display: block;
  border-radius: 50%;
}

#header .name {
  font-weight: bold;
  font-size: var(--f2);
}

#header label {
  display: none;
}

#navbar {
  display: flex;
  flex-wrap: wrap;
  color: var(--c);
  overflow: hidden;
  text-align: center;
  font-weight: bold;
  margin: var(--ms) 0;
}

#navbar a {
  flex-grow: 1;
  display: block;
  padding: var(--hms);
  border: dashed transparent;
  border-radius: 999px;
  transition: all 0.3s ease;
  margin: 0.25rem;
}

#navbar a:hover {
  color: var(--text-color);
  border-color: var(--c);
  border-radius: 999px;
}

#navbar a[aria-current="page"] {
  background: var(--c);
  color: var(--c-text);
  border-color: transparent;
}

#main {
  margin-top: var(--ms);
  margin-bottom: 5rem;
  cursor: crosshair;
  background: var(--foreground-bg);
  border-radius: 1rem;
  padding: 1rem;
}

#footer {
  background: var(--c);
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: var(--f5);
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
}

.footer-content {
  display: flex;
  align-items: center;
  /* Center items vertically */
  justify-content: space-between;
  /* Space out items */
  width: 100%;
  max-width: 1200px;
  /* Adjust as needed */
}

#footer p {
  margin: 0;
  color: white;
  /* background-color: black; */
}

.theme-container {
  margin: 0;
  /* background-color: green; */
}

.spacer {
  margin: 0;
  /* background-color: gray; */
}

#footer .waves {
  --size: 0.6rem;
  --R: calc(var(--size)*1.28);

  -webkit-mask:
    radial-gradient(var(--R) at 50% calc(1.8*var(--size)), #000 99%, #0000 101%) calc(50% - 2*var(--size)) 0/calc(4*var(--size)) 100%,
    radial-gradient(var(--R) at 50% calc(-.8*var(--size)), #0000 99%, #000 101%) 50% var(--size)/calc(4*var(--size)) 100% repeat-x;
  background: var(--c);
  height: 1rem;
  position: absolute;
  left: 0;
  top: -1rem;
  max-width: 100%;
  width: 100%;

}

.footer-content .theme-toggle {
  margin-left: auto;
}

#skip-to-content {
  position: absolute;
  top: -20em;
}

#skip-to-content:hover,
#skip-to-content:focus {
  left: 0;
  right: 0;
  top: 0;
  margin-inline: auto;
  width: max-content;
  background: var(--fg);
  color: var(--c);
  padding: var(--hms);
  font-weight: bold;
}

.fg {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
  margin: 1rem 0;
}

.fg figure {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.fg figure picture {
  flex-grow: 1;
}

.fg figure img {
  object-fit: cover;
  height: 100%;
}

.list-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
}

.list-grid article a {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.list-grid article>a>div {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-top: var(--hms);
}

.list-grid article .project-tags {
  margin-top: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.list-grid article img {
  display: block;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 0.5rem;
}

.list-grid article h2,
.list-grid article p {
  margin: 0;
  font-size: var(--f4);
}

.list-grid article:hover {
  background: var(--bg);
  outline: dashed var(--c);
  border-radius: 0.5rem;
  transform: scale(1.02);
  box-shadow: 0 10px 30px var(--c);
  /* z-index: 1; */
  position: relative;
}

.list-grid article img,
.list-grid article div {
  transition: all 0.3s ease;
}

.list-grid article:hover img,
.list-grid article:hover div {
  transform: scale(0.9);
}

.filter-button {
  font-size: 0.875rem;
  padding: 0.35rem 0.75rem;
  border: dashed transparent;
  background: var(--bg);
  border-radius: 999px;
  cursor: pointer;
  color: var(--text-color);
  transition: all 0.2s;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

.filter-button:hover {
  border: dashed var(--c);
}

.filter-button.active-filter {
  background: var(--c);
  color: var(--c-text);
  border: dashed transparent;
}

.project-tags {
  margin-top: 0.5rem;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.project-tags span,
.project-tags a {
  font-size: 0.85rem;
  padding: 0.25rem 0.5rem;
  background: var(--bg);
  border: solid 1px var(--c);
  border-radius: 999px;
}

.vinyl-list,
.concert-overview {
  columns: 250px 2;
}

.vinyl-list article,
.concert-overview article {
  display: block;
  object-fit: cover;
  border-radius: 0.5rem;
  break-inside: avoid-column
}

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

.vinyl-grid article img {
  display: block;
  aspect-ratio: 1;
  object-fit: fill;
  border-radius: 0.5rem;
  transition: 0.1s ease;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

.vinyl-grid article:hover img {
  border: 2rem solid black;
  transition: 0.15s ease;
  border-radius: 50%;
  animation: rotation 2s infinite linear;
}

.vinyl-grid article div {
  display: block;
  margin-top: var(--hms);
}

.vinyl-grid article h2,
.vinyl-grid article p {
  margin: 0;
  font-size: var(--f4);
}

.rounded-image {
  border-radius: 10px;
  /* Adjust the value to change the roundness */
  transition: transform 0.3s ease;
}

.rounded-image:hover {
  border: 10rem solid black;
  border-radius: 50%;
  transform: scale(0.5);
  animation: rotation 2s infinite linear;
}

@media screen and (max-width: 940px) {
  :root {
    --ls: 1rem;
    --hls: 1rem;
  }

  .lh {
    text-decoration: underline;
  }

  #header .avatar {
    max-width: 4rem;
    margin-right: var(--hms);
  }

  #header .name {
    font-size: var(--f3);
  }

  #header p {
    font-size: var(--f4);
  }

  .fg {
    grid-gap: 0.5rem;
  }

  #header {
    display: block;
  }

  #header #home {
    justify-content: flex-start;
  }

  #navbar a {
    flex-grow: 0;
  }

  /* Mobile-first approach */
  @media (max-width: 768px) {

    /* Stack grid items */
    .list-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    /* Article cards */
    .list-grid article {
      padding: 1rem;
    }

    /* Images */
    .list-grid article img {
      max-width: 100%;
      height: auto;
    }

    /* Title sizing */
    .list-grid article h2 {
      font-size: 1.25rem;
      line-height: 1.3;
    }

    /* Project tags */
    .project-tags span {
      font-size: 0.75rem;
      padding: 0.25rem 0.5rem;
    }
  }

    @media (max-width: 550px) {

    /* Stack grid items */
    .list-grid {
      grid-template-columns: repeat(1, 1fr);
    }

}

@media print {

  html,
  body {
    background: white !important;
    font-size: 11pt;
    border: 0;
  }

  .container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }

  #header,
  #navbar,
  #footer {
    display: none;
  }

  a:hover {
    background: none;
  }
}

.tabcontent {
  display: 'Grid';
}

.gumroad-product-embed {
  background: transparent !important;
  /* Remove any default background */
  border: none !important;
  /* Remove any border */
  box-shadow: none !important;
  /* Remove shadow if present */
}

.gumroad-product-embed div {
  background: transparent !important;
  border: none !important;
}