/* CSS normaliser ⌚︎ 2026 » 05 › 02 */
/* unsets &‖ resets select style values for uniform rendering across browsers */
/* Derived from normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document */
/* ===== */
/** 
 * 1.1. Set root font size (= rem)
 * 1.2. Correct line height in all browsers.
 * 1.3. Prevent adjustment of font size after orientation change in iOS.
 */

:root, html { 
  width: 100wv;
  margin: 0;
  padding: 0;
/* 1.1 */  font-size: 16px; 
/* 1.2 */  line-height: 1; 
/* 1.3 */  -webkit-text-size-adjust: 100%; 
}

/* Sections */
/* ===== */

/**
 * Base font size in all browsers | 1 rem = 16 px
 */

* {  
  line-height: 1; 
  background-color: Canvas;
  color: CanvasText; 
  margin: 0;
  padding: 0; 
  }


main {
  display: block;
}


h1 {
  font-size: 2rem;
  margin-block: 0.5rem;
}

/* Grouping content */ 
/* ===== */

/**
 * 1. Add correct box sizing in Firefox.
 * 2. Show overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}


/* Text-level semantics*/ 
/* ===== */

/* Remove gray background on ‹a:active› */

a {
  
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; 
  text-decoration: underline; 
  text-decoration: underline dotted; 
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}


pre,
code,
kbd,
samp,
xmp,
plaintext {
  font-family: ui-monospace, monospace, monospace;
  font-size: 1rem;
}

pre, 
xmp { 
  display: block;
  white-space: pre;
} 

code, 
kbd,
samp { 
  display: inline;
  white-space: nowrap;
}


big { 
  font-size: 1.2rem;
}

small {
  font-size: 0.8rem;
}


/* Colours */ 



/* Links */
a {
  background-color: transparent;
  text-decoration: underline; 
  cursor: pointer; 
}


a:active {
  color: ActiveText; 
}


/* Paragraph */
p { 
  display: block;
  margin-block: 0;
}


/* Inline quotes */
q::before { 
  content: open-quote;
}

q::after { 
  content: close-quote;
}



/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}


/* _____ */
/* Ruby */

ruby {
  display: ruby; 
  ruby-align: center;   
  white-space: normal;
}

rb {
  display: ruby-base;
}

rt {
  display: ruby-text;
}

rtc {
  display: ruby-text-container;
}

rb,
rt,
rtc { 
  line-height: 1;
  text-indent: 0;
  white-space: nowrap; 
}

rt,
rtc { 
  font-variant-east-asian: ruby;
  text-emphasis: none; 
  text-align: center;
  ruby-align: center; 
  font-size: smaller; 
  -moz-min-font-size-ratio: 80%;  
}

rtc > rt {
  font-size: unset;
}

ruby,
rb,
rt,
rtc { 
  margin: 0;
  padding: 0;
  unicode-bidi: isolate;
} 

rp { 
  display: none;
  unicode-bidi: isolate; 
}

bdo { 
  unicode-bidi: isolate-override; 
}


--mark: Mark;
--marktext: MarkText;

mark { 
  background-color: var(--mark);
  color: var(--marktext);
}


/* Embedded content*/ 
/* ===== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms*/ 
/* ===== */

input {
letter-spacing: initial;
word-spacing: initial;
line-height: initial;
text-transform: initial;
text-indent: initial;
text-shadow: initial;
text-align: initial;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.5; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { 
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { 
  text-transform: none;
}




/* Remove inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Restore focus styles unset by previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/* Correct padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/* Remove default textbox scrollbar */

textarea {
  overflow: auto;
}



/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* ⠐⠒⠒⠒⠒⠒⠒ */
/* Safari, Chrome: Correct search field look */

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}


/* ⠐⠒⠒⠒⠒⠒⠒ */
/* (macOS) Safari, Chrome: Remove inner padding */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* ⠐⠒⠒⠒⠒⠒⠒ */
/* Safari: Style clickable elements */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

::-webkit-file-upload-button { 
  -webkit-appearance: button; 
  font: inherit;
}


/* ⠐⠒⠒⠒⠒⠒⠒ */
/* Interactive*/ 

details {
  display: block;
}

summary {
  display: list-item;
  counter-increment: list-item 0;
  list-style: disclosure-closed inside;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
}


/* ⠐⠒⠒⠒⠒⠒⠒ */
/* Misc */ 

template {
  display: none;
}

[hidden] {
  display: none;
}