/* MainMenu Navbar */
.navbar-expand-custom {
  padding-left: 1rem;
  padding-right: 1rem;
}

.site-logo {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.site-logo-main,
.jd-logo img {
  width: 145px;
  max-height: 48px;
  height: auto;
}

#puzzle-navbar .nav-link {
  padding: 0;
  margin: 0;
  color: #676060;
}

.navbar-dark .navbar-nav .nav-link {
  color: white;
}

.navbar-light .navbar-nav .nav-link {
  color: #676060;
}

.navbar-toggler-icon {
  color: white;
}

.navbar-toggler {
  border: none;
}

.navbar-expand-custom .nav-link {
  flex-direction: row;
}

.navbar-expand-custom .nav-link span {
  margin-left: 0.2rem;
}

/* Media breaks for Home Navbar */
@media (min-width: 851.98px) {
  .navbar-expand-custom {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-custom .navbar-nav {
    flex-direction: row;
    margin-left: auto;
  }
  .navbar-expand-custom .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 0.9rem;
  }
  .navbar-expand-custom .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-custom .navbar-toggler {
    display: none;
  }
  .navbar-expand-custom .navbar-nav .dropdown-menu {
    position: absolute;
  }
}
/* Puzzle Navbar    */
/********************/
.nav-vert .show-video-controls {
  display: inline-block !important;
}

.nav-vert .vid-control {
  display: none !important;
}

.nav-vert .show-video-controls {
  display: none;
}

.nav-vert #puzzle-navbar {
  display: inline-block;
}

.show-video-controls.hide-for-no-video,
.vid-control.hide-for-no-video {
  display: none !important;
}

/* video controls in a modal dialog for small mobile */
#video-controls-dialog .modal-dialog {
  margin-top: 50px !important;
}

#puzzle-navbar {
  margin: 0;
  padding: 0;
  align-items: stretch;
}

#puzzle-navbar .dropdown-toggle::after {
  display: none;
}

#puzzle-navbar .puzzle-legal-submenu {
  position: relative;
}

#puzzle-navbar .puzzle-legal-submenu .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.35rem;
  vertical-align: 0.1rem;
}

#puzzle-navbar .puzzle-legal-menu {
  top: 0;
  left: 100%;
  margin-left: 0.125rem;
}

#puzzle-navbar .puzzle-background-picker {
  align-items: center;
  display: flex;
  gap: 0.35rem;
  padding-bottom: 0.35rem;
  padding-top: 0.35rem;
}

#puzzle-navbar .puzzle-background-label {
  color: #4b5563;
  flex: 1 1 auto;
  font-size: 0.875rem;
  padding-right: 0.25rem;
}

#puzzle-navbar .puzzle-background-option {
  border: 2px solid rgba(0, 0, 0, 0.22);
  border-radius: 50%;
  cursor: pointer;
  flex: 0 0 auto;
  height: 1.1rem;
  padding: 0;
  width: 1.1rem;
}

#puzzle-navbar .puzzle-background-option.active,
#puzzle-navbar .puzzle-background-option:focus {
  border-color: #111827;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.95), 0 0 0 4px rgba(17, 24, 39, 0.38);
  outline: none;
}

#puzzle-navbar .puzzle-background-blue {
  background: #7ea6c8;
}

#puzzle-navbar .puzzle-background-light-pink {
  background: #f3d9df;
}

#puzzle-navbar .puzzle-background-pink {
  background: #df8aa0;
}

#puzzle-navbar .puzzle-background-slate {
  background: #7f8792;
}

.nav-horiz,
.nav-video-controls {
  display: flex;
  flex-direction: row;
  font-size: 2rem;
}

.nav-horiz {
  --puzzle-nav-button-width: 1.5em;
  --puzzle-nav-max-gap: calc(var(--puzzle-nav-button-width) * 0.75);
  gap: min(2vw, var(--puzzle-nav-max-gap));
  max-width: 100%;
  padding-left: 0.35em;
  padding-right: 0.35em;
  width: auto;
}

.nav-video-controls {
  width: 100%;
}

.nav-horiz .nav-item {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  min-width: var(--puzzle-nav-button-width);
  text-align: center;
}

.nav-horiz .nav-link {
  align-items: center;
  display: flex;
  justify-content: center;
}

.nav-video-controls .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-vert {
  height: 100%;
  width: 3rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 5px;
}

.nav-vert .icon {
  font-size: 2rem !important;
  text-align: center;
}

@media (min-height: 500px) {
  .nav-vert {
    justify-content: normal;
  }
  .nav-vert .nav-item {
    margin-bottom: 0.9em;
  }
}
/* Up to this size the video controls are toggled on the .show-video-controls button */
@media (max-width: 659.98px) {
  .nav-horiz,
  .nav-vert {
    font-size: 2rem;
  }
  .nav-horiz {
    gap: 0;
    justify-content: space-around;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .nav-horiz .nav-item {
    flex: 1 1 auto;
    min-width: 0;
  }
  .show-video-controls {
    display: inline-block;
  }
  #puzzle-navbar .vid-control {
    display: none;
  }
  .nav-horiz .svg-icon {
    height: 0.9em;
  }
  .svg-icon {
    height: 0.9em;
  }
}
@media (min-width: 660px) {
  .nav-horiz,
  .nav-video-controls,
  .nav-vert {
    font-size: 2rem;
  }
  .show-video-controls {
    display: none;
  }
  #puzzle-navbar .vid-control {
    /*align-self: center;*/
    /*display: inline-block;*/
  }
  .svg-icon {
    height: 1em;
  }
}
@media (min-width: 992px) {
  .nav-horiz,
  .nav-video-controls,
  .nav-vert {
    font-size: 1.5rem;
  }
  .nav-horiz {
    width: auto;
  }
  .svg-icon {
    height: 1.3em;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .nav-horiz,
  .nav-video-controls,
  .nav-vert {
    font-size: 1.5rem;
  }
  .nav-horiz {
    width: auto;
  }
}
/* puzzle-pause dialog */
#puzzle-pause-dialog .modal-dialog {
  height: 98%;
  max-width: 100% !important;
  width: 95% !important;
}

#puzzle-pause-dialog .modal-dialog .modal-content {
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto !important;
  overflow-x: hidden;
}

#puzzle-pause-dialog .modal-dialog .modal-content .modal-body {
  width: 100%;
}

#pp-game-info-div {
  margin-top: 5px;
  margin-left: 8px;
  margin-right: 8px;
  padding-right: 25px;
  width: 200px;
}

/* Login Dialog */
#login-dialog {
  display: none; /* Hidden by default */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  overflow: auto;
  height: 500px;
  width: 400px;
  min-width: 300px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  z-index: 11000;
}

@media (max-height: 667px) {
  #login-dialog {
    max-height: 410px;
  }
}
.leaderboard-dialog .modal-dialog {
  min-width: 60% !important;
  display: flex;
  flex-direction: column;
}
.leaderboard-dialog .modal-dialog .thumb-pic {
  max-width: 98%;
}

.leaderboard-dialog .modal-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.leaderboard-dialog .ldrb-thumb-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.leaderboard-dialog .solid-splitter {
  width: 100% !important;
  margin: 0;
}
.leaderboard-dialog .config-desc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.leaderboard-dialog .config-desc .desc-wrap {
  display: flex;
  flex: 0 1 auto;
  align-items: center;
}
.leaderboard-dialog .fa-circle {
  font-size: 0.4em;
  color: darkgray;
}

a.compound-link {
  text-decoration: none;
  color: black;
  background-color: #eeeded;
}

a.compound-link:hover div {
  background-color: lightblue;
}

#my-puzzlers-table,
#my-media-table {
  height: 80%;
  width: 100%;
  overflow: scroll;
}

.traffic-reports-page .nav-tabs .nav-link {
  color: #676060;
}

#billing-traffic-table tfoot th.billing-total-box {
  background: white;
  border-bottom: 2px solid #eeeded;
  border-top: 2px solid #eeeded;
  font-weight: 700;
}

#billing-traffic-table tfoot th.billing-total-box-start {
  border-left: 2px solid #eeeded;
}

#billing-traffic-table tfoot th.billing-total-box-end {
  border-right: 2px solid #eeeded;
}

/* BASE */
body {
  background-color: #ffffff;
  color: #212529;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  line-height: 1.6;
}

/* HEADINGS */
h1, h2, h3, h4, h5, h6 {
  color: #111827;
  font-weight: 600;
}

/* MUTED TEXT */
.text-muted {
  color: #6b7280 !important;
}

/* HERO */
.hero {
  padding: 5rem 1.5rem;
  background: #f8fafc;
}

.eyebrow {
  color: #4b5563;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-copy,
.section-subtitle,
.cta-copy {
  color: #4b5563;
}

/* SECTIONS */
.section {
  padding: 4rem 0;
  background-color: #ffffff;
}

.section-alt {
  padding: 4rem 0;
  background-color: #f9fafb;
}

.section-subtitle {
  font-size: 1.1rem;
}

/* CARDS */
.feature-card {
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 10px;
  height: 100%;
  border: 1px solid #e5e7eb;
  transition: box-shadow 0.2s ease;
}

.feature-card:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}

.step-number {
  align-items: center;
  background-color: #2563eb;
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-weight: 700;
  height: 2rem;
  justify-content: center;
  width: 2rem;
}

/* EXAMPLE PANEL */
.example-panel {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.08);
  padding: 1.5rem;
}

.example-label {
  color: #4b5563;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.content-mockup {
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 1rem;
}

.content-thumb {
  align-items: center;
  aspect-ratio: 16/9;
  background-color: #e5e7eb;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  color: #6b7280;
  display: flex;
  font-weight: 600;
  justify-content: center;
  overflow: hidden;
  text-align: center;
}

.content-thumb img {
  border-radius: inherit;
  display: block;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  width: 100%;
}

.content-actions {
  display: flex;
  flex-wrap: wrap;
}

/* CODE BLOCK */
.code-block {
  background: #111827;
  border-radius: 8px;
  padding: 1rem;
  margin-top: 1rem;
}

.integration-code-example {
  background: #f8fafc;
  border: 1px solid #cbd5e1;
  color: #111827;
  white-space: pre-wrap;
}

.integration-code-example code {
  color: inherit;
}

pre {
  margin: 0;
  color: #93c5fd;
  font-size: 0.9rem;
}

/* CTA BAND */
.cta-band {
  padding: 4rem 0;
  background: #f3f4f6;
}

/* FOOTER */
.footer {
  padding: 2rem 0;
  background: #ffffff;
  border-top: 1px solid #e5e7eb;
  font-size: 0.9rem;
  color: #6b7280;
}

.footer a {
  color: #4b5563;
}

.footer a:hover {
  color: #111827;
  text-decoration: none;
}

/* BUTTONS */
.btn-primary {
  background-color: #2563eb;
  border-color: #2563eb;
}

.btn-primary:hover {
  background-color: #1d4ed8;
  border-color: #1d4ed8;
}

.btn-outline-light {
  border-color: #d1d5db;
  color: #374151;
}

.btn-outline-light:hover {
  background-color: #111827;
  color: #ffffff;
}

/* LINKS */
a {
  color: #2563eb;
}

a:hover {
  color: #1d4ed8;
  text-decoration: none;
}

/* SPACING */
.hero,
.section,
.section-alt,
.cta-band {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

input[type=range] {
  height: 28px;
  -webkit-appearance: none;
  width: 100%;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #000000;
  background: white;
  border-radius: 5px;
  border: 1px solid #000000;
}

input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #000000;
  border: 1px solid #000000;
  height: 20px;
  width: 10px;
  border-radius: 5px;
  background: #383838;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -6px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: white;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #000000;
  background: white;
  border-radius: 5px;
  border: 1px solid #000000;
}

input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000;
  border: 1px solid #000000;
  height: 20px;
  width: 10px;
  border-radius: 5px;
  background: #383838;
  cursor: pointer;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: white;
  border: 1px solid #000000;
  border-radius: 10px;
  box-shadow: 1px 1px 1px #000000;
}

input[type=range]::-ms-fill-upper {
  background: white;
  border: 1px solid #000000;
  border-radius: 10px;
  box-shadow: 1px 1px 1px #000000;
}

input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 1px 1px 1px #000000;
  border: 1px solid #000000;
  height: 20px;
  width: 10px;
  border-radius: 5px;
  background: #383838;
  cursor: pointer;
}

input[type=range]:focus::-ms-fill-lower {
  background: white;
}

input[type=range]:focus::-ms-fill-upper {
  background: white;
}

input.audio-slider {
  min-width: 1em !important;
  max-width: 5em !important;
}

#puzzle-create-dialog input.audio-slider {
  min-width: 1em !important;
  max-width: 100% !important;
}

input.video-slider[type=range] {
  height: 20px;
  -webkit-appearance: none;
  margin: 3px 0 5px 0;
  max-width: 50%;
}

html {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; /* prevent font from scaling smaller in portrait mode */
}

html body {
  height: 100%; /* handle ios screen rotation white band on landscape (when it goes to fullscreen)  ios-fs */
  height: 100vh; /* ios-fs */
  width: 100%; /* ios-fs */
  width: 100vw; /* ios-fs */
  background-color: white;
  color: #676060;
}

.modal-content {
  background-color: white;
}

.swal2-popup {
  background-color: white !important;
  border: none;
}

input, textarea, select {
  background-color: white;
  border: 2px solid #eeeded;
  border-radius: 7px;
}

input:disabled {
  background-color: #faf8f8;
}

input::placeholder {
  color: rgba(47, 78, 147, 0.6);
  -webkit-text-fill-color: rgba(47, 78, 147, 0.6);
  opacity: 0.5;
}

h1 {
  font-size: 1.5rem !important;
  color: #676060;
}

h2 {
  font-size: 1.4rem;
}

h3 {
  font-size: 1.3rem;
}

h4 {
  font-size: 1.2rem;
  font-weight: bold;
}

/* Media breaks for Headings  */
@media (max-width: 414.98px) {
  h1 {
    font-size: 1rem !important;
  }
}
@media (min-width: 415px) {
  h1 {
    font-size: 1.1rem !important;
  }
}
.jm-edit-tags {
  background-color: white;
  border-radius: 7px;
}

/* Disable scrolling for the puzzle page */
#puzzlepagebody {
  margin: 0;
  overscroll-behavior: none;
  -ms-scroll-chaining: none;
  touch-action: none;
}

a {
  -webkit-user-select: none !important; /* disable selection/Copy of UIWebView */
}

body {
  -webkit-touch-callout: none !important; /* disable the IOS popup when long-press on a link */
}

#menu-orient {
  position: fixed;
  width: 100%;
  height: 100%;
}

#puzzleParent {
  background: url("/assets/img/suede-blue.svg") white !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

#puzzleParent.puzzle-test-mode {
  background: url("/assets/img/suede-blue-test.svg") white !important;
}

#puzzleParent canvas {
  width: 100%;
  height: 100%;
}

.puzzle-fullscreen-btn {
  align-items: center;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(0, 0, 0, 0.24);
  border-radius: 6px;
  color: #1f2933;
  display: inline-flex;
  font-size: 1.1rem;
  height: 2.4rem;
  justify-content: center;
  position: absolute;
  right: 0.75rem;
  top: 3.75rem;
  width: 2.4rem;
  z-index: 20;
}

#menu-orient.flex-row .puzzle-fullscreen-btn {
  top: 0.75rem;
}

.puzzle-fullscreen-btn:hover,
.puzzle-fullscreen-btn:focus {
  background: #fff;
  color: #000;
}

#puzzleParent.puzzle-prestart {
  position: relative;
  overflow: hidden;
}

#puzzleParent .puzzle-prestart-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  filter: saturate(0.8);
  pointer-events: none;
  user-select: none;
  z-index: 1;
  transition: opacity 180ms ease-in;
}

#puzzleParent .puzzle-prestart-frame.puzzle-prestart-frame-ready {
  opacity: 0.55;
}

#puzzleParent .puzzle-video-source {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
  z-index: 0;
}

.modal-dialog {
  background-color: white;
  padding: 10px;
  /* keep modal dialog near the top esp for landscape. */
  margin-top: 0 !important;
  top: 3px !important;
}

.modal-dialog h2 {
  font-size: 1.5rem;
}

.modal-content, .modal-header {
  border: none;
}

.modal-content .row {
  border: none;
  margin-top: 3px;
}

#p-timer, #piece-count-display {
  z-index: 10;
  font-size: 1rem;
  font-weight: bold;
  background-color: transparent;
  margin: auto;
  text-shadow: 1px 1px 2px black, 1px -1px 2px black, -1px 1px 2px black, -1px -1px 2px black;
  color: white;
  grid-area: 1/1;
}

.pp-game-info-box {
  background-color: aliceblue;
  padding: 4px;
}

.puzzle-menu-btn {
  width: 2.5rem;
  height: 2.5rem;
  object-fit: contain;
}

a.link-white,
a.link-white:hover,
a.link-white:active,
a.link-white:visited,
.bg-dark .nav-item > a,
.bg-dark .nav-item > a:hover,
.bg-dark .nav-item > a:active,
.bg-dark .nav-item > a:visited {
  color: white;
  background-color: inherit;
  text-decoration: none;
}

a.link-black,
a.link-black:hover,
a.link-black:active,
a.link-black:visited {
  color: #676060;
  background-color: inherit;
  text-decoration: none;
}

a.link-gray,
a.link-gray:hover,
a.link-gray:active,
a.link-gray:visited {
  color: rgb(99, 89, 89);
  background-color: inherit;
  text-decoration: none;
}

.nsi-invisible {
  display: none;
}

#loading {
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
  background-color: white;
  z-index: 99;
}

#loading-image {
  z-index: 100;
}

.gradient-splitter {
  height: 2px;
  width: 85%;
  background: linear-gradient(to right, rgb(99, 89, 89), lightgrey);
}

.solid-splitter {
  height: 2px;
  width: 85%;
  background: lightgrey;
}

#footer .icon {
  color: #676060;
}

.btn-cancel {
  background-color: transparent !important;
  border-color: #797878 !important;
}

.unselectable {
  pointer-events: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.oops-page {
  font-size: 1rem;
}

.oops-page h1 {
  font-size: 3rem;
}

.public-page-title {
  font-size: 2.5rem !important;
}

.oops-message {
  font-size: 1.35rem;
}

.oops-detail {
  font-size: 0.95rem;
}

.center-aligned-dropdown {
  text-align: center;
}

.modal h3 {
  font-size: 1.2rem;
}

#puzzle-footer {
  position: fixed;
  z-index: 2;
  bottom: 0;
  width: 100%;
  background-color: transparent;
}

.privacy-policy {
  font-size: 1em;
}

.privacy-policy h1 {
  font-size: 2.5rem;
  text-align: center;
}

.privacy-policy h2 {
  font-size: 1.5rem;
}

.google-login a {
  width: 200px;
  font-size: 0.9rem !important;
  padding: 0 15px 0 0;
  border: 2px solid #eeeded;
}

.new-user-content {
  max-width: 600px;
}

#display-name-verified {
  max-width: 20px;
}

.tagwrap {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  border: 2px solid #eeeded;
}

.tagwrap .tag,
.tagwrap .tagin {
  display: block;
  margin: 10px 5px;
  padding: 10px;
}

.tagwrap .tag {
  color: white;
  background: #2d7dc1;
  cursor: pointer;
  border-radius: 23px;
}

.tagwrap .tag::after {
  content: "X";
  padding-left: 20px;
}

.tagwrap .tagin {
  flex-grow: 1;
  background: none;
  border: 0;
}

.tagwrap .tagin:focus {
  outline-width: 0;
  outline: none;
}

.tt-query,
.tt-hint {
  width: 396px;
  height: 30px;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #eeeded;
  border-radius: 7px;
  outline: none;
}

.tt-query {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: lightgrey;
}

.tt-menu {
  width: 422px;
  margin-top: 12px;
  padding: 8px 0;
  background-color: white;
  border: 1px solid #eeeded;
  border-radius: 7px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

.tt-suggestion.tt-cursor {
  color: white;
  background-color: #0097cf;
}

.tt-suggestion p {
  margin: 0;
}

/* (X) DOES NOT MATTER */
* {
  font-family: arial, sans-serif;
  box-sizing: border-box;
}

#puzzle-solved-dialog {
  top: 10%;
  z-index: 100;
  position: fixed;
  width: 300px;
  background-color: white;
}

.close-icon {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 1.2rem;
  color: rgb(99, 89, 89);
}

#reopen-icon {
  z-index: 20;
  position: fixed;
  bottom: 10px;
  right: 20px;
  font-size: 1.5rem;
  color: white;
  background-color: transparent;
}

#puzzle-solved-dialog .logo-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0.9rem;
}

#play-next {
  bottom: 3%;
  z-index: 100;
  position: fixed;
  width: 100%;
  max-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#play-next.nav-vert {
  margin-left: 5%;
  width: 95%;
}

#play-next .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
}

.with-shadow {
  background-color: white;
  background-clip: border-box;
  border: 1px solid #eeeded;
  font-family: fantasy;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 5px 0 rgb(249, 249, 250);
  -moz-box-shadow: 0 0 5px 0 rgb(212, 182, 212);
  box-shadow: 0 0 5px 0 rgb(161, 163, 164);
}

#play-next .card .card-body {
  padding: 1rem 1rem;
}

#play-next .card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
  width: 190px;
  text-align: center;
}

#play-next p {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  line-height: 1.5rem;
}

#play-next h4 {
  line-height: 0.2 !important;
}

#play-next .items {
  width: 90%;
  margin: 0 auto;
  margin-top: 100px;
}

#play-next .slick-slide {
  margin: 10px;
}

@media (max-height: 500px) {
  #play-next {
    max-height: 250px;
  }
  #play-next .pn-title {
    display: none;
  }
  #puzzle-solved-dialog {
    top: 5px;
  }
  #puzzle-solved-dialog .logo-box {
    display: none;
  }
}
.cookie-consent-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 1050;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  color: #212529;
  background: #fff;
  border: 1px solid #d5d5d5;
  border-radius: 6px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.18);
}

.cookie-consent-banner[hidden] {
  display: none;
}

.cookie-consent-copy {
  max-width: 760px;
}

.cookie-consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-end;
}

@media (max-width: 575.98px) {
  .cookie-consent-banner {
    flex-direction: column;
    align-items: stretch;
  }
  .cookie-consent-actions {
    justify-content: stretch;
  }
  .cookie-consent-actions .btn {
    flex: 1 1 auto;
  }
}
.website-manager-dialog {
  max-width: min(1400px, 100vw - 2rem);
}

.puzzle-link-tool-section {
  background: radial-gradient(circle at top left, rgba(41, 128, 185, 0.14), transparent 34rem), linear-gradient(135deg, #f5fbff 0%, #eef8f2 100%);
  border: 1px solid #b9d9e8;
  border-radius: 1.25rem;
  margin-left: 0;
  margin-right: 0;
  padding: 1.25rem 1.25rem 0;
}

.puzzle-link-tool-card,
.puzzle-link-help-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(87, 145, 168, 0.34);
}

.puzzle-link-tool-card {
  box-shadow: 0 1rem 2.5rem rgba(25, 86, 112, 0.12);
}

.puzzle-link-help-card {
  box-shadow: 0 0.75rem 1.8rem rgba(25, 86, 112, 0.08);
}

.puzzle-link-tool-kicker {
  color: #26708f;
  letter-spacing: 0.08em;
}

.puzzle-link-tool-badge {
  background: #e5f4ec;
  border: 1px solid #9ccfaf;
  color: #22613a;
  font-weight: 700;
  padding: 0.55rem 0.8rem;
}

.websitesTable th.website-col-actions,
.websitesTable td.website-col-actions {
  min-width: 9rem;
  width: 9rem;
}

.website-action-buttons .btn {
  align-items: center;
  display: inline-flex;
  justify-content: center;
}

.websitesTable th.website-col-url-prefix,
.websitesTable td.website-col-url-prefix {
  min-width: 20rem;
  width: 36%;
}

.websitesTable th.website-col-puzzle-page,
.websitesTable td.website-col-puzzle-page {
  min-width: 18rem;
  width: 32%;
}

.websitesTable th.website-col-integration,
.websitesTable td.website-col-integration {
  min-width: 13rem;
  width: 20%;
}

.partner-website-card {
  background: #fff;
  border: 1px solid rgba(99, 116, 139, 0.25);
  border-radius: 0.9rem;
  padding: 1rem;
}

.partner-website-outcome {
  background: #f7fbff;
  border: 1px solid #c8dcea;
  border-radius: 0.75rem;
  padding: 0.9rem;
}

.website-integration-details summary,
.website-optional-settings summary {
  color: #334155;
  cursor: pointer;
  width: fit-content;
}

.website-integration-details summary:hover,
.website-integration-details summary:focus,
.website-optional-settings summary:hover,
.website-optional-settings summary:focus {
  color: #0d6efd;
}

.website-wizard {
  background: radial-gradient(circle at top left, rgba(37, 99, 235, 0.11), transparent 28rem), linear-gradient(135deg, #f8fbff 0%, #eef7f3 100%);
  border-color: #c8dcea !important;
}

#websitesModal,
#websitesModal .form-control,
#websitesModal .form-select,
#websitesModal .form-check-label,
#websitesModal .form-text,
#websitesModal .input-group-text {
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
}

#websitesModal code,
#websitesModal .font-monospace,
#websitesModal input[type=url],
#websitesModal .newWebsitePuzzleHost,
#websitesModal .input-group-text {
  font-family: Consolas, "Liberation Mono", "Courier New", monospace;
  font-variant-ligatures: none;
}

.website-wizard-nav {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.websiteWizardNavStep {
  align-items: center;
  color: #64748b;
  display: flex;
  font-size: 0.875rem;
  font-weight: 600;
  gap: 0.5rem;
}

.website-wizard-nav-number {
  align-items: center;
  background: #e2e8f0;
  border-radius: 50%;
  display: inline-flex;
  height: 1.75rem;
  justify-content: center;
  width: 1.75rem;
}

.websiteWizardNavStep.is-active {
  color: #1d4ed8;
}

.websiteWizardNavStep.is-active .website-wizard-nav-number {
  background: #2563eb;
  color: #fff;
}

.websiteWizardNavStep.is-complete .website-wizard-nav-number {
  background: #16885a;
  color: #fff;
}

.website-wizard-progress {
  background: rgba(15, 23, 42, 0.11);
  border-radius: 999px;
  height: 0.45rem;
  overflow: hidden;
}

.websiteWizardProgressBar {
  background: linear-gradient(90deg, #2563eb, #16885a);
  border-radius: inherit;
  height: 100%;
  transition: width 180ms ease;
  width: 33.333%;
}

.website-choice-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(99, 116, 139, 0.32);
  border-radius: 0.9rem;
  cursor: pointer;
  display: block;
  padding: 1rem;
}

.website-choice-card:has(input:checked) {
  border-color: #2563eb;
  box-shadow: 0 0 0 0.2rem rgba(37, 99, 235, 0.12);
}

.website-wizard-help {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(99, 116, 139, 0.24);
  border-radius: 1rem;
  box-shadow: 0 0.9rem 2rem rgba(15, 23, 42, 0.08);
  color: #334155;
  min-height: 100%;
  padding: 1rem;
}

.website-outcome-check {
  align-items: center;
  background: #dcfce7;
  border-radius: 50%;
  color: #166534;
  display: inline-flex;
  flex: 0 0 auto;
  font-weight: 700;
  height: 2rem;
  justify-content: center;
  width: 2rem;
}

.website-dns-instruction {
  background: #fff8e6;
  border: 1px solid #e6c66f;
  border-radius: 0.75rem;
  color: #4f3b05;
  padding: 0.85rem;
}

.website-puzzle-preview {
  background: #f0f9ff;
  border: 1px solid #bae6fd;
  border-radius: 0.75rem;
  padding: 0.9rem;
}

.website-optional-settings {
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(99, 116, 139, 0.25);
  border-radius: 0.75rem;
  padding: 0.9rem;
}

.website-review-card {
  background: #fff;
  border: 1px solid rgba(99, 116, 139, 0.3);
  border-radius: 0.9rem;
  padding: 1rem;
}

.website-review-card dd:not(:last-child),
.website-review-card dt:not(:last-of-type) {
  margin-bottom: 0.85rem;
}

.website-protection-next-steps {
  background: #fff8e6;
  border: 1px solid #e6c66f;
  border-radius: 0.9rem;
  color: #4f3b05;
  padding: 1rem;
}

@media (max-width: 575.98px) {
  .websiteWizardNavStep {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.25rem;
  }
}

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