/* normalize.css v8.0.1 + Typebase.less v0.1.0 | MIT License | compress csso | add .lead **/
html{line-height:1.15;-webkit-text-size-adjust:100%;font-family:serif;font-size:137.5%;-webkit-font-smoothing:antialiased}body{margin:0}details,main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}table{border-spacing:0;border-collapse:collapse}table td,table th{padding:0;line-height:33px}code{vertical-align:bottom}.hug{margin-top:0}

:root {
  --color-primary: #2d3c96;
  --color-secondary: #d53392;
  --color-accent: #ffd700;
  --bg-gradient: linear-gradient(to bottom right, var(--color-primary), var(--color-secondary));
  --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --max-width-content: 1004px;
  --logo-width: 348px;
  --logo-height: 57px;
  --radius-md: 0.5rem;
  --shadow-strong: 4px 6px 4px rgba(255, 255, 255, 0.2);
  --shadow-hover: 3px 6px 10px #999;
  --shadow-active: 1px 4px 10px #555;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: var(--font-sans);
  font-size: 115%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: var(--color-primary);
  background-image: var(--bg-gradient);
  color: var(--color-accent);
  min-height: 100vh;
  margin: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

p {
  margin: 0;
  line-height: 1.7;
}

ol,
ul {
  margin: 0;
  padding-left: 1.4rem;
}

li {
  line-height: 1.6;
  margin-bottom: 0;
}

blockquote {
  margin: 0;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-sans);
  font-weight: 800;
  margin: 0;
}

h1 {
  font-size: clamp(2.6rem, 3vw + 1.2rem, 3.6rem);
  line-height: 1.1;
}

h2 {
  font-size: clamp(2.1rem, 2.5vw + 1rem, 2.8rem);
  line-height: 1.2;
}

.article-page h2 {
  margin-top: 2rem;
}

h3 {
  font-size: clamp(1.6rem, 1.5vw + 1rem, 2rem);
  line-height: 1.3;
}

h4 {
  font-size: 1.25rem;
  line-height: 1.35;
}

h5 {
  font-size: 1.05rem;
  line-height: 1.4;
}

h6 {
  font-size: 0.95rem;
  line-height: 1.4;
}

.btn {
  background: none;
  border-radius: var(--radius-md);
  border: 2px solid var(--color-accent);
  box-shadow: var(--shadow-strong);
  color: var(--color-accent);
  padding: 10px;
  text-decoration: none;
  cursor: pointer;
}

.btn:hover {
  box-shadow: var(--shadow-hover);
}

.btn:active {
  position: relative;
  left: 2px;
  top: 2px;
  box-shadow: var(--shadow-active);
}

.btn-lg {
  font-size: 2rem;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

input[type="text"] {
  font-size: 115%;
  width: 100%;
}

input[type="number"],
input[type="url"],
input[type="file"],
textarea,
select {
  font-size: 115%;
  max-width: 100%;
}

input[type="text"],
input[type="number"],
input[type="url"],
input[type="file"],
textarea,
select {
  width: 100%;
  box-sizing: border-box;
}

textarea {
  min-height: 10rem;
  resize: vertical;
}

#square-number {
  width: 7em;
}

article {
  margin: 1rem auto;
  width: 100%;
  max-width: var(--max-width-content);
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

footer {
  width: min(90%, 1200px);
  margin: 3rem auto 1rem;
  padding: 2rem;
  text-align: center;
}

hr {
  width: min(100%, 95%);
  border: none;
  border-top: 2rem solid rgba(0, 0, 0, 0.2);
  border-color: linear-gradient(135deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

a:link,
a:visited,
a:active {
  color: var(--color-accent);
}

@media (max-width: 1007px) {
  html,
  body {
    overflow-x: hidden;
  }

  article {
    gap: 1.75rem;
  }

  article * {
    max-width: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }

  article table {
    display: block;
    overflow-x: auto;
    max-width: 100%;
  }

  article pre,
  article code {
    max-width: 100%;
    overflow-x: auto;
    white-space: pre-wrap;
    word-break: break-word;
  }

  h1 {
    font-size: 2.8rem;
    line-height: 3.1rem;
  }

  h2 {
    font-size: 2.3rem;
    line-height: 2.6rem;
  }

  h3,
  .lead {
    font-size: 1.3rem;
  }
}

@media (max-width: 760px) {
  h1 {
    font-size: 2.6rem;
    line-height: 2.9rem;
  }

  h2 {
    font-size: 2.1rem;
    line-height: 2.4rem;
  }
}

@media (max-width: 520px) {
  html.article-page,
  html.personalize-page,
  html.mint-page {
    font-size: 100%;
  }

  article {
    gap: 2rem;
    padding: 0 0.875rem;
  }

  h1 {
    font-size: 2.5rem;
    line-height: 2.8rem;
  }

  h2 {
    font-size: 1.8rem;
    line-height: 2.1rem;
  }

  h3,
  .lead {
    font-size: 1.2rem;
  }

  .btn-lg {
    font-size: 1.5rem;
  }

  footer {
    width: min(100%, var(--max-width-content));
    padding: 1.5rem 1rem;
  }
}

@media (max-width: 400px) {
  h1 {
    font-size: 2.2rem;
    line-height: 2.5rem;
  }

  h2 {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
}
