:root {
  --minima-brand-color: #212121;
  --minima-brand-color-light: #F5F5F5;
  --minima-brand-color-dark: #212121;
  --minima-site-title-color: #212121;
  --minima-text-color: #212121;
  --minima-background-color: #F5F5F5;
  --minima-code-background-color: #FFFFFF;
  --minima-link-base-color: #1a73e8;
  --minima-link-visited-color: #1a73e8;
  --minima-link-hover-color: #1557b0;
  --minima-border-color-01: #E0E0E0;
  --minima-table-text-color: #212121;
  --minima-table-zebra-color: #F5F5F5;
  --minima-table-header-bg-color: #E0E0E0;
  --minima-table-header-border: #E0E0E0;
  --minima-table-border-color: #E0E0E0;
}

.highlight .c {
  color: #998;
  font-style: italic;
}
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}
.highlight .k {
  font-weight: bold;
}
.highlight .o {
  font-weight: bold;
}
.highlight .cm {
  color: #998;
  font-style: italic;
}
.highlight .cp {
  color: #999;
  font-weight: bold;
}
.highlight .c1 {
  color: #998;
  font-style: italic;
}
.highlight .cs {
  color: #999;
  font-weight: bold;
  font-style: italic;
}
.highlight .gd {
  color: #000;
  background-color: #fdd;
}
.highlight .gd .x {
  color: #000;
  background-color: #faa;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gr {
  color: #a00;
}
.highlight .gh {
  color: #999;
}
.highlight .gi {
  color: #000;
  background-color: #dfd;
}
.highlight .gi .x {
  color: #000;
  background-color: #afa;
}
.highlight .go {
  color: #888;
}
.highlight .gp {
  color: #555;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #aaa;
}
.highlight .gt {
  color: #a00;
}
.highlight .kc {
  font-weight: bold;
}
.highlight .kd {
  font-weight: bold;
}
.highlight .kp {
  font-weight: bold;
}
.highlight .kr {
  font-weight: bold;
}
.highlight .kt {
  color: #458;
  font-weight: bold;
}
.highlight .m {
  color: #099;
}
.highlight .s {
  color: #d14;
}
.highlight .na {
  color: #008080;
}
.highlight .nb {
  color: #0086B3;
}
.highlight .nc {
  color: #458;
  font-weight: bold;
}
.highlight .no {
  color: #008080;
}
.highlight .ni {
  color: #800080;
}
.highlight .ne {
  color: #900;
  font-weight: bold;
}
.highlight .nf {
  color: #900;
  font-weight: bold;
}
.highlight .nn {
  color: #555;
}
.highlight .nt {
  color: #000080;
}
.highlight .nv {
  color: #008080;
}
.highlight .ow {
  font-weight: bold;
}
.highlight .w {
  color: #bbb;
}
.highlight .mf {
  color: #099;
}
.highlight .mh {
  color: #099;
}
.highlight .mi {
  color: #099;
}
.highlight .mo {
  color: #099;
}
.highlight .sb {
  color: #d14;
}
.highlight .sc {
  color: #d14;
}
.highlight .sd {
  color: #d14;
}
.highlight .s2 {
  color: #d14;
}
.highlight .se {
  color: #d14;
}
.highlight .sh {
  color: #d14;
}
.highlight .si {
  color: #d14;
}
.highlight .sx {
  color: #d14;
}
.highlight .sr {
  color: #009926;
}
.highlight .s1 {
  color: #d14;
}
.highlight .ss {
  color: #990073;
}
.highlight .bp {
  color: #999;
}
.highlight .vc {
  color: #008080;
}
.highlight .vg {
  color: #008080;
}
.highlight .vi {
  color: #008080;
}
.highlight .il {
  color: #099;
}

@media (prefers-color-scheme: dark) {
  :root {
    --minima-brand-color: #DEDEDE;
    --minima-brand-color-light: #0A0A0A;
    --minima-brand-color-dark: #DEDEDE;
    --minima-site-title-color: #DEDEDE;
    --minima-text-color: #DEDEDE;
    --minima-background-color: #0A0A0A;
    --minima-code-background-color: #000000;
    --minima-link-base-color: #8ab4f8;
    --minima-link-visited-color: #8ab4f8;
    --minima-link-hover-color: #aecbfa;
    --minima-border-color-01: #1F1F1F;
    --minima-table-text-color: #DEDEDE;
    --minima-table-zebra-color: #0A0A0A;
    --minima-table-header-bg-color: #1F1F1F;
    --minima-table-header-border: #1F1F1F;
    --minima-table-border-color: #1F1F1F;
  }
  .highlight .c {
    color: #545454;
    font-style: italic;
  }
  .highlight .err {
    color: #f07178;
    background-color: #e3d2d2;
  }
  .highlight .k {
    color: #89DDFF;
    font-weight: bold;
  }
  .highlight .o {
    font-weight: bold;
  }
  .highlight .cm {
    color: #545454;
    font-style: italic;
  }
  .highlight .cp {
    color: #545454;
    font-weight: bold;
  }
  .highlight .c1 {
    color: #545454;
    font-style: italic;
  }
  .highlight .cs {
    color: #545454;
    font-weight: bold;
    font-style: italic;
  }
  .highlight .gd {
    color: #000;
    background-color: #fdd;
  }
  .highlight .gd .x {
    color: #000;
    background-color: #faa;
  }
  .highlight .ge {
    font-style: italic;
  }
  .highlight .gr {
    color: #f07178;
  }
  .highlight .gh {
    color: #999;
  }
  .highlight .gi {
    color: #000;
    background-color: #dfd;
  }
  .highlight .gi .x {
    color: #000;
    background-color: #afa;
  }
  .highlight .go {
    color: #888;
  }
  .highlight .gp {
    color: #555;
  }
  .highlight .gs {
    font-weight: bold;
  }
  .highlight .gu {
    color: #aaa;
  }
  .highlight .gt {
    color: #f07178;
  }
  .highlight .kc {
    font-weight: bold;
  }
  .highlight .kd {
    font-weight: bold;
  }
  .highlight .kp {
    font-weight: bold;
  }
  .highlight .kr {
    font-weight: bold;
  }
  .highlight .kt {
    color: #FFCB6B;
    font-weight: bold;
  }
  .highlight .m {
    color: #F78C6C;
  }
  .highlight .s {
    color: #C3E88D;
  }
  .highlight .na {
    color: #008080;
  }
  .highlight .nb {
    color: #EEFFFF;
  }
  .highlight .nc {
    color: #FFCB6B;
    font-weight: bold;
  }
  .highlight .no {
    color: #008080;
  }
  .highlight .ni {
    color: #800080;
  }
  .highlight .ne {
    color: #900;
    font-weight: bold;
  }
  .highlight .nf {
    color: #82AAFF;
    font-weight: bold;
  }
  .highlight .nn {
    color: #555;
  }
  .highlight .nt {
    color: #FFCB6B;
  }
  .highlight .nv {
    color: #EEFFFF;
  }
  .highlight .ow {
    font-weight: bold;
  }
  .highlight .w {
    color: #EEFFFF;
  }
  .highlight .mf {
    color: #F78C6C;
  }
  .highlight .mh {
    color: #F78C6C;
  }
  .highlight .mi {
    color: #F78C6C;
  }
  .highlight .mo {
    color: #F78C6C;
  }
  .highlight .sb {
    color: #C3E88D;
  }
  .highlight .sc {
    color: #C3E88D;
  }
  .highlight .sd {
    color: #C3E88D;
  }
  .highlight .s2 {
    color: #C3E88D;
  }
  .highlight .se {
    color: #EEFFFF;
  }
  .highlight .sh {
    color: #C3E88D;
  }
  .highlight .si {
    color: #C3E88D;
  }
  .highlight .sx {
    color: #C3E88D;
  }
  .highlight .sr {
    color: #C3E88D;
  }
  .highlight .s1 {
    color: #C3E88D;
  }
  .highlight .ss {
    color: #C3E88D;
  }
  .highlight .bp {
    color: #999;
  }
  .highlight .vc {
    color: #FFCB6B;
  }
  .highlight .vg {
    color: #EEFFFF;
  }
  .highlight .vi {
    color: #EEFFFF;
  }
  .highlight .il {
    color: #F78C6C;
  }
}
html {
  font-size: 16px;
}

/**
 * Reset some basic elements
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
hr,
dl,
dd,
ol,
ul,
figure {
  margin: 0;
  padding: 0;
}

/**
 * Basic styling
 */
body {
  font: 400 16px/1.75 "Google Sans", sans-serif;
  color: var(--color-text-primary);
  background-color: var(--color-bg-page);
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  overflow-wrap: break-word;
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
ul,
ol,
dl,
figure,
.highlight {
  margin-bottom: 15px;
}

hr {
  border: none;
  margin-top: 30px;
  margin-bottom: 30px;
}

/**
 * `main` element
 */
main {
  display: block;
  /* Default value of `display` of `main` element is 'inline' in IE 11. */
}

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle;
}

/**
 * Figures
 */
figure > img {
  display: block;
}

figcaption {
  font-size: 14px;
}

/**
 * Lists
 */
ul,
ol {
  margin-left: 30px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * Headings
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  text-align: center;
}

/**
 * Links
 */
a {
  color: var(--color-blue);
  text-decoration: none;
}
a:visited {
  color: var(--color-blue);
}
a:hover {
  color: var(--color-blue-dark);
  text-decoration: underline;
}
.social-media-list a:hover, .pagination a:hover {
  text-decoration: none;
}
.social-media-list a:hover .username, .pagination a:hover .username {
  text-decoration: underline;
}

/**
 * Blockquotes
 */
blockquote {
  color: var(--color-text-secondary);
  border-left: none;
  padding-left: 15px;
  font-size: 1.125rem;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}
blockquote i,
blockquote em {
  font-style: normal;
}

/**
 * Code formatting
 */
pre,
code {
  font-family: "Google Sans Code", Consolas, monospace;
  font-size: 1em;
  border: none;
  border-radius: 0;
  background-color: var(--color-bg-surface);
}

code {
  padding: 1px 5px;
  clip-path: inset(0);
}

pre {
  padding: 8px 12px;
  overflow-x: auto;
  clip-path: inset(0);
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

.highlight {
  border-radius: 0;
  clip-path: inset(0);
  background: var(--color-bg-surface);
}
.highlighter-rouge .highlight {
  background: var(--color-bg-surface);
}

/**
 * Wrapper
 */
.wrapper {
  max-width: calc(1280px - (30px));
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 1280px) {
  .wrapper {
    max-width: calc(1280px - 30px * 2);
    padding-right: 30px;
    padding-left: 30px;
  }
}

/**
* Icons
*/
.orange {
  color: var(--color-red);
}

.grey {
  color: var(--color-text-secondary);
}

.svg-icon {
  width: 1.25em;
  height: 1.25em;
  display: inline-block;
  fill: currentColor;
  vertical-align: text-bottom;
}

/**
* Tables
*/
table {
  margin-bottom: 30px;
  width: 100%;
  text-align: left;
  color: var(--color-text-primary);
  border-collapse: collapse;
  border: none;
  border-radius: 0;
  clip-path: inset(0);
}
table tr:nth-child(odd) {
  background-color: var(--color-bg-page);
}
table tr:nth-child(even) {
  background-color: var(--color-neutral-1);
}
table th,
table td {
  padding: 7.5px 15px;
}
table th {
  background-color: var(--color-neutral-1);
  border: none;
  text-align: right;
}
table th:first-child {
  text-align: left;
}
table td {
  border: none;
  font-family: "Google Sans Code", Consolas, monospace;
  text-align: right;
}
table td:first-child {
  text-align: left;
}
@media screen and (max-width: 1280px) {
  table {
    display: block;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

li::marker {
  font-family: "Google Sans Code", Consolas, monospace;
}

/**
 * Site header
 */
.site-header {
  line-height: 63px;
  position: sticky;
  top: 0;
  z-index: 2;
  background-color: var(--color-bg-surface);
  border-bottom: none;
}

.site-title {
  font-family: "Google Sans", sans-serif;
  font-size: 1.625rem;
  font-weight: 400;
  margin-bottom: 0;
  float: left;
}
@media screen and (max-width: 600px) {
  .site-title {
    padding-right: 45px;
  }
}
.site-title, .site-title:visited {
  color: var(--color-text-primary);
}

.site-nav {
  position: absolute;
  top: 9px;
  right: 15px;
  border: none;
  border-radius: 0;
  text-align: right;
  background-color: var(--color-bg-surface);
}
.site-nav .nav-trigger {
  display: none;
}
.site-nav .menu-icon {
  float: right;
  width: 36px;
  height: 26px;
  line-height: 0;
  padding-top: 10px;
  text-align: center;
}
.site-nav .menu-icon > svg path {
  fill: var(--color-text-secondary);
}
.site-nav label[for=nav-trigger] {
  display: block;
  float: right;
  width: 36px;
  height: 36px;
  z-index: 2;
  cursor: pointer;
}
.site-nav input ~ .trigger {
  clear: both;
  display: none;
}
.site-nav input:checked ~ .trigger {
  display: block;
  padding: 16px;
  max-height: 70vh;
  overflow-y: auto;
}
.site-nav .page-link {
  color: var(--color-text-primary);
  line-height: 1.75;
  display: block;
  padding: 5px 10px;
}
.site-nav .page-link:not(:last-child) {
  margin-right: 0;
}
.site-nav .page-link {
  margin-left: 15px;
}
@media screen and (min-width: 600px) {
  .site-nav {
    position: static;
    float: right;
    border: none;
    background-color: inherit;
  }
  .site-nav label[for=nav-trigger] {
    display: none;
  }
  .site-nav .menu-icon {
    display: none;
  }
  .site-nav input ~ .trigger {
    display: block;
  }
  .site-nav .page-link {
    display: inline;
    padding: 0;
  }
  .site-nav .page-link:not(:last-child) {
    margin-right: 15px;
  }
  .site-nav .page-link {
    margin-left: auto;
  }
}
.site-nav .lang-switch {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  height: auto;
  width: auto;
  padding: 4px 8px;
  clip-path: none;
  filter: none !important;
  background-image: none;
  background-color: transparent;
  font-weight: 500;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  color: var(--color-text-secondary);
  margin-left: 15px;
}
.site-nav .dropdown {
  position: relative;
  display: inline-block;
}
.site-nav .dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--color-blue);
  border: none;
  border-radius: 0;
  text-align: left;
  clip-path: inset(0);
  padding: 12px;
  white-space: nowrap;
}
.site-nav .dropdown::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 8px;
  display: none;
}
.site-nav .dropdown:hover .dropdown-content,
.site-nav .dropdown:focus-within .dropdown-content {
  display: block;
}
.site-nav .dropdown:hover::after,
.site-nav .dropdown:focus-within::after {
  display: block;
}
.site-nav .dropdown-content a {
  color: var(--color-text-inverse);
  line-height: 1.75;
  display: block;
  border-radius: 0;
  padding: 7.5px 15px;
  clip-path: inset(0);
}
.site-nav .dropdown-content a:hover {
  background-color: var(--color-blue-dark);
  color: var(--color-text-inverse);
}
@media screen and (max-width: 600px) {
  .site-nav {
    clip-path: inset(0);
  }
  .site-nav .dropdown {
    display: block;
  }
  .site-nav .dropdown-content {
    display: block;
    position: static;
    background-color: var(--color-blue);
    border: none;
    padding: 12px;
    min-width: 0;
    clip-path: inset(0);
    margin: 4px 0;
  }
  .site-nav .dropdown-content a {
    padding: 7.5px 15px;
    font-size: 0.9rem;
    color: var(--color-text-inverse);
    clip-path: inset(0);
  }
  .site-nav .dropdown-content a:hover {
    color: var(--color-text-inverse);
    background-color: var(--color-blue-dark);
  }
}

/**
 * Site footer
 */
.site-footer {
  background-color: var(--color-bg-surface);
  padding: 30px 0;
}

.footer-heading {
  font-size: 1.125rem;
  margin-bottom: 15px;
}

.feed-subscribe .svg-icon {
  padding: 5px 5px 2px 0;
}

.contact-list,
.social-media-list,
.pagination {
  list-style: none;
  margin-left: 0;
}

.footer-col-wrapper,
.social-links {
  font-size: 0.9375rem;
  color: var(--color-text-secondary);
}

.footer-col {
  margin-bottom: 0;
}

.footer-col-1,
.footer-col-2 {
  width: calc(50% - 30px / 2);
}

.footer-col-3 {
  width: calc(100% - 30px / 2);
}

@media screen and (min-width: 1280px) {
  .footer-col-1 {
    width: calc(35% - 30px / 2);
  }
  .footer-col-2 {
    width: calc(20% - 30px / 2);
  }
  .footer-col-3 {
    width: calc(45% - 30px / 2);
  }
}
@media screen and (min-width: 600px) {
  .footer-col-wrapper {
    display: flex;
  }
  .footer-col {
    width: calc(100% - 30px / 2);
    padding: 0 15px;
  }
  .footer-col:first-child {
    padding-right: 15px;
    padding-left: 0;
  }
  .footer-col:last-child {
    padding-right: 0;
    padding-left: 15px;
  }
}
.footer-legal {
  margin-top: 15px;
  padding-top: 15px;
  text-align: center;
  font-size: 0.8125rem;
  color: var(--color-text-secondary);
}
.footer-legal a {
  color: var(--color-text-secondary);
  text-decoration: none;
}
.footer-legal a:hover {
  color: var(--color-blue);
}
.footer-legal__sep {
  margin: 0 0.4em;
}

/**
 * Page content
 */
.page-content {
  padding: 30px 0;
  flex: 1 0 auto;
}

.page-heading {
  font-size: 2rem;
}

.post-list-heading {
  font-size: 1.75rem;
}

.post-list {
  margin-left: 0;
  list-style: none;
}
.post-list > li {
  margin-bottom: 30px;
}

.post-meta {
  font-size: 14px;
  color: var(--color-text-secondary);
}

.post-link {
  display: block;
  font-size: 1.5rem;
}

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px;
}

.post-title,
.post-content h1 {
  font-size: 2.625rem;
  line-height: 1.15;
}
@media screen and (min-width: 1280px) {
  .post-title,
  .post-content h1 {
    font-size: 2.625rem;
  }
}

.post-content {
  margin-bottom: 30px;
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  margin-top: 30px;
}
.post-content h2 {
  font-size: 1.75rem;
}
@media screen and (min-width: 1280px) {
  .post-content h2 {
    font-size: 2rem;
  }
}
.post-content h3 {
  font-size: 1.375rem;
}
@media screen and (min-width: 1280px) {
  .post-content h3 {
    font-size: 1.625rem;
  }
}
.post-content h4 {
  font-size: 1.25rem;
}
.post-content h5 {
  font-size: 1.125rem;
}
.post-content h6 {
  font-size: 1.0625rem;
}

.social-media-list, .pagination {
  display: table;
  margin: 0 auto;
}
.social-media-list li, .pagination li {
  float: left;
  margin: 5px 10px 5px 0;
}
.social-media-list li:last-of-type, .pagination li:last-of-type {
  margin-right: 0;
}
.social-media-list li a, .pagination li a {
  display: block;
  padding: 10px 12px;
  border: none;
}

/**
 * Pagination navbar
 */
.pagination {
  margin-bottom: 30px;
}
.pagination li a,
.pagination li div {
  min-width: 41px;
  text-align: center;
  box-sizing: border-box;
}
.pagination li div {
  display: block;
  padding: 7.5px;
  border: none;
}
.pagination li div.pager-edge {
  color: var(--color-border);
  border: none;
}

/**
 * Grid helpers
 */
@media screen and (min-width: 1280px) {
  .one-half {
    width: calc(50% - 30px / 2);
  }
}
html {
  overflow-y: scroll;
}

.logo-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-div {
  width: 100px;
}

.logo-a {
  display: flex;
}

.logo-svg {
  fill: var(--color-bg-page);
}

h1,
h2,
h3 {
  font-family: "Google Sans", sans-serif;
}

* {
  font-variant-ligatures: none;
  -webkit-font-smoothing: antialiased;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 12px 40px 12px 16px;
  height: var(--height-input);
  width: var(--width-input-number);
  font-size: 16px;
  font-family: "Google Sans", sans-serif;
  border: none;
  outline: none;
  border-radius: 0;
  clip-path: inset(0);
  background-color: var(--color-bg-surface);
  color: var(--color-text-primary);
  cursor: pointer;
  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' fill='none' stroke='%23757575' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 12px 8px;
}

select:focus {
  outline: none;
}

@media (prefers-color-scheme: dark) {
  select {
    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' fill='none' stroke='%238A8A8A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
}
:root {
  --color-bg-page: hsl(0, 0%, 96%);
  --color-bg-surface: hsl(0, 0%, 100%);
  --color-border: hsl(0, 0%, 88%);
  --color-border-focus: #1a73e8;
  --color-text-primary: hsl(0, 0%, 13%);
  --color-text-secondary: hsl(0, 0%, 46%);
  --color-text-inverse: hsl(0, 0%, 100%);
  --color-blue: #1a73e8;
  --color-blue-dark: #1557b0;
  --color-green: #1e8e3e;
  --color-green-dark: #166e32;
  --color-red: #d93025;
  --color-red-dark: #b31412;
  --color-red-light: #fce8e6;
  --color-neutral-1: hsl(0, 0%, 88%);
  --height-input: 48px;
  --height-input-small: 36px;
  --width-input-number: 144px;
  --font-size-label: 0.75rem;
  --font-size-body: 0.9rem;
  --font-family-ui: 'Google Sans', sans-serif;
  --font-family-code: 'Google Sans Code', Consolas, monospace;
}

@media (prefers-color-scheme: dark) {
  :root {
    --color-bg-page: hsl(0, 0%, 4%);
    --color-bg-surface: hsl(0, 0%, 0%);
    --color-border: hsl(0, 0%, 12%);
    --color-border-focus: #8ab4f8;
    --color-text-primary: hsl(0, 0%, 87%);
    --color-text-secondary: hsl(0, 0%, 54%);
    --color-text-inverse: hsl(0, 0%, 0%);
    --color-blue: #8ab4f8;
    --color-blue-dark: #aecbfa;
    --color-green: #34a853;
    --color-green-dark: #2d9147;
    --color-red: #f28b82;
    --color-red-dark: #f6aea9;
    --color-red-light: #3c1f1d;
    --color-neutral-1: hsl(0, 0%, 12%);
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

.page-content {
  font-family: var(--font-family-ui);
  background-color: var(--color-bg-page);
  color: var(--color-text-primary);
  padding: 48px 24px;
  line-height: 1.6;
}

.input-group {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.input-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.input-label {
  font-size: var(--font-size-label);
  font-weight: 700;
  color: var(--color-text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.text-input {
  padding: 12px 16px;
  height: var(--height-input);
  border: none;
  border-radius: 0;
  clip-path: inset(0);
  font-size: 1rem;
  width: auto;
  min-width: 100px;
  font-family: var(--font-family-code);
  background-color: var(--color-bg-surface);
  color: var(--color-text-primary);
  transition: filter 0.2s;
}

.text-input[type=number] {
  width: var(--width-input-number);
}

.text-input:focus {
  outline: none;
}

.btn {
  padding: 12px 24px;
  height: var(--height-input);
  border-radius: 0;
  clip-path: inset(0);
  font-family: var(--font-family-ui);
  font-size: var(--font-size-body);
  font-weight: 500;
  border: none;
  background-color: var(--color-bg-surface);
  color: var(--color-text-primary);
  cursor: pointer;
  transition: background-color 0.15s, filter 0.15s, color 0.15s;
  line-height: 1;
}

.btn:hover {
  background-color: var(--color-neutral-1);
}

.btn--primary {
  background-color: var(--color-blue);
  color: var(--color-text-inverse);
}

.btn--primary:hover {
  background-color: var(--color-blue-dark);
}

.btn--success {
  background-color: var(--color-green);
  color: var(--color-text-inverse);
}

.btn--success:hover {
  background-color: var(--color-green-dark);
}

.btn--danger {
  background-color: var(--color-red);
  color: var(--color-text-inverse);
}

.btn--danger:hover {
  background-color: var(--color-red-dark);
}

.btn--small {
  padding: 8px 16px;
  height: var(--height-input-small);
  font-size: 0.8rem;
}

.select-custom-input {
  display: none;
  margin-top: 6px;
  width: 100%;
}

.tool-form {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 32px;
  justify-content: center;
  width: 100%;
}

.result-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 40px;
  justify-content: center;
  width: 100%;
}

.result-card {
  padding: 20px 28px;
  background-color: var(--color-bg-surface);
  border-radius: 0;
  clip-path: inset(0);
  border: none;
  min-width: 180px;
}

.result-card__label {
  font-size: var(--font-size-label);
  font-weight: 700;
  color: var(--color-text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}

.result-card__value {
  font-family: var(--font-family-code);
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--color-text-primary);
}

.result-card--accent .result-card__value {
  color: var(--color-green);
}

.result-card--blue .result-card__value {
  color: var(--color-blue);
}

.result-card--red .result-card__value {
  color: var(--color-red);
}

.tool-chart {
  margin-bottom: 40px;
  width: 100%;
}

.tool-layout {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.tool-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.textarea-input {
  width: 100%;
  padding: 16px 20px;
  border: none;
  border-radius: 0;
  clip-path: inset(0);
  font-family: var(--font-family-code);
  font-size: var(--font-size-body);
  background-color: var(--color-bg-surface);
  color: var(--color-text-primary);
  resize: none;
  overflow: hidden;
  min-height: 200px;
  transition: filter 0.2s;
  line-height: 1.6;
}

.textarea-input:focus {
  outline: none;
}

.output-block-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}
.output-block-header > span {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.copy-feedback {
  font-size: var(--font-size-label);
  font-family: var(--font-family-ui);
  color: var(--color-blue);
  opacity: 0;
  transition: opacity 0.2s;
  margin-right: 8px;
}

.copy-feedback--visible {
  opacity: 1;
}

.output-panel {
  width: 100%;
  padding: 16px 20px;
  border: none;
  border-radius: 0;
  clip-path: inset(0);
  font-family: var(--font-family-code);
  font-size: var(--font-size-body);
  background-color: var(--color-bg-surface);
  color: var(--color-text-primary);
  min-height: 120px;
  white-space: pre-wrap;
  word-break: break-all;
  line-height: 1.6;
  overflow-x: auto;
}

.output-panel--empty {
  color: var(--color-text-secondary);
  font-family: var(--font-family-ui);
  font-style: italic;
  white-space: normal;
  word-break: normal;
}

.output-panel--error {
  color: var(--color-red);
  background-color: var(--color-red-light);
  font-family: var(--font-family-ui);
  white-space: normal;
  word-break: normal;
}

@media (max-width: 640px) {
  .page-content {
    padding: 24px 16px;
  }
  .result-cards {
    gap: 12px;
  }
  .result-card {
    min-width: 140px;
  }
  .tool-form {
    gap: 12px;
  }
}

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