<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*GREENS: #4ac4ac, #399988, #0f4534, #0a1a17;*/

* {
  margin: 0;
  padding: 0;
}

body,
html {
  width: 100%;
  height: 100%;
  margin: 0px auto;
  background-color: #0a1a17;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  color: #ccc;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
}

.container {
  position: relative;
  margin: 100px auto 50px auto;
  height: 165px;
  width: 330px;
}

.output {
  line-height: 35px;
  width: 60px;
  height: 30px;
  background-color: #0f4534;
  border-radius: 60px 60px 0 0;
  position: absolute;
  top: 135px;
  left: 135px;
  text-align: center;
}

.initialValue {
  border: none;
  border-bottom: 1px solid #399988;
  color: #399988;
  display: block;
  width: 3em;
  background-color: transparent;
  margin: 1em auto;
  outline: none;
  font-size: 16px;
  text-align: center;
}
/*SVG*/

svg {
  margin: 0px;
  padding: 0;
  cursor: pointer;
  border: 1px solid #0a1a17;
}

svg.focusable {
  border: 1px solid #0f4534;
}

.outline,
.fill,
.center,
.needle,
.scale,
.output {
  pointer-events: none;
}

.outline {
  fill: #0f4534;
}

.fill {
  fill: #399988;
}

.needle {
  fill: #aa0000;
}

.scale {
  stroke: #aaa;
}

text {
  text-anchor: middle;
  dominant-baseline: alphabetic;
  font: 12px verdana, sans-serif;
  fill: #aaa;
}</pre></body></html>