:root {
    --scrollbar-width: 0px
}

*, ::after, ::before {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
    text-rendering: optimizeLegibility;
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    font-size: 16px;
    margin-inline: 0;
    padding-inline: 0;
    box-sizing: border-box
}

:where(:host) {
    box-sizing: border-box
}

html {
    padding-top: env(safe-area-inset-top);
    padding-bottom: env(safe-area-inset-bottom);
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
    scroll-behavior: smooth;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: 100%
}

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

button, input, select, textarea {
    font: inherit;
    font-size: 16px
}

:focus:not(:focus-visible) {
    outline: 0
}

:focus-visible {
    outline: #01A2D8 solid 2px;
    outline-offset: 2px
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, img, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    outline: 0;
    border: 1px solid #000;
    cursor: pointer
}

input, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    outline: 0;
    display: block;
    border: 1px solid #000
}

input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"]::-webkit-textfield-decoration-container {
    display: none;
}

input[type=checkbox], input[type=radio] {
    cursor: pointer
}

input[type=radio] {
    border-radius: 100%
}

input[type=checkbox]:checked, input[type=radio]:checked {
    background-color: #000
}

input:-webkit-autofill {
    box-shadow: 0 0 0 1000px #fff inset !important;
    -webkit-text-fill-color: inherit !important;
    transition: background-color 5000s ease-in-out
}

::selection {
    background-color: rgba(0, 0, 0, .5)
}

b, strong {
    font-weight: 500
}

fieldset {
    margin: 0;
    padding: 0;
    border: none
}

legend {
    padding: 0
}

em, i {
    font-style: italic
}

a:active, button:active, input[type=file]:active, input[type=submit]:active, option, select {
    opacity: .5
}

:disabled {
    opacity: .75;
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none
}

svg {
    white-space: nowrap
}

button, input, select, textarea {
    background: 0 0;
    color: inherit;
    border-radius: 0;
    padding: 0;
    margin: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

h1, h2, h3, h4, h5, h6 {
    font-weight: inherit;
    font-size: inherit
}