@charset "UTF-8";
/*! 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;
}

/*

y=l
x=s

y = -6.8x + 159.6
x = 1/34 (798 - 5 y)

*/
/* ---------- thumb-sizes -------- */
html {
  font-size: 10px;
}

@media screen and (max-width: 1024px) {
  html {
    font-size: 9px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 8px;
  }
}
@media screen and (max-width: 600px) {
  html {
    font-size: 7px;
  }
}
/*
@media screen and (max-width: 540px) {
    html {
        font-size: 6px;
    }
}
*/
@media screen and (max-width: 480px) {
  html {
    font-size: 5px;
  }
}
/*

y=l
x=s

y = -6.8x + 159.6
x = 1/34 (798 - 5 y)

*/
/* ---------- thumb-sizes -------- */
main {
  padding: 2.4rem 0;
  display: flex;
  flex-direction: column;
}

.top-github-link {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  text-align: center;
}
.top-github-link > a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ticket-img {
  margin: auto;
  width: 100%;
  height: 12em;
  object-fit: contain;
  margin: 0;
  position: relative;
  z-index: 1;
  top: -5rem;
  margin: 0 0 3.25rem 0;
}

.globe {
  margin-top: 0;
  width: 60rem;
  max-width: 60%;
  margin-bottom: 1rem;
}

footer {
  width: 100%;
  padding: 1.2rem 2.4rem 1.2rem 2.4rem;
  box-sizing: border-box;
  text-align: right;
  display: flex;
  flex-direction: row;
  align-items: center;
}
footer > .github-badge {
  flex: 0 0 auto;
}
footer > div:first-child {
  flex: 1 1 auto;
  max-height: 2rem;
  text-align: left;
  display: flex;
  align-items: center;
  opacity: 0.5;
}
footer > div:first-child img {
  height: 2.2rem;
}
footer > div:first-child span {
  line-height: 1ex;
  margin-left: 0.5em;
  font-weight: 800;
  opacity: 0.3;
  letter-spacing: 0.11ch;
}

.github-badge {
  display: inline-flex;
  flex-direction: row;
  border: 1px solid hsl(222, 9.2894736842%, 89%);
  overflow: hidden;
  border-radius: 0.6rem;
  color: hsl(222, 9.2894736842%, 89%);
  text-decoration: none;
}
.github-badge > div:first-child {
  flex: 0 0 auto;
  background-color: hsl(222, 9.2894736842%, 89%);
  padding: 0.2rem 0.3rem 0.2rem 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.github-badge > div:first-child div {
  height: 1.6rem;
  aspect-ratio: 4.4;
  background-image: url("./github-badge.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.github-badge > div:last-child {
  padding: 0.2rem 0.6rem 0.2rem 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 0.8;
}

html,
body {
  font-family: "Nunito Sans";
  background-color: hsl(222, 19.6842105263%, 10%);
  color: hsl(222, 10.6052631579%, 79%);
  padding: 0;
  font-family: "Nunito Sans", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

body {
  opacity: 1;
  min-height: 100svh;
  font-size: 1.6rem;
  background-image: url("./top-bg.png");
  background-size: auto 38rem;
  background-repeat: repeat-x;
}

#svgDefs {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

:root {
  --file-type-color: hsl(222, 27%, 37%);
}

.webp-lossless {
  --file-type-color: #569906;
}

.webp {
  --file-type-color: #569906;
}

.jpg {
  --file-type-color: #80321e;
}

.png {
  --file-type-color: #66335c;
}

:root {
  --header-shadow-dist: 0.25rem;
  --header-shadow-blur: 0.1rem;
  --header-shadow-color: hsl(222, 19.6842105263%, 10%);
}

h1 {
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 4em;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  margin-top: 6rem;
  text-shadow: calc(var(--header-shadow-dist) * -1) calc(var(--header-shadow-dist) * -1) var(--header-shadow-blur) var(--header-shadow-color), calc(var(--header-shadow-dist) * -1) calc(var(--header-shadow-dist) * 1) var(--header-shadow-blur) var(--header-shadow-color), calc(var(--header-shadow-dist) * 1) calc(var(--header-shadow-dist) * -1) var(--header-shadow-blur) var(--header-shadow-color), calc(var(--header-shadow-dist) * 1) calc(var(--header-shadow-dist) * 1) var(--header-shadow-blur) var(--header-shadow-color);
}

svg {
  shape-rendering: geometricPrecision;
}
svg * {
  shape-rendering: geometricPrecision;
}

.warning {
  display: inline-block;
  width: 2rem;
  height: 1.8rem;
  background-image: url("./warning-triangle-m2.png");
  background-position: 0 0;
  background-size: contain;
  position: relative;
  top: 0.4rem;
  margin-top: -0.3rem;
}
.warning:first-child {
  margin-right: 0.3em;
}
.warning:last-child {
  margin-left: 0.3em;
}

h1,
h2 {
  color: hsl(222, 9.2894736842%, 89%);
}

h3 {
  color: hsl(222, 10.6052631579%, 79%);
}

h4 {
  color: hsl(222, 11.2631578947%, 74%);
}

h5 {
  color: hsl(222, 11.9210526316%, 69%);
}

/*

y=l
x=s

y = -6.8x + 159.6
x = 1/34 (798 - 5 y)

*/
/* ---------- thumb-sizes -------- */
@property --outline-spin-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}
@keyframes outline-spin {
  to {
    --outline-spin-angle: 180deg;
  }
}
:root {
  --outline-spin-angle: 0deg;
  --outline-spin-inner-radius: 1rem;
  --outline-spin-white: #ffffff;
}

.outline-spinner {
  --outline-spin-angle: 0deg;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: inherit;
  background-image: conic-gradient(from var(--outline-spin-angle), black 10%, var(--outline-spin-white) 25%, black 26%, black 60%, var(--outline-spin-white) 75%, black 76%);
  animation: outline-spin 2s cubic-bezier(0.66, 0.33, 0.33, 0.66) infinite;
  mix-blend-mode: screen;
  mix-blend-mode: plus-lighter;
  opacity: 0.5;
}
.outline-spinner::after {
  border-radius: var(--outline-spin-inner-radius);
  content: "";
  position: absolute;
  z-index: 1;
  left: 0.3rem;
  right: 0.3rem;
  top: 0.3rem;
  bottom: 0.3rem;
  background: #000;
}

.thumb-image-frame {
  aspect-ratio: 5/4;
  border-radius: 0.2rem;
  overflow: hidden;
  background-color: hsl(222, 16.3947368421%, 35%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 0;
  box-sizing: content-box;
}
.thumb-image-frame > .thumb-bg {
  position: absolute;
  background-color: rgba(74.6176973684, 83.3970789474, 103.8823026316, 0.26);
  top: -5%;
  left: -5%;
  width: 110%;
  height: 110%;
  object-fit: cover;
  opacity: 0.7;
  filter: blur(8px);
  -webkit-filter: blur(8px);
  box-sizing: content-box;
}
.thumb-image-frame > .thumb {
  background-image: url("./pixel-grid.png");
  background-color: rgba(41.6321052632, 47.2528421053, 60.3678947368, 0.3);
  display: block;
  z-index: 1;
  border: 1px solid rgba(198, 201, 210, 0.4);
  box-sizing: content-box;
  max-width: 100%;
  max-height: 100%;
}

/*

y=l
x=s

y = -6.8x + 159.6
x = 1/34 (798 - 5 y)

*/
/* ---------- thumb-sizes -------- */
#pageContents {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4rem;
}
#pageContents > div {
  display: inline-block;
  columns: 50rem auto;
  column-span: all;
  width: 80%;
  position: relative;
}
#pageContents > div:after {
  position: absolute;
  content: "";
  top: -1px;
  left: 0;
  right: 0;
  background-color: hsl(222, 19.6842105263%, 10%);
  height: 3px;
}
#pageContents > div ul.idxLevel0 {
  margin-top: 0;
}
#pageContents > div ul.idxLevel0 > li:first-child {
  margin-top: 0;
}
#pageContents > div ul.idxLevel0 > li {
  padding: 0.4em 0 0em 0;
  border-top: 1px solid rgba(255, 255, 255, 0.0666666667);
  list-style-type: disc;
}
#pageContents > div ul.idxLevel0 > li.singleImgIndexLink {
  list-style-type: circle;
}
#pageContents > div li {
  margin-top: 0.3em;
  break-inside: avoid;
}
#pageContents > div li a {
  text-decoration: none;
  color: hsl(222, 10.6052631579%, 79%);
  font-weight: 700;
  white-space: nowrap;
  line-height: 1.2em;
  background-color: hsl(222, 19.6842105263%, 10%);
}
#pageContents > div li a .count {
  position: relative;
  top: -1px;
  background-color: hsl(222, 10.6052631579%, 79%);
  color: hsl(222, 19.6842105263%, 10%);
  font-weight: 900;
  border-radius: 2em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.666em;
  padding: 0 0.5em;
  vertical-align: middle;
  margin-left: 0.5em;
  line-height: 1.25em;
}
#pageContents > div li a:hover, #pageContents > div li a:focus {
  color: hsl(222, 9.2894736842%, 89%);
}
#pageContents > div li a:hover .count, #pageContents > div li a:focus .count {
  background-color: hsl(222, 9.2894736842%, 89%);
}
#pageContents > div li.singleImgIndexLink a {
  font-weight: 500;
}
#pageContents > div ul.idxLevel1 li a .idxItemName {
  font-size: 1.5rem;
  font-weight: 500;
}
#pageContents > div ul.idxLevel1 li a span.count {
  margin-left: 0.2em;
  padding: 0 0.333em;
  background-color: hsl(222, 11.2631578947%, 74%);
}
#pageContents > div ul.idxLevel1 li a:hover span.count, #pageContents > div ul.idxLevel1 li a:focus span.count {
  background-color: hsl(222, 10.6052631579%, 79%);
}
#pageContents > div ul.idxLevel1 {
  display: flex;
  list-style-type: none;
  gap: 1em;
  justify-content: flex-start;
  align-items: flex-start;
}

/*

y=l
x=s

y = -6.8x + 159.6
x = 1/34 (798 - 5 y)

*/
/* ---------- thumb-sizes -------- */
div.groupNode {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
div.groupNode h2 {
  margin-left: 1.6rem;
  text-transform: capitalize;
  margin-top: 0;
}
div.group-display {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

div.group-imgs {
  margin-left: 1.6rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5rem;
  row-gap: 4.5rem;
  column-gap: 5.5rem;
  align-items: end;
}

.groupNode.is-minor > .group-display > .group-imgs {
  gap: 3rem;
  row-gap: 3rem;
  column-gap: 4rem;
}

div.group-children {
  margin-left: 1.6rem;
  margin-top: 2em;
  display: flex;
  flex-direction: column;
}
div.group-children div.groupNode {
  margin-top: 1rem;
}

.groupNode.node-level-0 > .group-display > .group-children {
  gap: 2rem;
  order: 0;
  margin-top: 0;
  margin-left: 0;
}
.groupNode.node-level-0 > h2 {
  display: none;
}
.groupNode.node-level-0 > .group-display > .group-imgs {
  margin-top: 4em;
  margin-bottom: 4em;
  order: 1;
  margin-left: 0.6rem;
}

.groupNode.node-level-0 > .group-display > .group-imgs,
.groupNode.node-level-1 > * {
  padding-left: 10%;
  padding-right: 10%;
}

.groupNode.node-level-1 {
  margin-top: 5rem;
}
.groupNode.node-level-1 > div.group-display {
  position: relative;
  background-color: hsl(222, 19.2894736842%, 13%);
  padding-top: 3rem;
  padding-bottom: 4rem;
}
.groupNode.node-level-1 > div.group-display:before {
  pointer-events: none;
  left: -2rem;
  right: -2rem;
  top: 0;
  bottom: -0.5rem;
  position: absolute;
  box-shadow: inset 0 0 1rem 0.2rem hsl(222, 20.4736842105%, 4%);
  content: "";
  mix-blend-mode: soft-light;
}
.groupNode.node-level-1 > h2 {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 3.2rem;
  margin-top: 2rem;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  z-index: 1;
  color: hsl(222, 10.6052631579%, 79%);
  line-height: 1;
}
.groupNode.node-level-1 > h2 > span {
  display: inline-block;
  margin-left: 2rem;
  border-left: 2.5rem solid hsl(222, 11.9210526316%, 69%);
  padding-left: 1rem;
}

.groupNode.node-level-1 .groupNode {
  padding-left: 2rem;
  border-left: 0.4rem solid hsl(222, 17.8421052632%, 24%);
}

.groupNode > .notes {
  margin-left: 1.6rem;
}

/*

y=l
x=s

y = -6.8x + 159.6
x = 1/34 (798 - 5 y)

*/
/* ---------- thumb-sizes -------- */
html {
  scrollbar-gutter: stable;
}

body:has(dialog[open]) {
  overflow-y: hidden;
}

html:has(dialog[open]) {
  background-color: rgb(20.4805263158, 23.4922105263, 30.5194736842);
}

dialog.altsDialog {
  top: -7vh;
  z-index: 100;
  background-color: hsl(222, 15.3421052632%, 43%);
  border: none;
  border-radius: 0.8rem 0 0.8rem 0.8rem;
  color: white;
  padding: 0 0.35rem 0 0;
  overflow: visible;
  box-shadow: 0.3rem 0.3rem 0.7rem 0.2rem hsla(222, 20.4736842105%, 4%, 0.2), 0 0 20rem -5rem hsla(222, 15.3421052632%, 43%, 0.4);
}
dialog.altsDialog:before {
  pointer-events: none;
  padding-top: 0.4rem;
  box-sizing: border-box;
  content: "️❌︎";
  position: absolute;
  top: 0;
  right: -4.7rem;
  width: 4.8rem;
  height: 4.8rem;
  color: white;
  background-color: inherit;
  border-radius: 0 0.8rem 0.8rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: hsl(222, 11.2631578947%, 74%);
  text-shadow: 1px 1px 3px hsl(222, 17.4473684211%, 27%);
  font-size: 3rem;
  line-height: 1;
  box-shadow: 0.3rem 0.3rem 0.28rem 0 hsla(222, 20.4736842105%, 4%, 0.2);
}
@media screen and (max-width: 600px) {
  dialog.altsDialog:before {
    box-shadow: none;
    right: 0;
    top: -4.7rem;
    border-radius: 0.8rem 0.8rem 0 0;
  }
}
dialog.altsDialog:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 101;
  box-shadow: inset 0 0.6rem 0.6rem hsl(222, 15.3421052632%, 43%), inset 0 -0.6rem 0.6rem hsl(222, 15.3421052632%, 43%);
  pointer-events: none;
  border-radius: inherit;
  overflow: hidden;
}
dialog.altsDialog > form.bgClose {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100lvw;
  height: 100lvh;
  z-index: -3;
  opacity: 0;
}
dialog.altsDialog > form.bgClose > button {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
}
dialog.altsDialog > div.dialogContents {
  min-width: 20rem;
  min-height: 20rem;
  padding: 2.4rem 1.6rem 2rem;
  border-radius: inherit;
  background-color: inherit;
  border: none;
  display: flex;
  flex-direction: column;
  max-height: 70vh;
  overflow: auto;
  flex-wrap: nowrap;
  scrollbar-color: hsl(222, 21%, 14%) hsla(222, 100%, 62%, 0);
  scrollbar-width: thin;
}
dialog.altsDialog > div.dialogContents:focus-visible {
  outline: none;
}
dialog.altsDialog::backdrop {
  backdrop-filter: blur(2rem);
  background-color: hsla(222, 19.6842105263%, 10%, 0.96);
  mix-blend-mode: normal;
}

/* referenced animation code */
dialog {
  transition: display 0.375s ease-in-out allow-discrete, overlay 0.375s ease-in-out allow-discrete, opacity 0.15s 0s ease-in-out;
}
dialog::backdrop {
  transition: display 0.375s ease-in-out allow-discrete, overlay 0.375s ease-in-out allow-discrete, opacity 0.15s 0.225s ease-in-out, filter 0.15s 0.225s ease-in-out;
}

dialog[open] {
  transition: display 0.15s ease-in-out allow-discrete, overlay 0.15s ease-in-out allow-discrete, opacity 0.15s 0.225s ease-in-out;
}
dialog[open]::backdrop {
  transition: display 0.15s ease-in-out allow-discrete, overlay 0.15s ease-in-out allow-discrete, opacity 0.15s 0s ease-in-out, filter 0.15s 0s ease-in-out;
}

html {
  transition: background-color 0.15s;
}

dialog {
  opacity: 0;
  /*
  &:not([open]) {
      &::backdrop {
          transition-property: opacity;
          transition-delay: 1s;
      }

  }
  */
  /* Exiting State */
  /*
  &:not([open]) {
    opacity: 0;
  }
  */
}
dialog::backdrop {
  opacity: 0;
}
dialog[open] {
  /* Post-Entry (Normal) State */
  opacity: 1;
  /* Pre-Entry State */
}
dialog[open]::backdrop {
  opacity: 1;
}
@starting-style {
  dialog[open] {
    opacity: 0;
  }
  dialog[open]::backdrop {
    opacity: 0;
  }
}

/*

y=l
x=s

y = -6.8x + 159.6
x = 1/34 (798 - 5 y)

*/
/* ---------- thumb-sizes -------- */
.img-card {
  display: inline-flex;
  flex-direction: column;
  box-sizing: border-box;
  max-width: min-content;
  position: relative;
  background-color: hsl(222, 18.3684210526%, 20%);
  border: none;
  border-radius: 0.6rem;
  box-shadow: 0.3rem 0.4rem 0.5rem 0rem hsla(222, 21%, 4%, 0.6);
}
.img-card * {
  box-sizing: border-box;
}
.img-card.multipleton {
  background-color: hsl(222, 17.8421052632%, 24%);
}
.img-card > a {
  text-decoration: unset;
  color: inherit;
}
.img-card > button {
  color: inherit;
}
.img-card .img-card-inner {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.img-card .img-card-inner .heading > .mid,
.img-card .img-card-inner .lower-details > .mid {
  text-align: center;
  flex: 1 1 auto;
}
.img-card .img-card-inner .heading > .left,
.img-card .img-card-inner .lower-details > .left {
  flex: 1 1 50%;
}
.img-card .img-card-inner .heading > .right,
.img-card .img-card-inner .lower-details > .right {
  text-align: right;
  flex: 1 1 50%;
}
.img-card .img-card-inner .heading {
  padding: 0.3em;
  display: flex;
  box-sizing: border-box;
  justify-content: center;
  gap: 1rem;
}
.img-card .img-card-inner .heading > .left {
  flex: 0 0 2.6rem;
  min-width: 0;
  align-content: center;
  text-align: right;
  padding-bottom: 0.2rem;
}
.img-card .img-card-inner .heading > .left .multipleton-icon {
  background-image: url(icons\\image-folder.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  padding-bottom: 0.1rem;
  opacity: 0.75;
}
.img-card .img-card-inner .heading > .mid {
  min-width: 0;
  max-width: unset;
  display: inline;
  flex: 0 1 auto;
}
.img-card .img-card-inner .heading > .right {
  flex: 0 0 3rem;
  min-width: 0;
  align-content: center;
  text-align: left;
  padding-bottom: 0.2rem;
}
.img-card .img-card-inner .heading > .right .multipleton-count {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 0.6rem;
  font-size: 1.8rem;
  padding-top: 0.1rem;
  background-color: rgba(255, 255, 255, 0.6);
  color: hsl(222, 17.8421052632%, 24%);
  font-weight: 900;
  display: block;
  align-content: center;
  text-align: center;
}
.img-card .img-card-inner h3 {
  text-wrap-style: balance;
  font-size: 2.2rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  margin: 0.2em 0.1em;
  line-height: 1;
  text-align: center;
}
.img-card .img-card-inner .thumb-image-frame {
  width: 35rem;
  height: 28rem;
  border-radius: 0.3em;
  overflow: hidden;
  margin-left: -3px;
  margin-right: -3px;
  transition: box-shadow 0.1s;
  box-shadow: 0.2rem 0.25rem 0.35rem 0rem hsla(222, 21%, 4%, 0.3);
}
.img-card .img-card-inner:hover .thumb-image-frame {
  box-shadow: 0rem 0rem 0.5em 0.5em hsla(222, 21%, 100%, 0.2);
}
.img-card .img-card-inner .lower-details {
  padding: 0.3em;
  display: flex;
  flex-direction: row;
  min-height: 4.65rem;
}
.img-card .img-card-inner .lower-details > div.mid {
  font-weight: 700;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  white-space: nowrap;
}
.img-card .img-card-inner .lower-details > div.mid > span {
  padding: 0.2rem 0;
  border-radius: 3px;
}
.img-card .img-card-inner .lower-details > div.right {
  color: hsl(222, 11.9210526316%, 69%);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.img-card .img-card-inner .lower-details > div.right .format {
  font-weight: 900;
  font-variation-settings: "wdth" 90;
}
.img-card .img-card-inner .lower-details > div.right .size {
  font-weight: 600;
}
.img-card .img-card-inner .lower-details > div.right .size .unit {
  font-size: 0.85em;
}

.img-card.singleton-link-button .lower-details .right {
  align-items: flex-end;
}
.img-card.singleton-link-button .lower-details .right .format {
  position: relative;
  width: auto;
  display: inline;
  padding-left: 1.4em;
}
.img-card.singleton-link-button .lower-details .right .format::after {
  content: "";
  position: absolute;
  top: -0.1rem;
  bottom: 0.1rem;
  left: 0;
  right: 0;
  background-image: url(icons\\download.svg);
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.75;
}

.img-card.alts-button .lower-details .right > div:first-child {
  font-weight: 800;
  font-size: 1.25em;
  text-transform: uppercase;
  font-variation-settings: "wdth" 50;
  margin-right: 0.2rem;
  font-variant: small-caps;
}

.groupNode.is-minor div.img-card .img-card-inner > .thumb-image-frame {
  width: 17.5rem;
  height: 14rem;
}
.groupNode.is-minor div.img-card .img-card-inner > .lower-details > div.left {
  display: none;
}
.groupNode.is-minor div.img-card .img-card-inner > .lower-details > .mid {
  text-align: left;
  font-size: 1.5rem;
  padding-left: 0.2em;
}
.groupNode.is-minor div.img-card .img-card-inner > .lower-details > div.right {
  font-size: 0.8em;
}

.img-card .heading h3.heading-length-32 {
  font-variation-settings: "wdth" 90;
}
.img-card .heading h3.heading-length-40 {
  font-variation-settings: "wdth" 75;
}
.img-card .heading h3.heading-length-48 {
  font-variation-settings: "wdth" 75;
  font-size: 2rem;
}

.groupNode.is-minor .img-card .heading h3 {
  font-size: 1.9rem;
  font-variation-settings: "wdth" 95;
}
.groupNode.is-minor .img-card .heading h3.heading-length-16 {
  font-variation-settings: "wdth" 90;
}
.groupNode.is-minor .img-card .heading h3.heading-length-24 {
  font-variation-settings: "wdth" 80;
}
.groupNode.is-minor .img-card .heading h3.heading-length-32 {
  font-variation-settings: "wdth" 75;
}
.groupNode.is-minor .img-card .heading h3.heading-length-40 {
  font-variation-settings: "wdth" 75;
  font-size: 1.8rem;
}
.groupNode.is-minor .img-card .heading h3.heading-length-48 {
  font-variation-settings: "wdth" 75;
  font-size: 1.6rem;
}

.img-card-inner .lower-details .mid > span {
  border: none !important;
}
.img-card-inner .lower-details .left {
  align-content: center;
  text-align: left;
}
.img-card-inner.megagrade-1 .heading h3 {
  font-weight: 100;
}
.img-card-inner.megagrade-1 .lower-details .mid > span {
  font-weight: 100;
}
.img-card-inner.megagrade-2 .heading h3 {
  font-weight: 200;
}
.img-card-inner.megagrade-2 .lower-details .mid > span {
  font-weight: 200;
}
.img-card-inner.megagrade-3 .heading h3 {
  font-weight: 300;
}
.img-card-inner.megagrade-3 .lower-details .mid > span {
  font-weight: 300;
}
.img-card-inner.megagrade-4 .heading h3 {
  font-weight: 400;
}
.img-card-inner.megagrade-4 .lower-details .mid > span {
  font-weight: 400;
}
.img-card-inner.megagrade-5 .heading h3 {
  font-weight: 500;
}
.img-card-inner.megagrade-5 .lower-details .mid > span {
  color: hsl(222, 11.9210526316%, 69%);
  border-width: 0.1rem;
  border-color: hsl(222, 11.9210526316%, 69%);
  border-top-style: solid;
  border-bottom-style: solid;
  font-weight: 500;
}
.img-card-inner.megagrade-6 .heading h3 {
  font-weight: 600;
}
.img-card-inner.megagrade-6 .lower-details .mid > span {
  color: hsl(222, 11.9210526316%, 69%);
  border-width: 0.2rem;
  border-color: hsl(222, 11.9210526316%, 69%);
  border-top-style: ridge;
  border-bottom-style: groove;
  font-weight: 600;
}
.img-card-inner.megagrade-7 .heading h3 {
  font-weight: 700;
}
.img-card-inner.megagrade-7 .lower-details .mid > span {
  color: hsl(222, 11.9210526316%, 69%);
  border-width: 0.2rem;
  border-color: hsl(222, 11.9210526316%, 69%);
  border-top-style: solid;
  border-bottom-style: solid;
  font-weight: 700;
}
.img-card-inner.megagrade-8 .heading h3 {
  font-weight: 800;
  letter-spacing: 0.04ch;
}
.img-card-inner.megagrade-8 .lower-details .mid > span {
  color: hsl(222, 11.2631578947%, 74%);
  border-width: 0.2rem;
  border-color: hsl(222, 11.2631578947%, 74%);
  border-top-style: solid;
  border-bottom-style: solid;
  letter-spacing: 0.04ch;
  font-weight: 800;
}
.img-card-inner.megagrade-9 .heading h3 {
  font-weight: 900;
  letter-spacing: 0.06ch;
}
.img-card-inner.megagrade-9 .lower-details .mid > span {
  color: hsl(222, 10.6052631579%, 79%);
  border-width: 0.2rem;
  border-color: hsl(222, 10.6052631579%, 79%);
  border-top-style: solid;
  border-bottom-style: solid;
  letter-spacing: 0.06ch;
  font-weight: 900;
}

.megasize-indicator {
  display: block;
  content: "";
  background-color: hsl(222, 11.9210526316%, 69%);
  opacity: 0.3;
  width: 1rem;
  height: 1rem;
  border-radius: 0.4rem;
  box-shadow: 0.22rem 0.2rem 0.15em 0.05rem hsla(222, 21%, 4%, 0.25);
}

.megagrade-1 .megasize-indicator {
  width: 0.6rem;
  height: 0.6rem;
  margin-left: 1.5rem;
}

.megagrade-2 .megasize-indicator {
  width: 0.9rem;
  height: 0.9rem;
  margin-left: 1.35rem;
}

.megagrade-3 .megasize-indicator {
  width: 1.2rem;
  height: 1.2rem;
  margin-left: 1.2rem;
}

.megagrade-4 .megasize-indicator {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 1.05rem;
}

.megagrade-5 .megasize-indicator {
  width: 1.8rem;
  height: 1.8rem;
  margin-left: 0.9rem;
}

.megagrade-6 .megasize-indicator {
  width: 2.1rem;
  height: 2.1rem;
  margin-left: 0.75rem;
}

.megagrade-7 .megasize-indicator {
  width: 2.4rem;
  height: 2.4rem;
  margin-left: 0.6rem;
}

.megagrade-8 .megasize-indicator {
  width: 2.7rem;
  height: 2.7rem;
  margin-left: 0.45rem;
}

.megagrade-9 .megasize-indicator {
  width: 3rem;
  height: 3rem;
  margin-left: 0.3rem;
}

/*

y=l
x=s

y = -6.8x + 159.6
x = 1/34 (798 - 5 y)

*/
/* ---------- thumb-sizes -------- */
div.dialogContents {
  gap: 2.5em;
  /*
  div.img-set:nth-child(2) {
      h2 {
          display: none;
      }
  }
  */
}
div.dialogContents > * {
  margin: 1rem;
  flex-shrink: 0;
}
div.dialogContents > div.dialogTitleSection {
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
div.dialogContents > div.dialogTitleSection > * {
  width: min-content;
  min-width: 100%;
}
div.dialogContents > div.dialogTitleSection > .notes {
  max-width: 70rem;
  text-align: center;
  margin: 0 auto 1rem auto;
}
div.dialogContents > div.dialogTitleSection div.dialogTitle {
  font-size: 3.2rem;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 1.5rem;
  font-variation-settings: "wdth" 110;
  font-weight: 700;
  letter-spacing: 0.1ch;
  line-height: 0.8;
  text-wrap-style: balance;
  color: hsl(222, 9.2894736842%, 89%);
}
div.dialogContents > div.dialogTitleSection hr {
  border: none;
  border-bottom-color: rgba(255, 255, 255, 0.2);
  border-bottom-style: ridge;
  border-bottom-width: 2px;
  margin: 0;
}

/*

y=l
x=s

y = -6.8x + 159.6
x = 1/34 (798 - 5 y)

*/
/* ---------- thumb-sizes -------- */
div.img-set {
  margin: 0 0.8rem 0 1rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-columns: min-content 14.5rem 14.5rem;
  height: fit-content;
  row-gap: 1rem;
  column-gap: 1rem;
}
div.img-set h2 {
  margin-left: 0;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  font-variation-settings: "wdth" 110;
  letter-spacing: 0.05ch;
  text-wrap-style: balance;
}
div.img-set .notes {
  margin-bottom: 0.5rem;
  text-wrap-style: pretty;
}
div.img-set .set-title-container,
div.img-set .thumb-wrap {
  margin-right: 1rem;
}
div.img-set .set-title-container {
  grid-row: 1;
  grid-column: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
div.img-set .resolution {
  grid-column: 2/span 2;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  min-height: 5.2rem;
  font-variation-settings: "wdth" 110;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.04ch;
  line-height: 0.8;
  display: flex;
  gap: 0.1rem;
  align-items: flex-end;
  justify-content: center;
}
div.img-set .resolution > span {
  margin-left: 0.4ch;
  margin-right: 0.4ch;
  opacity: 0.8;
}
div.img-set .resolution .left,
div.img-set .resolution .right {
  border-width: 0.5rem;
  border-color: white;
  width: auto;
  flex: 1 1 auto;
  height: 1.3rem;
  border-top-style: solid;
  opacity: 0.5;
  position: relative;
  display: none;
}
div.img-set .resolution .left {
  border-left-style: solid;
  border-top-left-radius: 0.6rem;
  border-left-width: 0.2rem;
}
div.img-set .resolution .right {
  border-right-style: solid;
  border-top-right-radius: 0.6rem;
  border-right-width: 0.2rem;
}
div.img-set .placeholder {
  background-color: hsl(222, 15.8684210526%, 39%);
  opacity: 1;
  border-radius: 0.4rem;
}
div.img-set .thumb-image-frame {
  grid-column: 1;
  grid-row: 2/7;
  grid-row-start: 2;
  grid-row-end: span 5;
  flex: 0 1 auto;
  width: 42rem;
  height: 33.6rem;
  border-radius: 0.6rem;
  box-shadow: 0.2rem 0.3rem 0.5rem 0rem hsla(222, 21%, 4%, 0.15);
  min-height: 100%;
}
@media screen and (max-width: 1280px) {
  div.img-set .thumb-image-frame {
    width: 35rem;
    height: 28rem;
  }
}
@media screen and (max-width: 1024px) {
  div.img-set .thumb-image-frame {
    width: 28rem;
    height: 22.4rem;
  }
}
@media screen and (max-width: 768px) {
  div.img-set .thumb-image-frame {
    width: 24.5rem;
    height: 19.6rem;
  }
}
@media screen and (max-width: 600px) {
  div.img-set .thumb-image-frame {
    width: 21rem;
    height: 16.8rem;
  }
}
@media screen and (max-width: 480px) {
  div.img-set .thumb-image-frame {
    width: 14rem;
    height: 11.2rem;
  }
}

.fileLink {
  flex: 1 1 auto;
  background-color: hsl(222, 18.3684210526%, 20%);
  text-decoration: none;
  color: inherit;
  border-radius: 0.3rem;
  padding: 1rem 1.4rem;
  min-height: 6.4rem;
  box-shadow: 0.2rem 0.3rem 0.5rem 0rem hsla(222, 21%, 4%, 0.15);
  text-align: right;
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 2;
  top: 0rem;
  left: 0rem;
  overflow: hidden;
  transition: top 0.05s linear, left 0.05s linear, background-color 0.25s linear, box-shadow 0.1s linear;
}
.fileLink::before {
  position: absolute;
  content: "";
  left: 1rem;
  top: 0.9rem;
  height: 2rem;
  width: 3rem;
  background-image: url("icons\\download.svg");
  background-size: contain;
  opacity: 0.6;
  mix-blend-mode: normal;
  background-position: left center;
  background-repeat: no-repeat;
  z-index: -1;
}
.fileLink .tags {
  display: flex;
  flex: 1 1 auto;
  align-items: flex-start;
  justify-content: flex-end;
  margin-right: -0.25ch;
  margin-top: 0.1rem;
  font-size: 0.8em;
}
.fileLink .tags .tag {
  font-weight: 600;
  letter-spacing: 0.015em;
  padding: 0 0.5em;
  border-radius: 2em;
}
.fileLink > div.fileInfo {
  display: flex;
  flex-direction: row;
  gap: 0.8rem;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8);
}
.fileLink > div.fileInfo .size {
  text-align: right;
  font-weight: 800;
  line-height: 0.8;
  display: flex;
  align-items: flex-end;
}
.fileLink > div.fileInfo .size > span {
  font-weight: 200;
  margin-left: 0.1rem;
}
.fileLink > div.fileInfo .format {
  line-height: 0.85;
  text-align: left;
  flex: 1 1 auto;
  transition: text-shadow 0.25s linear;
  text-shadow: 0 0 1px black, 0 0 2px hsl(222, 18.3684210526%, 20%), -2px -2px 2px hsl(222, 18.3684210526%, 20%), 2px -2px 2px hsl(222, 18.3684210526%, 20%), -2px 2px 2px hsl(222, 18.3684210526%, 20%), 2px 2px 2px hsl(222, 18.3684210526%, 20%);
  font-size: 1.15em;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 900;
}
.fileLink .outline-spinner {
  --outline-spin-inner-radius: 0.2rem;
  --outline-spin-white: hsl(222, 10.6052631579%, 79%);
  top: -0.1rem;
  bottom: -0.1rem;
  left: -0.1rem;
  right: -0.1rem;
}
.fileLink.isMainFile {
  background-color: hsl(222, 18.7631578947%, 17%);
}
.fileLink.mainFile {
  padding: 1.2rem 1.4rem 1rem 1.4rem;
  grid-column: 2/span 2;
  min-height: 8rem;
  background-color: hsl(222, 18.7631578947%, 17%);
}
.fileLink.mainFile:before {
  content: "";
}
.fileLink.mainFile .format {
  text-shadow: 0 0 1px black, 0 0 2px hsl(222, 18.7631578947%, 17%), -2px -2px 2px hsl(222, 18.7631578947%, 17%), 2px -2px 2px hsl(222, 18.7631578947%, 17%), -2px 2px 2px hsl(222, 18.7631578947%, 17%), 2px 2px 2px hsl(222, 18.7631578947%, 17%);
}
.fileLink.mainFile:before {
  left: 0.8rem;
  top: 1.5rem;
  bottom: 0.7rem;
  right: 1rem;
}
.fileLink:hover {
  box-shadow: 0.4rem 0.5rem 0.5rem 0rem hsla(222, 21%, 4%, 0.15);
  top: -0.1rem;
  left: -0.1rem;
  background-color: hsl(222, 17.4473684211%, 27%);
}
.fileLink:hover .format {
  text-shadow: 0 0 1px black, 0 0 2px hsl(222, 17.4473684211%, 27%), -2px -2px 2px hsl(222, 17.4473684211%, 27%), 2px -2px 2px hsl(222, 17.4473684211%, 27%), -2px 2px 2px hsl(222, 17.4473684211%, 27%), 2px 2px 2px hsl(222, 17.4473684211%, 27%);
}

.fileLink.mainFile + .fileLink {
  grid-column: 2/span 2;
}

.fileLink.mainFile + .placeholder {
  display: none;
}

.files.formatcount-1 .fileLink {
  grid-column: 2/span 2;
}
.files.formatcount-1 .placeholder {
  display: none;
}

.half-em-right-margin {
  margin-right: 0.5em;
}

.center {
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
}

/* ======================== */
.notes {
  width: 100%;
  white-space: normal;
  font-variation-settings: "wdth" 85;
  font-size: 1.4rem;
  margin: 0 0 1em 0;
}
.notes p {
  margin-block-start: 0.4em;
  margin-block-end: 0.4em;
}
.notes > p:first-child {
  margin-top: 0;
}
.notes > p:last-child {
  margin-bottom: 0;
}

.full-body {
  width: 100%;
  min-height: 100%;
  font-size: 2.4rem;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15% 20% 20% 20%;
  box-sizing: border-box;
}

.centre {
  display: flex;
  align-items: center;
  justify-content: center;
}

.group-display > .notes {
  font-size: 1.2em;
  padding-left: 1em;
}

.notes a {
  color: inherit;
  font-weight: 700;
  text-decoration-color: hsl(222, 11.9210526316%, 69%);
  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-thickness: 0.08em;
}
.notes a:hover {
  cursor: pointer;
  text-shadow: 0rem 0rem 0.2em hsla(222, 21%, 100%, 0.4);
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.border {
  border: 1px solid rgba(128, 128, 128, 0.5);
}

.margin-05em {
  margin: 0.5em;
}

.clear-button {
  border: unset;
  background-color: unset;
}
.clear-button:hover {
  cursor: pointer;
}

.weight-100 {
  font-weight: 100;
}

.weight-200 {
  font-weight: 200;
}

.weight-300 {
  font-weight: 300;
}

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

.weight-500 {
  font-weight: 500;
}

.weight-600 {
  font-weight: 600;
}

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

.weight-800 {
  font-weight: 800;
}

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

.weight-100 {
  font-variation-settings: "wdth" 75;
}

.weight-200 {
  font-variation-settings: "wdth" 78;
}

.weight-300 {
  font-variation-settings: "wdth" 81;
}

.weight-400 {
  font-variation-settings: "wdth" 84;
}

.weight-500 {
  font-variation-settings: "wdth" 88;
}

.weight-600 {
  font-variation-settings: "wdth" 91;
}

.weight-700 {
  font-variation-settings: "wdth" 94;
}

.weight-800 {
  font-variation-settings: "wdth" 97;
}

.weight-900 {
  font-variation-settings: "wdth" 100;
}

.tag.tag-a {
  border: 1px solid hsl(12, 100%, 27%);
  background-color: hsl(12, 100%, 27%);
}

.tag.tag-b {
  border: 1px solid hsl(42, 100%, 27%);
  background-color: hsl(42, 100%, 27%);
}

.tag.tag-c {
  border: 1px solid hsl(72, 100%, 27%);
  background-color: hsl(72, 100%, 27%);
}

.tag.tag-d {
  border: 1px solid hsl(102, 100%, 27%);
  background-color: hsl(102, 100%, 27%);
}

.tag.tag-e {
  border: 1px solid hsl(132, 100%, 27%);
  background-color: hsl(132, 100%, 27%);
}

.tag.tag-f {
  border: 1px solid hsl(162, 100%, 27%);
  background-color: hsl(162, 100%, 27%);
}

.tag.tag-g {
  border: 1px solid hsl(192, 100%, 27%);
  background-color: hsl(192, 100%, 27%);
}

.tag.tag-h {
  border: 1px solid hsl(222, 100%, 27%);
  background-color: hsl(222, 100%, 27%);
}

.tag.tag-i {
  border: 1px solid hsl(252, 100%, 27%);
  background-color: hsl(252, 100%, 27%);
}

.tag.tag-j {
  border: 1px solid hsl(282, 100%, 27%);
  background-color: hsl(282, 100%, 27%);
}

.tag.tag-k {
  border: 1px solid hsl(312, 100%, 27%);
  background-color: hsl(312, 100%, 27%);
}

.tag.tag-l {
  border: 1px solid hsl(342, 100%, 27%);
  background-color: hsl(342, 100%, 27%);
}

/*
.singleton-link-button, .img-card.alts-button.singleton {
    display: none;
}
*/
/*

.dialogContents {
    .dialogTitleSection {
        .notes {
            p {

            }
        }
    }
    .dialogTitleSection, .notes, p {
        width: auto;
        min-width: 0;
        max-width: unset;
    }
}
    */
/*
.singleton-link-button {
    display: none;
}
*/

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