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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

*, body {
  font-family: "Courier New", monospace;
  font-size: 18px;
  font-weight: bold;
  color: #fff3a7;
  background-color: #2b292a;
}

body {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
}
@media screen and (max-width: 768px) {
  body {
    min-height: auto;
  }
}

#lampas-wrap {
  margin: 0 auto 0;
  cursor: default;
  position: relative;
}
@media screen and (max-width: 768px) {
  #lampas-wrap {
    width: 100%;
  }
}
#lampas-wrap svg {
  height: auto;
  display: block;
  min-height: 67vh;
}
@media screen and (max-width: 768px) {
  #lampas-wrap svg {
    width: 100%;
    min-height: auto;
  }
}

#screenshot-watermark {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  z-index: 10;
  pointer-events: none;
  user-select: none;
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: end;
  opacity: 0.75;
  width: 100%;
}
#screenshot-watermark img {
  width: 2.37rem;
  height: 2.37rem;
  display: block;
  background: transparent;
}
#screenshot-watermark span {
  font-family: "Courier New", monospace;
  font-size: 0.55rem;
  font-weight: bold;
  color: #fff3a7;
  opacity: 0.5;
  background: transparent;
  white-space: nowrap;
  letter-spacing: 0.03em;
}

#lampas-controls-top, #lampas-controls-bottom {
  text-align: center;
  margin: 0;
  display: flex;
}

#bg-select {
  font-family: "Courier New", monospace;
  font-size: 0.85rem;
  font-weight: bold;
  color: #fff3a7;
  background-color: #404545;
  border: none;
  padding: 0.4rem 2rem 0.4rem 1rem;
  cursor: pointer;
  margin: 0.5rem;
  box-sizing: border-box;
  transition: background-color 370ms;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23fff3a7' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.6rem center;
}
#bg-select:hover {
  background-color: #575d5d;
}
#bg-select:focus-visible {
  outline: none;
}
#bg-select option {
  background-color: #404545;
  color: #fff3a7;
  font-size: 0.7rem;
}

#btn-delete, #btn-submit {
  margin: 0.5rem;
  color: #fff3a7;
  background-color: #0c020c;
  border: none;
  padding: 0.6rem;
  cursor: pointer;
  box-sizing: border-box;
  transition: background-color 370ms;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#btn-delete:hover, #btn-submit:hover {
  background-color: #575d5d;
}
#btn-delete:focus-visible, #btn-submit:focus-visible {
  outline: none;
}
#btn-delete svg, #btn-submit svg {
  display: block;
  background-color: initial;
}
#btn-delete .btn, #btn-submit .btn {
  width: 1.2rem;
  height: 1.2rem;
  fill: #fff3a7;
}

#lang-select {
  font-family: "Courier New", monospace;
  font-size: 0.85rem;
  font-weight: bold;
  color: #fff3a7;
  background-color: #404545;
  border: none;
  padding: 0.6rem 2rem 0.6rem 1rem;
  cursor: pointer;
  margin: 0.5rem;
  box-sizing: border-box;
  transition: background-color 370ms;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23fff3a7' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.6rem center;
}
#lang-select:hover {
  background-color: #575d5d;
}
#lang-select:focus-visible {
  outline: none;
}
#lang-select option {
  background-color: #404545;
  color: #fff3a7;
  font-size: 0.7rem;
}

#lampas-hint {
  text-align: center;
  color: #6d6b67;
  font-size: 0.75rem;
  padding: 0.25rem;
}

#sliders-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  margin: 0.3rem 0.5rem;
}
#sliders-wrap .slider-row {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}
#sliders-wrap .slider-tag {
  font-size: 0.55rem;
  color: #6d6b67;
  text-transform: uppercase;
  min-width: 2rem;
  text-align: right;
  letter-spacing: 0.03em;
}
#sliders-wrap .slider {
  -webkit-appearance: none;
  appearance: none;
  width: 4.5rem;
  height: 3px;
  background: #404545;
  border-radius: 2px;
  outline: none;
  cursor: pointer;
}
#sliders-wrap .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fff3a7;
  cursor: pointer;
}
#sliders-wrap .slider::-moz-range-thumb {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fff3a7;
  border: none;
  cursor: pointer;
}
#sliders-wrap .slider-val {
  font-size: 0.55rem;
  color: #6d6b67;
  min-width: 2rem;
}

#mobile-input {
  position: absolute;
  left: -9999px;
  top: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
}

.result-wrap {
  text-align: center;
  margin: 2rem 0;
}
.result-wrap img {
  max-width: 100%;
  height: auto;
  border: 1px solid #333;
}

.actions {
  margin: 1.5rem 0;
  text-align: center;
}
.actions a {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  margin: 0 0.5rem;
  color: #fff3a7;
  background-color: #404545;
  text-decoration: none;
  font-size: 0.5rem;
}
.actions a:hover {
  background-color: #575d5d;
}
.actions a.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.actions a svg {
  background-color: transparent;
}

.log {
  color: #6d6b67;
  font-size: 0.85rem;
  margin-top: 1rem;
  text-align: center;
}

#dev-tweaker {
  position: fixed;
  top: 5.5rem;
  right: 0.3rem;
  z-index: 9999;
  background: rgba(20, 20, 20, 0.95);
  border: 1px solid #555;
  border-radius: 4px;
  padding: 0.3rem 0.4rem;
  width: 240px;
  max-height: 90vh;
  overflow-y: auto;
  font-family: "Courier New", monospace;
  color: #ccc;
  font-size: 0.55rem;
}
#dev-tweaker #dev-header {
  font-size: 0.55rem;
  font-weight: bold;
  color: #fff3a7;
  margin-bottom: 0.25rem;
}
#dev-tweaker #dev-header kbd {
  font-size: 0.45rem;
  color: #888;
  background: #333;
  padding: 0.05rem 0.2rem;
  border-radius: 2px;
  margin-left: 0.2rem;
}
#dev-tweaker .dev-row {
  display: flex;
  align-items: center;
  gap: 0.15rem;
  margin-bottom: 0.1rem;
}
#dev-tweaker .dev-row label {
  min-width: 4.2rem;
  font-size: 0.5rem;
  color: #999;
  text-align: right;
  background: transparent;
}
#dev-tweaker .dev-row .dev-num-input {
  width: 3.8rem;
  background: #222;
  border: 1px solid #555;
  color: #fff3a7;
  font-family: "Courier New", monospace;
  font-size: 0.55rem;
  padding: 0.1rem 0.15rem;
  border-radius: 2px;
  outline: none;
  text-align: center;
}
#dev-tweaker .dev-row .dev-num-input:focus {
  border-color: #fff3a7;
}
#dev-tweaker .dev-row .dev-arrow {
  background: #333;
  border: 1px solid #555;
  color: #999;
  font-size: 0.4rem;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
#dev-tweaker .dev-row .dev-arrow:hover {
  background: #555;
  color: #fff3a7;
}
#dev-tweaker .dev-row .dev-arrow:active {
  background: #666;
}
#dev-tweaker .dev-row .dev-color-input {
  flex: 1;
  background: #222;
  border: 1px solid #555;
  color: #fff3a7;
  font-family: "Courier New", monospace;
  font-size: 0.5rem;
  padding: 0.1rem 0.15rem;
  border-radius: 2px;
  outline: none;
}
#dev-tweaker .dev-row .dev-color-input:focus {
  border-color: #fff3a7;
}
#dev-tweaker #dev-json-out {
  background: #1a1a1a;
  color: #8f8;
  font-size: 0.45rem;
  padding: 0.25rem;
  border-radius: 2px;
  margin-top: 0.25rem;
  white-space: pre-wrap;
  word-break: break-all;
  max-height: 8rem;
  overflow-y: auto;
}
#dev-tweaker #dev-copy-btn {
  margin-top: 0.15rem;
  width: 100%;
  background: #404545;
  color: #fff3a7;
  border: none;
  padding: 0.2rem;
  font-family: "Courier New", monospace;
  font-size: 0.5rem;
  font-weight: bold;
  cursor: pointer;
  border-radius: 2px;
}
#dev-tweaker #dev-copy-btn:hover {
  background: #575d5d;
}

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