@charset "UTF-8";
@import url("../fonts/Orbitron-VaribableFont_wght.ttf");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  box-sizing: border-box;
}

.tsHide {
  display: none;
}

.tsChoice {
  font-size: 80%;
  border: thin solid black;
  border-radius: 5px;
  margin: 5px;
}
.tsChoice button {
  margin: 2px;
  padding: 5px;
  font-weight: bold;
  background-color: #400;
  color: white;
  border: none;
  border-radius: 5px;
}

#mqHtml body {
  min-height: 100vh;
}

.tsMenu, .tsMenu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tsMenu a, .tsMenu li a {
  font-size: 14px;
  padding: 5px;
  display: block;
  text-decoration: none;
}

.tsTable {
  border-collapse: collapse;
  margin: 25px auto;
  font-size: 0.9em;
  font-family: sans-serif;
  min-width: 400px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  background-color: white;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
}
.tsTable thead tr {
  background-color: #009879;
  color: #ffffff;
  text-align: left;
}
.tsTable thead tr th.tsSortForward:after, .tsTable thead tr th.tsSortReverse:after {
  font-size: 12px;
  font-weight: bold;
  padding-left: 3px;
}
.tsTable thead tr th.tsSortForward:after {
  content: "↓";
}
.tsTable thead tr th.tsSortReverse:after {
  content: "↑";
}
.tsTable th,
.tsTable td {
  padding: 12px 15px;
}
.tsTable tbody tr {
  border-bottom: 1px solid #dddddd;
}
.tsTable tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}
.tsTable tbody tr:last-of-type {
  border-bottom: 2px solid #009879;
}

@media (max-width: 550px) {
  table.tsTable.tsResponsiveTable {
    display: flex;
    flex-direction: column;
    min-width: unset;
  }
  table.tsTable.tsResponsiveTable thead {
    display: none;
    /* Hide table header */
  }
  table.tsTable.tsResponsiveTable tbody {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  table.tsTable.tsResponsiveTable tr {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #ddd;
    padding-bottom: 3px;
    margin-bottom: 0px;
  }
  table.tsTable.tsResponsiveTable td {
    display: flex;
    font-size: 14px;
    padding: 1px 5px;
  }
  table.tsTable.tsResponsiveTable td.tsHide {
    display: none;
  }
  table.tsTable.tsResponsiveTable td::before {
    content: attr(data-label) ": ";
    font-weight: bold;
    margin-right: 10px;
  }
}
form.tsForm .tsFormError {
  color: red;
}
form.tsForm .tsFormSuccess {
  color: green;
}
form.tsForm button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
form.tsForm button.ts-button-active {
  box-shadow: inset 0px 0px 5px #c1c1c1;
}

@font-face {
  font-family: "GoodTimes";
  src: url("../fonts/good times rg.woff2") format("woff2"), url("../fonts/good times rg.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
#mqHtml h2 {
  font-weight: bold;
}
#mqHtml body {
  background-color: black;
  font-family: Arial, sans-serif;
}
#mqHtml header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  background-image: linear-gradient(#060, #0f0, #060);
  font-weight: bold;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  text-shadow: white 2px 2px 6px;
}
#mqHtml header a {
  vertical-align: middle;
}
#mqHtml header #title {
  padding: 12px;
  color: #600;
}
#mqHtml header > div {
  display: inline-block;
}
#mqHtml header #account {
  margin: 0 10px;
  min-width: 150px;
}
#mqHtml .tsMain {
  min-height: 80vh;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}
#mqHtml .tsMain h1,
#mqHtml .tsMain .mqMessage {
  font-family: "GoodTimes", Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: white;
  text-shadow: black 5px 5px 8px;
  margin-left: 10px;
}
#mqHtml .tsMain h1 {
  padding-top: 20px;
  font-size: 25px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
#mqHtml .tsMain .mqMessage {
  font-size: 25px;
}
@media only screen and (max-width: 550px) {
  #mqHtml .tsMain h1 {
    margin-bottom: 10px;
  }
}
#mqHtml .mqAuth h1,
#mqHtml .mqAuth .mqMessage,
#mqHtml .mqAuth #mqMainMenu,
#mqHtml .mqAuth .mqForm,
#mqHtml .mqError h1,
#mqHtml .mqError .mqMessage,
#mqHtml .mqError #mqMainMenu,
#mqHtml .mqError .mqForm,
#mqHtml #mqIndex h1,
#mqHtml #mqIndex .mqMessage,
#mqHtml #mqIndex #mqMainMenu,
#mqHtml #mqIndex .mqForm,
#mqHtml #mqIndexRoot h1,
#mqHtml #mqIndexRoot .mqMessage,
#mqHtml #mqIndexRoot #mqMainMenu,
#mqHtml #mqIndexRoot .mqForm {
  position: relative;
  top: 80px;
}
#mqHtml .mqAuth h1,
#mqHtml .mqError h1,
#mqHtml #mqIndex h1,
#mqHtml #mqIndexRoot h1 {
  font-size: 65px;
}
#mqHtml .mqAuth .mqMessage,
#mqHtml .mqError .mqMessage,
#mqHtml #mqIndex .mqMessage,
#mqHtml #mqIndexRoot .mqMessage {
  font-size: 25px;
}
@media only screen and (max-width: 550px) {
  #mqHtml .mqAuth h1,
  #mqHtml .mqAuth .mqMessage,
  #mqHtml .mqAuth #mqMainMenu,
  #mqHtml .mqAuth .mqForm,
  #mqHtml .mqError h1,
  #mqHtml .mqError .mqMessage,
  #mqHtml .mqError #mqMainMenu,
  #mqHtml .mqError .mqForm,
  #mqHtml #mqIndex h1,
  #mqHtml #mqIndex .mqMessage,
  #mqHtml #mqIndex #mqMainMenu,
  #mqHtml #mqIndex .mqForm,
  #mqHtml #mqIndexRoot h1,
  #mqHtml #mqIndexRoot .mqMessage,
  #mqHtml #mqIndexRoot #mqMainMenu,
  #mqHtml #mqIndexRoot .mqForm {
    top: 30px;
  }
  #mqHtml .mqAuth h1,
  #mqHtml .mqError h1,
  #mqHtml #mqIndex h1,
  #mqHtml #mqIndexRoot h1 {
    font-size: 25px;
  }
  #mqHtml .mqAuth .mqMessage,
  #mqHtml .mqError .mqMessage,
  #mqHtml #mqIndex .mqMessage,
  #mqHtml #mqIndexRoot .mqMessage {
    font-size: 15px;
  }
}
@media only screen and (max-width: 280px) {
  #mqHtml .mqAuth h1,
  #mqHtml .mqAuth .mqMessage,
  #mqHtml .mqAuth #mqMainMenu,
  #mqHtml .mqAuth .mqForm,
  #mqHtml .mqError h1,
  #mqHtml .mqError .mqMessage,
  #mqHtml .mqError #mqMainMenu,
  #mqHtml .mqError .mqForm,
  #mqHtml #mqIndex h1,
  #mqHtml #mqIndex .mqMessage,
  #mqHtml #mqIndex #mqMainMenu,
  #mqHtml #mqIndex .mqForm,
  #mqHtml #mqIndexRoot h1,
  #mqHtml #mqIndexRoot .mqMessage,
  #mqHtml #mqIndexRoot #mqMainMenu,
  #mqHtml #mqIndexRoot .mqForm {
    position: static;
  }
}
#mqHtml footer {
  height: 50px;
  background-image: linear-gradient(#600, #f00, #600);
}
#mqHtml #loggedIn {
  position: relative;
}
#mqHtml #loggedIn #username {
  padding: 5px 15px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
  transition: background-color 0.3s;
}
#mqHtml #loggedIn #username:hover {
  background-color: #FFCC00;
}
#mqHtml #loggedIn #username:after {
  content: "▾";
  position: absolute;
  top: 60%;
  font-size: 12px;
}
#mqHtml #loggedIn #accountMenu {
  position: absolute;
  z-index: 2;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  min-width: 100px;
  border-radius: 4px;
  padding: 10px;
  margin: 8px 0 0 0;
  right: 20xp;
}
#mqHtml #loggedIn #accountMenu li a {
  color: #333;
  text-decoration: none;
  transition: background-color 0.3s;
}
#mqHtml #loggedIn #accountMenu li a:hover {
  background-color: #FFCC00;
}
@media only screen and (max-width: 550px) {
  #mqHtml header {
    font-size: 16px;
  }
  #mqHtml header #account {
    margin: 0 5px;
    min-width: 130px;
  }
  #mqHtml header #titleColon,
  #mqHtml header #dynamicTitle {
    display: none;
  }
}
@media only screen and (max-width: 280px) {
  #mqHtml main > div {
    min-height: 400px;
  }
  #mqHtml header {
    font-size: 14px;
  }
  #mqHtml header #account {
    margin: 0 3px;
    min-width: 120px;
  }
}
#mqHtml .mqForm,
#mqHtml #mqMainMenu,
#mqHtml #mqViewProfile table,
#mqHtml .mqDocument {
  border-radius: 10px;
  border: thick solid green;
  background-color: #fffff0;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
#mqHtml .mqFloatingLink {
  margin: 0 auto 10px;
  text-align: center;
  background-color: RGBA(256, 256, 256, 0.6);
}

img.mqIcon {
  height: 90px;
  z-index: 1;
}
img.mqIcon:hover {
  height: 100px;
}

img.mqIcon.mqSmall {
  height: 40px;
  z-index: 1;
}
img.mqIcon.mqSmall:hover {
  height: 50px;
}

header img.mqIcon {
  position: relative;
  top: 19px;
}

.overlay-monitor {
  position: relative;
  background-color: rgba(0, 0, 0, 0.75); /* semi-opaque */
  color: #33ff33;
  padding: 2rem;
  margin: 1rem;
  box-shadow: inset 0 0 50px rgba(0, 255, 0, 0.2), 0 0 80px rgba(0, 255, 0, 0.3);
  border-radius: 16px;
  overflow: auto;
}

.monitor-content {
  position: relative;
  z-index: 1;
}

.blink-cursor::after {
  content: "█";
  animation: blink 1s step-end infinite;
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.retro-font {
  color: #39ff14;
  font-family: "Courier New", monospace;
}

.mqForm {
  padding: 10px;
  margin: 0 auto;
}
.mqForm > div {
  padding: 5px;
}
.mqForm input {
  display: block;
}
.mqForm .mqName > div {
  display: inline-block;
}
.mqForm label.mqFieldRequired::after {
  content: " *";
  color: red;
  font-weight: bold;
}
.mqForm table {
  border-collapse: collapse;
  font-size: 16px;
}
.mqForm table th,
.mqForm table td {
  padding: 5px;
  text-align: left;
  vertical-align: middle;
  background-color: #fffff0;
}
.mqForm table th {
  font-weight: bold;
}
.mqForm table input[type=text],
.mqForm table input[type=email],
.mqForm table input[type=password],
.mqForm table input[type=tel],
.mqForm table input[type=date],
.mqForm table textarea,
.mqForm table select {
  width: 100%;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  box-sizing: border-box;
}
.mqForm table textarea {
  resize: vertical;
}
.mqForm table button.tsFieldButton {
  padding: 5px 20px;
  margin-right: 10px;
  font-weight: bold;
  background-color: #040;
  color: white;
  border: none;
  border-radius: 5px;
}
@media (max-width: 600px) {
  .mqForm table {
    font-size: 14px;
  }
  .mqForm table tbody,
  .mqForm table tr,
  .mqForm table th,
  .mqForm table td {
    width: 100%;
  }
  .mqForm table th {
    position: absolute;
    left: -9999px;
  }
  .mqForm table input,
  .mqForm table textarea,
  .mqForm table select {
    width: calc(100% - 20px);
  }
}

.retro-form {
  padding: 2rem;
  border-radius: 10px;
  width: 90%;
  max-width: 400px;
  margin: auto;
}
.retro-form .info {
  size: 1.2em;
  padding: 10px 0;
}

.retro-form label {
  display: block;
  margin-top: 1rem;
  font-size: 0.9rem;
}

.retro-form input,
.retro-form select {
  background: black;
  font-size: 1.2rem;
  color: #ffe9c7;
  border: 1px solid #39ff14;
  padding: 0.5rem;
  width: 100%;
  font-family: "Courier New", monospace;
}
.retro-form select {
  border-radius: 5px;
}
.retro-form button {
  margin-top: 1.5rem;
  background: #39ff14;
  color: black;
  border: none;
  padding: 0.7rem 1.2rem;
  font-family: "Courier New", monospace;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s;
}
.retro-form button:hover {
  background: #ffe9c7;
}
.retro-form .public-checkbox {
  display: inline-block;
  cursor: pointer;
}
.retro-form .public-checkbox input[name=public] {
  position: absolute;
  opacity: 0;
}
.retro-form .public-checkbox .public-checkbox-image {
  display: inline-block;
  vertical-align: middle;
  height: 100px;
  width: 70px;
  background-image: url("/static/images/private.png");
  background-size: cover;
  transition: background-image 0.2s ease;
}
.retro-form .public-checkbox input[type=checkbox]:checked + .public-checkbox-image {
  background-image: url("/static//images/public.png");
}
.retro-form .public-checkbox .public-checkbox-label::before {
  display: inline-block;
  font-size: 1.2em;
  content: attr(data-unchecked);
  transition: content 0.2s ease;
}
.retro-form .public-checkbox input[type=checkbox]:checked ~ .public-checkbox-label::before {
  content: attr(data-checked);
}

#mqIndex, #mqIndexAuth {
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
}
#mqIndex .mqMainTitle, #mqIndexAuth .mqMainTitle {
  font-family: "GoodTimes", Arial, Helvetica, sans-serif;
  font-size: 65px;
  font-weight: bold;
  color: white;
  text-shadow: black 5px 5px 8px;
  position: relative;
  top: 100px;
}
#mqIndex #mqMainMenu, #mqIndexAuth #mqMainMenu {
  padding: 15px;
  margin: 30px auto;
}
#mqIndex #mqMainMenu li:hover, #mqIndexAuth #mqMainMenu li:hover {
  background-color: #FFCC00;
}
#mqIndex ul, #mqIndexAuth ul {
  margin-top: 2em;
}

.self-portrait {
  height: 150px;
}

.mqAuth {
  text-align: center;
}

.mqIndex {
  background-image: url("/static/images/mentorquest.jpg");
}

#mq404 {
  background-image: url("/static/images/mq1.jpg");
}

#mq401 {
  background-image: url("/static/images/mq4.jpg");
}

.mqLogin {
  background-image: url("/static/images/mqTiles.jpg");
}

.mqView {
  background-image: url("/static/images/mq3.jpg");
}

#mqDocuments {
  background-image: url("/static/images/mq7.jpg");
}

#mqLeaderboard {
  background-image: url("/static/images/mqDay.jpg");
}
#mqLeaderboard.tsNight {
  background-image: url("/static/images/mqNight.jpg");
}

.mqProfile,
.mqProfile-edit {
  background-image: url("/static/images/mq5.jpg");
}

#mqHtml .tsMain {
  background-position-x: center;
  background-position-y: 33%;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.mqImageBox {
  padding: 5px;
  margin: 10px;
  display: inline-block;
  vertical-align: baseline;
  text-align: center;
}
.mqImageBox h2 {
  font-size: 1.4em;
  padding: 5px;
}
.mqImageBox img {
  width: 150px;
}

img.mqImagesDisplay {
  max-width: 800px;
}

.mqProfile {
  position: relative;
}
.mqProfile h1 {
  position: static;
  font-size: 18px;
  text-align: center;
  padding-top: 5px;
}
.mqProfile .mqForm {
  position: static;
}
.mqProfile th {
  text-shadow: 0 0 2px #33ff33, 0 0 4px #33ff33;
  text-align: left;
}
.mqProfile th::after {
  content: ":";
}
.mqProfile th, .mqProfile td {
  padding: 0.5em;
}
.mqProfile a.mqAction {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
}

.mqView h1 {
  position: static;
  font-size: 18px;
  text-align: center;
  padding-top: 5px;
}
.mqView table {
  text-align: left;
}
.mqView table th {
  font-weight: bold;
}
.mqView table .selfDescription {
  font-style: italic;
}
.mqView table td, .mqView table th {
  padding: 5px;
  border: 1px solid gray;
}
.mqView table .skill {
  font-weight: bold;
}
.mqView table tr.stats th {
  color: #009900;
}
.mqView table tr.stats td, .mqView table tr.stats th {
  background-color: #FFFFEE;
}

img.mqQuestor {
  width: 250px;
  vertical-align: top;
}

#mqHouse {
  background-size: contain;
}
#mqHouse img {
  height: 100px;
}
#mqHouse .overlay-monitor {
  padding: 1rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.45);
  overflow-x: hidden;
}
#mqHouse ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#mqHouse ul li {
  margin-top: 15px;
}
#mqHouse ul.housemates {
  vertical-align: top;
  display: inline-block;
}

@media only screen and (max-width: 750px) {
  #mqHouse {
    background-size: initial;
  }
}
@media only screen and (max-width: 550px) {
  #mqHouse img {
    height: 75px;
  }
  #mqHouse .overlay-monitor {
    width: 90px;
    padding: 5px;
  }
}
#mqLeaderboard h1 {
  position: static;
}
#mqLeaderboard thead th {
  cursor: pointer;
}
#mqLeaderboard thead th:hover, #mqLeaderboard thead th:focus {
  background-color: #FFCC00;
}
#mqLeaderboard tbody tr {
  cursor: pointer;
}
#mqLeaderboard tbody tr:hover td, #mqLeaderboard tbody tr:hover th, #mqLeaderboard tbody tr:focus td, #mqLeaderboard tbody tr:focus th {
  background-color: #FFCC00;
}

.mqDocument {
  padding: 15px;
  max-width: 600px;
  margin: 0 auto;
}
.mqDocument p {
  padding: 10px 0;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.5s ease-out;
}
.overlay * {
  box-sizing: border-box;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.afrofuturistic-post-form {
  width: 100%;
  max-width: 600px;
  padding: 2rem;
  margin: 1rem;
  background: linear-gradient(145deg, #0b0c10, #1f1f2e);
  border: 2px solid #39ff14;
  border-radius: 1rem;
  font-family: "Orbitron", sans-serif;
  color: #00ffe7;
  box-shadow: 0 0 20px #39ff14;
  animation: pulseGlow 2s infinite ease-in-out;
}
@media (max-width: 600px) {
  .afrofuturistic-post-form {
    padding: 1.2rem;
  }
}
.afrofuturistic-post-form label {
  display: block;
  margin-top: 1.25rem;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.afrofuturistic-post-form input,
.afrofuturistic-post-form textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-top: 0.4rem;
  padding: 0.75rem;
  background-color: #111;
  color: #00ffe7;
  border: 1px solid #39ff14;
  border-radius: 0.5rem;
  font-family: "Orbitron", sans-serif;
  font-size: 1rem;
}
.afrofuturistic-post-form input:focus,
.afrofuturistic-post-form textarea:focus {
  outline: none;
  box-shadow: 0 0 8px #00ffe7;
  border-color: #00ffe7;
}
.afrofuturistic-post-form input[type=checkbox] {
  width: 20px;
  display: inline;
  margin-right: 10p;
}
.afrofuturistic-post-form textarea#short {
  min-height: 80px;
}
.afrofuturistic-post-form textarea#full {
  min-height: 200px;
}
.afrofuturistic-post-form button {
  margin-top: 2rem;
  padding: 0.8rem 1.5rem;
  background: #39ff14;
  color: black;
  font-size: 1.1rem;
  border: none;
  border-radius: 0.5rem;
  font-family: "Orbitron", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: all 0.3s ease;
}
.afrofuturistic-post-form button:hover {
  background: #00ffe7;
  color: #000;
  box-shadow: 0 0 10px #00ffe7;
}

.post {
  background: linear-gradient(145deg, #0b0c10, #1f1f2e);
  border: 1px solid #39ff14;
  padding: 1rem;
  margin: 1rem;
  min-width: 334px;
  color: #00ffe7;
  font-family: "Orbitron", sans-serif;
  box-shadow: 0 0 10px #39ff14;
  border-radius: 1rem;
}
.post.mqMyPost {
  border: 1px solid #FFCC00;
  box-shadow: 0 0 10px #FFCC00;
}
.post-meta {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
.post-headline {
  font-size: 1.4rem;
  color: #ff00c8;
  margin: 0.3rem 0 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.post .post-body .markdown {
  font-size: 1rem;
  line-height: 1.5;
}
.post .post-body .markdown code {
  background: #222;
  padding: 0 0.3rem;
  border-radius: 0.3rem;
}
.post .post-body .markdown blockquote {
  border-left: 3px solid #ff00c8;
  margin: 1rem 0;
  padding-left: 1rem;
  font-style: italic;
}
.post .post-body .markdown h1,
.post .post-body .markdown h2,
.post .post-body .markdown h3 {
  color: #ff00c8;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.post .post-body .post-full {
  display: none;
}
.post .post-body .toggle {
  color: #ff00c8;
  cursor: pointer;
  margin-left: 0.5rem;
  text-decoration: underline;
}
.post.expanded .post-full {
  display: block;
  margin-top: 1rem;
}
.post.expanded .post-short .toggle {
  display: none;
}

.mqFeedHolder {
  vertical-align: top;
  display: inline-block;
}

.post-feed {
  background-color: rgba(0, 0, 0, 0.5); /* semi-opaque */
  border: 2px solid #ff00c8;
  border-radius: 1rem;
  max-width: 400px;
  box-shadow: 0 0 25px #00ffe7;
  font-family: "Orbitron", sans-serif;
  display: inline-block;
}
@media (max-height: 700px) {
  .post-feed {
    max-height: 80vh;
  }
}
.post-feed.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
}

.transmission-status {
  background: #0b0c10;
  border: 2px solid #00ffe7;
  color: #ff00c8;
  padding: 1rem 2rem;
  border-radius: 1rem;
  font-family: "Orbitron", sans-serif;
  box-shadow: 0 0 12px #00ffe7;
  z-index: 9999;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0%, 100% {
    box-shadow: 0 0 12px #00ffe7;
  }
  50% {
    box-shadow: 0 0 24px #ff00c8;
  }
}
#mqHtml footer {
  text-align: right;
}
#mqHtml footer form {
  text-align: left;
}

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