@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inconsolata:wght@400&display=swap");
code, kbd {
  font-family: 'Inconsolata', monospace; }

summary.cursor-help {
  cursor: help; }

.site-footer {
  background: var(--backgroundColorLayer1); }
  .site-footer .circle, .site-footer .triangle, .site-footer .square {
    fill: var(--secondaryTextColor); }

.logo-svg {
  height: 2em;
  width: 2em;
  margin-right: 1em; }

.logo {
  color: inherit;
  align-items: center;
  display: inline-flex;
  background-color: var(--backgroundColor);
  border-color: var(--borderColor); }
  .logo:not(:hover) path, .logo:not(:hover) circle {
    fill: var(--borderColor); }
  .logo .square, .logo .triangle, .logo .circle {
    transition: all 0.6s ease-in-out; }
  .logo .circle {
    transition-delay: 0.3s; }
  .logo .triangle {
    transition-delay: 0.6s; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0; }

.highlight {
  margin: 0;
  line-height: 1.6; }
  .highlight pre {
    margin: 0; }
    .highlight pre code {
      padding: 0;
      font-size: 1em; }

/* code-example / live-example 程式碼區塊：margin 與行距 */
.display-code-example pre {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.6; }

.display-code-example pre code {
  line-height: inherit;
  font-size: 1em; }

.tabular-nums {
  font-variant-numeric: tabular-nums; }

.wrap {
  word-wrap: break-word; }

svg {
  max-width: 100%;
  height: auto; }

.maxh {
  max-height: 20em;
  overflow: auto; }

.hero-h1 {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: 1em;
  letter-spacing: 0.04em;
  text-shadow: 0.1 0.1em var(--backgroundColor) 0.1 -0.1em var(--backgroundColor) -0.1 0.1em var(--backgroundColor) -0.1 -0.1em var(--backgroundColor);
  font-size: max(min(1.8em, 6vw), 2cqw);
  white-space: nowrap;
  position: absolute; }
