@charset "UTF-8";
#recDirect {
  display: flex;
  flex-direction: column;
}
#recDirect hr {
  width: 100%;
}

.tagSpan:hover, .tagSpan:active, .tagSpan:focus {
  background-color: var(--menu-hover);
}

/* this is the general styling for a single instance of a fic rec */
.Fic details summary {
  padding: 0.5rem 0 0.01rem;
}
.Fic details > summary > blockquote {
  margin: 10px 40px;
  font-size: 0.9em;
}
.Fic details > div {
  margin: 5px 0 5px 10px;
}
.Fic details > div blockquote {
  font-size: 1em;
}
.Fic details table {
  table-layout: fixed;
}
.Fic details th,
.Fic details td {
  border: 2px solid var(--nav-foot-bg);
}
.Fic details section {
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid var(--nav-foot-bg);
  border-right: 1px solid var(--nav-foot-bg);
}
.Fic details section:first-of-type {
  margin-top: 5pt;
  border-top: 1px solid var(--nav-foot-bg);
}
.Fic details section:last-of-type {
  border-bottom: 1px solid var(--nav-foot-bg);
}
.Fic details section aside + main:nth-of-type(odd) {
  order: 1;
}
.Fic details section aside + main:nth-of-type(even) {
  order: 2;
}
.Fic details section aside {
  font-family: "Josefin Slab", Slab, Jinmei, "Courier New", Courier, monospace;
  font-weight: bold;
  text-align: center;
  text-transform: capitalize;
  width: 33%;
  max-width: 33%;
  padding: 5pt;
  border: 1px solid var(--nav-foot-bg);
}
.Fic details section main {
  color: var(--aside-color);
  background-color: var(--main-color);
  min-width: 67%;
  padding: 5pt;
  border: 1px solid var(--nav-foot-bg);
}
.Fic details section main * {
  color: var(--aside-color);
}
.Fic details h4 {
  font-family: "Josefin Slab", Slab, Jinmei, "Courier New", Courier, monospace;
  font-size: 1.25em;
  margin: 15px 0 0;
}
.Fic details h4 + p {
  margin-top: 5px;
}
.Fic details label {
  font-weight: bold;
}
.Fic strong.smallCaps {
  color: var(--main-color);
  font-family: "Heliotrope Caps", "Bellefair", Jinmei, serif;
}

/* this is the styling for the div that gives the various little dates of a fic in the dropdown*/
.dateDiv {
  margin: 0 2.5em 0.5em;
  padding: 0;
  border: 3px solid var(--aside-summary-hover);
  background-color: var(--aside-summary-hover);
  border-radius: 9px 0.1em;
}
.dateDiv strong,
.dateDiv em,
.dateDiv strong em {
  color: var(--nav-color);
}
.dateDiv ul {
  padding: 0 0.75em;
  border-radius: 7px 0.1em;
  border: 2px solid var(--main-body);
  margin: 0;
  display: flex;
  list-style: none;
  justify-content: space-around;
  font-family: "Josefin Slab", Slab, Jinmei, "Courier New", Courier, monospace;
  text-align: center;
}
.dateDiv li {
  width: 100%;
  padding: 0 0.5em;
  vertical-align: middle;
  justify-self: center;
  border-left: 2px dashed var(--menu-hover);
}
.dateDiv li:last-child {
  text-align: right;
  justify-self: flex-end;
}
.dateDiv li:first-child {
  text-align: left;
  border: none;
}
.dateDiv li:only-child {
  text-align: center;
}

/* this styles the rec babbles */
.RecElaboration {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1em;
       column-gap: 1em;
}
.RecElaboration > section {
  padding: 5px 10px;
  margin: 10px 0;
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
}
.RecElaboration > section:nth-of-type(odd) {
  background-color: var(--aside-color);
  border-radius: 0.1em 0.75em;
}
.RecElaboration > section:nth-of-type(odd) summary:hover {
  background-image: linear-gradient(to right, rgba(255, 0, 0, 0), var(--aside-summary-hover), var(--aside-summary-hover), var(--aside-summary-hover), var(--aside-summary-hover), var(--aside-summary-hover), rgba(255, 0, 0, 0));
}
.RecElaboration > section:nth-of-type(even) {
  background-color: var(--aside-summary-hover);
  border-radius: 0.75em 0.1em;
}
.RecElaboration > section:nth-of-type(even) summary:hover {
  background-image: linear-gradient(to right, rgba(255, 0, 0, 0), var(--aside-color), var(--aside-color), var(--aside-color), var(--aside-color), var(--aside-color), rgba(255, 0, 0, 0));
}
.RecElaboration > section p {
  margin: 7px 0;
}
.RecElaboration > section em,
.RecElaboration > section strong {
  color: var(--menu-hover);
}
.RecElaboration > section blockquote {
  margin-top: 2px;
  margin-left: 15px;
  font-family: Concourse, "Concourse 4", Kiwi, "Kiwi Maru", Fangsong, sans-serif;
  font-style: italic;
  font-size: 0.95rem;
  border-color: var(--between);
}
.RecElaboration > section blockquote > :first-child {
  margin-top: 0;
}
.RecElaboration > section blockquote > :last-child {
  margin-bottom: 0;
}
.RecElaboration details {
  padding: 0 25px;
}
.RecElaboration details > p,
.RecElaboration details > div {
  padding: 0;
  background: none;
  box-shadow: none;
}
.RecElaboration details[open] {
  width: 100%;
}
.RecElaboration summary {
  min-height: 2rem;
}

.tabbed {
  position: relative;
  min-height: 4em;
  background-color: var(--aside-color);
}
.tabbed #newRec,
.tabbed #addRec {
  padding: 0;
  margin: 0;
}
.tabbed #newRec > summary,
.tabbed #addRec > summary {
  position: absolute;
  top: 0;
  margin-left: 1.5em;
  list-style-position: inside;
  width: 50%;
  max-width: calc(45% - 1.5em);
  padding: 0.25em 0;
}
.tabbed #newRec > summary:hover,
.tabbed #addRec > summary:hover {
  background-image: linear-gradient(to right, rgba(255, 0, 0, 0), var(--nav-foot-bg), var(--nav-foot-bg), var(--nav-foot-bg), var(--nav-foot-bg), var(--nav-foot-bg), rgba(255, 0, 0, 0));
}
.tabbed #newRec > summary h3,
.tabbed #addRec > summary h3 {
  display: inline;
  font-size: 1.55em;
  font-weight: 700;
}
.tabbed #newRec > div,
.tabbed #addRec > div {
  position: relative;
  padding: 0;
  padding-top: 0.5em;
  margin: 0;
  box-shadow: none;
  border: none;
  border-radius: 0;
  background: none;
  background-color: var(--main-body);
  top: calc(2.55em + 1px);
  margin-bottom: calc(2.55em + 1px);
}
.tabbed #addRec > summary {
  right: 1.5em;
}
.tabbed #newRec:not([open]):has(+ :not([open])) ~ .recBit {
  margin-top: 2.5em;
}

.titleSpan {
  font-family: Heliotrope, "Heliotrope 4", Concourse, "Concourse 4", Fangsong, sans-serif;
  font-style: italic;
}

/* this is for when a fic is hypothetical and like barely has anything together (like the yaoi metanarrative) */
#Hypothetical strong,
#Hypothetical b {
  text-shadow: -1px -1px var(--aside-summary-hover), 1px -1px var(--aside-summary-hover), -1px 1px var(--aside-summary-hover), 1px 1px var(--aside-summary-hover), 0 -1px var(--aside-summary-hover), 0 1px var(--aside-summary-hover), -1px 0 var(--aside-summary-hover), 1px 0 var(--aside-summary-hover);
}
#Hypothetical table,
#Hypothetical tr,
#Hypothetical th,
#Hypothetical td {
  color: var(--main-color);
  background: none !important;
  border: none;
  vertical-align: top;
  padding-top: 0;
  margin-top: 0;
}
#Hypothetical table strong,
#Hypothetical table b,
#Hypothetical tr strong,
#Hypothetical tr b,
#Hypothetical th strong,
#Hypothetical th b,
#Hypothetical td strong,
#Hypothetical td b {
  color: var(--bold-color);
}
#Hypothetical .tagSpan {
  color: var(--main-color);
}
#Hypothetical .tagSpan:hover, #Hypothetical .tagSpan:active, #Hypothetical .tagSpan:focus {
  background-color: var(--between);
}
#Hypothetical .uncertain {
  color: var(--bold-italic-color);
}
#Hypothetical .uncertain::before, #Hypothetical .uncertain::after {
  color: var(--main-color);
}
#Hypothetical .uncertain::before {
  content: "[";
}
#Hypothetical .uncertain::after {
  content: "]";
}
#Hypothetical .uncertain:hover {
  background-color: var(--aside-color);
  text-shadow: -1px -1px var(--aside-summary-hover), 1px -1px var(--aside-summary-hover), -1px 1px var(--aside-summary-hover), 1px 1px var(--aside-summary-hover), 0 -1px var(--aside-summary-hover), 0 1px var(--aside-summary-hover), -1px 0 var(--aside-summary-hover), 1px 0 var(--aside-summary-hover);
}
#Hypothetical .uncertain:hover::before, #Hypothetical .uncertain:hover::after {
  background-color: var(--main-body);
  color: var(--main-body);
  text-shadow: none;
}

/* basically just a sticky header */
.reminder {
  position: sticky;
  top: 0;
  margin-bottom: 0;
  /* need this so that the header will be stuck all the way to the bottom of the section or article */
  padding: 0.15em 0;
  background-image: linear-gradient(to right, var(--aside-summary-hover), var(--aside-summary-hover), var(--aside-summary-hover), var(--aside-summary-hover), var(--aside-summary-hover), var(--aside-summary-hover), var(--main-body));
}
.reminder::before {
  /* this closes up the gap btwn the header n the aside */
  display: inline-flex;
  content: " ";
  width: 20pt;
  height: 100%;
  position: absolute;
  top: 0;
  left: -20pt;
  background-color: var(--aside-summary-hover);
}

#reviews > :first-child {
  margin-top: 0;
}
#reviews > :last-child {
  margin-bottom: 0;
}
#reviews .emote {
  margin: 0;
  height: 1.2em;
  border-radius: 3px;
}
#reviews article {
  padding: 10px;
  border-radius: 10px;
  margin: 10px 0;
}
#reviews article:nth-of-type(odd) {
  background-color: var(--detail-box);
}
#reviews article:nth-of-type(even) {
  background-color: var(--between);
}

/* this is for when doing a detailed annotation of a fic (like pure identity) */
#Annotations blockquote {
  font-family: "Dehasta", "Dehasta Momentos", "Tianshi Xiaokai", "Tianshi", "田相岳六朝小楷", script;
  font-size: 1.05em;
  background-color: var(--detail-box);
  border: 0;
  border-radius: 5px;
  padding: 10px;
}
#Annotations blockquote > :first-child {
  margin-top: 0;
}
#Annotations blockquote > :last-child {
  margin-bottom: 0;
}
#Annotations blockquote blockquote {
  font-family: Concourse, "Concourse 4", Kiwi, "Kiwi Maru", Fangsong, sans-serif;
  font-size: 0.95em;
  border-left: 5px solid var(--bold-italic-color);
  margin-top: 5px;
  margin-bottom: 0;
  margin-right: 20px;
  padding: 5px 10px;
}

/* not sure when else this will be used (maybe move to chatstyle later) but it makes stuff look kinda like a chat bubble */
/* this version so far only exists on the pure identity annotated page lol */
#Dialogue ul {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  padding: 0;
  margin: 5px 25px;
}
#Dialogue li {
  list-style-type: none;
  margin: 5px 10px;
  border-radius: 20px;
  padding: 5px 10px;
  width: 75%;
  max-width: -moz-max-content;
  max-width: max-content;
  color: var(--nav-foot-bg);
}
#Dialogue li:nth-of-type(odd) {
  background-color: var(--italic-color);
  text-align: left;
  align-self: flex-start;
  float: left;
  font-style: italic;
}
#Dialogue li:nth-of-type(even) {
  background-color: var(--bold-color);
  text-align: right;
  align-self: flex-end;
  font-weight: bold;
}

/* makes a list where the bullets are arrows (good for chain of events */
ul.ArrowList {
  margin-top: 0;
}
ul.ArrowList li::marker {
  content: "→ ";
}

.listHeader > li {
  font-weight: bold;
  font-size: 1.175em;
  font-family: "Josefin Slab", Slab, Jinmei, "Courier New", Courier, monospace;
  text-shadow: -1px -1px var(--nav-foot-bg), 1px -1px var(--nav-foot-bg), -1px 1px var(--nav-foot-bg), 1px 1px var(--nav-foot-bg), 0 -1px var(--nav-foot-bg), 0 1px var(--nav-foot-bg), -1px 0 var(--nav-foot-bg), 1px 0 var(--nav-foot-bg);
}

.Fanmix {
  font-variant-numeric: tabular-nums;
  font-variation-settings: "tnum";
}
.Fanmix details h4 {
  margin: 0.35em 1.25em;
  margin-right: 0;
  padding-left: 0.25em;
  border-bottom: 1px solid;
}

.tracklist {
  margin: 0;
  padding: 0;
}
.tracklist ::marker {
  color: var(--detail-text);
}
.tracklist li {
  display: grid;
  text-align: center;
  grid-template-columns: 3fr 4fr 1fr;
  color: var(--aside-color);
  background-color: var(--main-color);
  vertical-align: middle;
  margin: 0;
  padding-right: 1ch;
  border: 0.1em solid var(--nav-foot-bg);
  border-bottom: none;
  align-items: center;
}
.tracklist li:last-child {
  border-bottom: 0.1em solid var(--nav-foot-bg);
}
.tracklist li a {
  display: block;
  text-align: left;
  font-style: italic;
  margin-right: 0.5ch;
  padding: 0.35em 1ch;
  background-color: var(--aside-color);
  color: var(--main-color);
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tracklist li a::before, .tracklist li a::after {
  content: '"';
}
.tracklist li a:hover::before, .tracklist li a:hover::after, .tracklist li a:active::before, .tracklist li a:active::after, .tracklist li a:focus::before, .tracklist li a:focus::after {
  text-decoration: none;
}
.tracklist li .artist::before, .tracklist li .artist::after {
  content: "—";
}
.tracklist li .timestamp {
  text-align: right;
  font-size: 0.9em;
}
.tracklist li:hover, .tracklist li:active, .tracklist li:focus, .tracklist li:focus-within {
  background-color: var(--detail-text);
  color: var(--nav-foot-bg);
}
.tracklist li:hover a, .tracklist li:active a, .tracklist li:focus a, .tracklist li:focus-within a {
  background-color: var(--aside-summary-hover);
}
.tracklist li:hover .timestamp, .tracklist li:active .timestamp, .tracklist li:focus .timestamp, .tracklist li:focus-within .timestamp {
  font-style: italic;
}

@media only screen and (max-width: 800px) {
  .tabbed #newRec > summary,
  .tabbed #addRec > summary {
    top: 0.15em;
    max-width: 50%;
    margin-left: 0.5em;
  }
}
@media only screen and (max-width: 750px) {
  .Fic details {
    padding: 5pt 5pt 5pt 12.5pt;
  }
  .Fic details > div {
    margin: 5px 0 5px 10px;
  }
  .Fic details td {
    font-size: 0.9em;
  }
  .Fic section > aside,
  .Fic section > main {
    font-size: 95%;
  }
  #Annotations blockquote {
    margin: auto 15px;
  }
}
@media only screen and (max-width: 600px) {
  .tracklist li a {
    text-wrap: wrap;
  }
}
@media only screen and (max-width: 550px) {
  .tabbed #newRec > summary,
  .tabbed #addRec > summary {
    left: 0;
    width: 100%;
    max-width: 100%;
  }
  .tabbed #newRec > div,
  .tabbed #addRec > div {
    top: 5em;
    margin-bottom: 5em;
  }
  .tabbed #addRec > summary {
    top: 2em;
    text-wrap: nowrap;
  }
  .tabbed #newRec:not([open]):has(+ :not([open])) ~ .recBit {
    margin-top: 5em;
  }
  .dateDiv {
    margin: 0 0.25em 0.25em;
    font-size: 0.9rem;
  }
  .tracklist .artist::before, .tracklist .artist::after {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  .dateDiv ul {
    padding: 0 0.1em;
  }
}/*# sourceMappingURL=recstyle.css.map */