/*html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary, time, mark, audio, video {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}*/
/*ul,menu,ol {list-style:none;}*/
/*article,aside,details,figcaption,figure,footer,header,menu,nav,section {display:block;}*/
/*blockquote, q {quotes: none;}*/
/*a, button, input {outline: none;}*/
/*blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}*/
/*input, select, td, td img {vertical-align:middle;}*/
/*img, input, select, textarea {padding: 0;margin:0;}*/
/*table {border-collapse:collapse;border-spacing:0;}*/
/*figure {margin: 0;}*/
/*img {vertical-align: middle;}*/
/*html body *:focus, html body *:active {outline:0 none!important;}*/
/*html,body {height: 100%;}*/
/*table{color: inherit;}*/
/*body input[type="radio"], body input[type="checkbox"]{margin-top: 0;}*/
/*input, button, select, textarea {font-family: inherit;  font-size: inherit;  line-height: inherit;}*/

:where(:not(html,iframe,canvas,img,svg,video,audio):not(svg *,symbol *)) {
    all: unset;
    display: revert
}

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

a, button {
    cursor: revert
}

menu, ol, ul {
    list-style: none
}

img {
    max-inline-size: 100%;
    max-block-size: 100%
}

table {
    border-collapse: collapse
}

input, textarea {
    -webkit-user-select: auto
}

textarea {
    white-space: revert
}

meter {
    -webkit-appearance: revert;
    appearance: revert
}

:where(pre) {
    all: revert
}

::placeholder {
    color: unset
}

::marker {
    content: initial
}

:where([hidden]) {
    display: none
}

:where([contenteditable]:not([contenteditable=false])) {
    -moz-user-modify: read-write;
    -webkit-user-modify: read-write;
    overflow-wrap: break-word;
    -webkit-line-break: after-white-space;
    -webkit-user-select: auto
}

:where([draggable=true]) {
    -webkit-user-drag: element
}

:where(dialog:modal) {
    all: revert
}