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 {
    margin: 0;
    padding: 0;
    text-decoration: none
}

:root {
    --brd: rgba(255, 255, 255, 0.2);
    --accent: #1bd3a5;
    --pink: #ff00bc;
    --green: #48ff80;
    --amber: #ffc24a;
    -ms-touch-action: none;
    touch-action: none;
    color-scheme: light
}

ol, ul {
    list-style: none
}

* {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased !important;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent !important;
    -webkit-touch-callout: none
}

html {
    height: 100%;
    overscroll-behavior: none;
    touch-action: none;
    color-scheme: light
}

body, html, .mi {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

body {
    display: flex;
    flex-flow: column;
    overscroll-behavior: none;
    touch-action: none;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    background-color: #151020;
    width: 100vw;
    height: 100%;
    position: relative;
    z-index: 1
}

.mi {
    font-family: 'Material Icons', 'Material Icons Outlined', sans-serif !important;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-feature-settings: 'liga';
    vertical-align: middle
}

[hidden] {
    display: none !important
}

/* ---------------------------------------------------------------- */
/* Header                                                            */
/* ---------------------------------------------------------------- */
#header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    border-bottom: solid 1px var(--brd);
    padding: 10px;
    justify-content: center
}

#header h1 {
    display: flex;
    align-items: center;
    margin: 0;
    font-size: 1.3em
}

#header p {
    font-size: smaller
}

#header h1 img {
    height: 30px;
    margin-right: 20px
}

#main {
    display: flex;
    height: 100%;
    width: 100%;
    overflow: hidden;
    flex: 1
}

/* ---------------------------------------------------------------- */
/* Toolbar                                                           */
/* ---------------------------------------------------------------- */
#toolbar {
    flex: 0 0 330px;
    border-right: solid 1px var(--brd);
    overflow: auto;
    padding: 20px 20px 60px;
    position: relative
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background: 0 0
}

::-webkit-scrollbar-thumb {
    background: var(--accent);
    border-radius: 100px
}

#toolbar > p {
    margin-bottom: 20px;
    line-height: 1.9;
    font-size: .8em;
    font-weight: 400;
    color: rgba(255, 255, 255, .5);
    font-style: italic
}

#toolbar h2 {
    margin-top: 34px;
    font-size: 1em;
    font-weight: 600;
    padding-bottom: 8px;
    color: var(--pink)
}

#toolbar .tool-hint {
    font-size: .76em;
    font-weight: 400;
    font-style: italic;
    line-height: 1.7;
    color: rgba(255, 255, 255, .5);
    margin-bottom: 12px
}

#toolbar .tool-hint em {
    color: var(--accent);
    font-style: normal;
    font-weight: 700
}

#toolbar .btn {
    display: flex;
    align-items: center;
    padding: 15px;
    background: #fff;
    border-radius: 14px;
    color: #000;
    font-weight: 700;
    font-size: 1.05em;
    cursor: pointer;
    margin-bottom: 12px;
    transition: all 200ms ease
}

#toolbar .btn:hover {
    opacity: .9
}

#toolbar .btn i {
    transform: scale(1.4);
    margin-left: .1em;
    margin-right: 1.4em;
    color: var(--accent)
}

#toolbar .btn.add-img i {
    color: #53d800
}

#toolbar .btn.add-indexruler i {
    color: var(--pink)
}

#toolbar .btn.add-rulevertical i {
    transform: rotate(90deg) scale(1.2)
}

#toolbar .btn.add-clear i {
    color: var(--pink)
}

.btn-row {
    display: flex;
    gap: 10px;
    margin-bottom: 12px
}

.btn-row .btn {
    margin-bottom: 0
}

#toolbar .btn.btn-sm {
    flex: 1;
    padding: 11px;
    font-size: .9em;
    justify-content: flex-start;
    margin-bottom: 0
}

#toolbar .btn.btn-sm i {
    margin-right: .7em;
    margin-left: 0;
    transform: scale(1.1)
}

#toolbar .btn.active {
    background: var(--accent);
    color: #000
}

#toolbar .btn.active i {
    color: #000 !important
}

/* Layer picker */
.layer-pick {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px
}

.layer-pick label {
    font-size: .8em;
    font-weight: 600;
    color: rgba(255, 255, 255, .7);
    flex: 0 0 auto
}

.layer-pick select {
    flex: 1;
    min-width: 0;
    padding: 9px 10px;
    background: rgba(255, 255, 255, .06);
    border: solid 1px var(--brd);
    border-radius: 8px;
    color: #fff;
    font-size: .82em;
    font-weight: 600;
    cursor: pointer
}

.layer-pick select:focus {
    outline: none;
    border-color: var(--accent)
}

.layer-native {
    font-size: .72em;
    font-weight: 600;
    color: var(--accent);
    margin-bottom: 12px;
    min-height: 1em
}

/* Numeric controls */
.num-ctl {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px
}

.num-ctl label {
    flex: 0 0 52px;
    font-size: .78em;
    font-weight: 600;
    color: rgba(255, 255, 255, .7)
}

.num-ctl input[type="number"] {
    flex: 1;
    min-width: 0;
    padding: 8px 4px;
    background: rgba(255, 255, 255, .06);
    border: solid 1px var(--brd);
    border-radius: 8px;
    color: #fff;
    font-size: .85em;
    font-weight: 700;
    text-align: center;
    -moz-appearance: textfield
}

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

.num-ctl input[type="number"]:focus {
    outline: none;
    border-color: var(--accent)
}

.num-ctl .unit {
    flex: 0 0 auto;
    font-size: .72em;
    font-weight: 600;
    color: rgba(255, 255, 255, .5)
}

.num-ctl .step {
    flex: 0 0 30px;
    height: 30px;
    background: rgba(255, 255, 255, .1);
    border: solid 1px var(--brd);
    border-radius: 8px;
    color: #fff;
    font-size: 1em;
    font-weight: 700;
    line-height: 1;
    cursor: pointer
}

.num-ctl .step:hover {
    background: var(--accent);
    border-color: var(--accent);
    color: #000
}

/* Sliders */
.control-slider {
    margin-bottom: 14px
}

.control-slider label {
    display: block;
    font-size: .78em;
    font-weight: 600;
    color: rgba(255, 255, 255, .7);
    margin-bottom: 8px
}

.control-slider label span {
    color: var(--accent);
    font-weight: 800
}

.control-slider input[type="range"] {
    width: 100%;
    accent-color: var(--accent);
    cursor: pointer
}

/* Calibration */
.calib {
    border: solid 1px var(--brd);
    border-radius: 12px;
    padding: 14px
}

.calib-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 8px
}

.calib-head strong {
    font-size: .85em;
    font-weight: 700
}

.calib-dia {
    display: flex;
    align-items: center;
    gap: 4px;
    flex: 0 0 auto
}

.calib-dia input {
    width: 52px;
    padding: 6px;
    background: rgba(255, 255, 255, .06);
    border: solid 1px var(--brd);
    border-radius: 6px;
    color: #fff;
    font-size: .8em;
    font-weight: 700;
    text-align: center;
    -moz-appearance: textfield
}

.calib-dia input::-webkit-outer-spin-button,
.calib-dia input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.calib-dia input:focus {
    outline: none;
    border-color: var(--accent)
}

.calib-dia span {
    font-size: .72em;
    font-weight: 600;
    color: rgba(255, 255, 255, .5)
}

.calib-status {
    font-size: .75em;
    font-weight: 400;
    line-height: 1.6;
    margin-top: 8px;
    color: rgba(255, 255, 255, .6)
}

.calib-status.ok {
    color: var(--green)
}

.calib-status.warn {
    color: var(--amber)
}

/* ---------------------------------------------------------------- */
/* Panel and layers                                                  */
/* ---------------------------------------------------------------- */
#panel {
    flex: 1;
    position: relative;
    overflow: hidden
}

#img-sel {
    height: 100%;
    width: 100%;
    position: relative;
    padding: 20px
}

#panel label {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    cursor: pointer;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 2
}

#panel label:hover {
    opacity: .9
}

#panel label input {
    opacity: 0;
    z-index: -999;
    position: absolute
}

#panel label i {
    font-size: 5em;
    color: var(--green);
    margin-bottom: 20px
}

#panel label strong {
    font-weight: 400
}

#img {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 20px;
    background-color: #151020;
    overflow: hidden;
    display: none
}

#panel.has-img #img {
    display: block
}

/* The QC layer is sized by its own content: the photo keeps its real pixel
   dimensions and is only ever moved, zoomed or rotated by the user. */
#img #img-el {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    transform-origin: 50% 50%;
    cursor: move;
    will-change: transform
}

#img #img-el > div {
    display: block;
    line-height: 0
}

#img #img-el img {
    display: block;
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
    -webkit-user-drag: none;
    user-select: none;
    image-rendering: -webkit-optimize-contrast
}

#img-rules {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none
}

#panel .rule {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    transform-origin: 50% 50%;
    pointer-events: all;
    cursor: move;
    will-change: transform
}

#panel .rule * {
    pointer-events: all
}

#panel .rule.is-selected,
#img #img-el.is-selected {
    outline: 1px dashed rgba(27, 211, 165, .8);
    outline-offset: 2px
}

#main.saving .rule.is-selected,
#main.saving #img-el.is-selected {
    outline: none !important
}

/* Index ruler: twelve spokes on a circle */
#panel .rule.t0 {
    height: 400px;
    width: 400px
}

#panel .rule.t0 > span {
    width: 1px;
    display: block;
    height: 100%;
    background-color: var(--pink);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

#panel .rule.t0:before {
    content: '';
    display: block;
    position: absolute;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    cursor: move;
    z-index: 99;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: solid 1px var(--pink)
}

#panel .rule.t0 > span:nth-child(2) { transform: rotate(30deg) }
#panel .rule.t0 > span:nth-child(3) { transform: rotate(60deg) }
#panel .rule.t0 > span:nth-child(4) { transform: rotate(90deg) }
#panel .rule.t0 > span:nth-child(5) { transform: rotate(120deg) }
#panel .rule.t0 > span:nth-child(6) { transform: rotate(150deg) }

/* Guide lines */
#panel .rule.t1 {
    height: 1px;
    width: 300vw;
    background-color: var(--accent)
}

#panel .rule.t1:before {
    content: '';
    display: block;
    height: 24px;
    top: -12px;
    left: 0;
    width: 100%;
    cursor: move;
    position: absolute
}

#panel .rule.t2 {
    width: 1px;
    height: 300vh;
    background-color: var(--accent)
}

#panel .rule.t2:before {
    content: '';
    display: block;
    width: 24px;
    left: -12px;
    top: 0;
    height: 100%;
    cursor: move;
    position: absolute
}

/* Reference overlays keep their native pixel size too */
#panel .rule.t3 {
    width: auto;
    height: auto
}

#panel .rule.t3 img {
    display: block;
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
    -webkit-user-drag: none;
    user-select: none
}

#panel .rule.hide-for-save {
    display: none !important
}

/* ---------------------------------------------------------------- */
/* Grid                                                              */
/* ---------------------------------------------------------------- */
#grid-canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6;
    pointer-events: none;
    display: none
}

#panel.grid-on #grid-canvas {
    display: block
}

/* ---------------------------------------------------------------- */
/* Measurement overlay                                               */
/* ---------------------------------------------------------------- */
#measure-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    display: none;
    pointer-events: none
}

#panel.measuring #measure-layer {
    display: block;
    pointer-events: all;
    cursor: crosshair;
    background: rgba(21, 16, 32, .25)
}

#main.saving #measure-layer {
    display: none !important
}

#measure-svg {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible
}

#measure-line {
    stroke: var(--amber);
    stroke-width: 2;
    stroke-dasharray: 7 5
}

#measure-p1, #measure-p2 {
    fill: var(--amber);
    stroke: #151020;
    stroke-width: 1.5
}

#measure-hint {
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(21, 16, 32, .92);
    border: solid 1px rgba(255, 194, 74, .6);
    color: var(--amber);
    font-size: .82em;
    font-weight: 700;
    padding: 9px 14px;
    border-radius: 20px;
    white-space: nowrap;
    pointer-events: none
}

/* ---------------------------------------------------------------- */
/* Reference picker panel                                            */
/* ---------------------------------------------------------------- */
#toolbar-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    height: 55px;
    width: 60px;
    background-color: var(--accent);
    color: #000;
    font-size: 2em;
    position: fixed;
    top: 120px;
    padding-right: 4px;
    left: 0;
    border-radius: 0 100px 100px 0;
    overflow: hidden;
    z-index: 100;
    transition: all 200ms ease
}

#toolbar-toggle i.close {
    display: none
}

#model-ruler-select {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateX(-40px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #151020;
    overflow: auto;
    padding: 20px;
    transition: all 240ms ease
}

#toolbar.model-select #model-ruler-select {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    transform: none
}

#toolbar.model-select {
    overflow: hidden
}

#model-ruler-select .close {
    display: flex;
    align-items: center;
    opacity: .6;
    cursor: pointer;
    padding: 10px 0
}

#model-ruler-select .close i {
    font-size: 1.5em;
    margin-right: 8px
}

#model-ruler-select .close:hover {
    opacity: 1
}

#model-ruler-select .ref-help {
    font-size: .78em;
    font-weight: 400;
    line-height: 1.7;
    color: rgba(255, 255, 255, .55);
    font-style: italic;
    margin-bottom: 12px
}

#model-ruler-select .ref-steps {
    list-style: decimal;
    padding-left: 18px;
    margin-bottom: 16px
}

#model-ruler-select .ref-steps li {
    font-size: .78em;
    font-weight: 400;
    line-height: 1.7;
    color: rgba(255, 255, 255, .7);
    margin-bottom: 5px
}

#model-ruler-select .ref-steps em {
    color: var(--accent);
    font-style: normal;
    font-weight: 600
}

#model-ruler-select .ref-file-btn {
    display: flex;
    align-items: center;
    background: var(--green);
    color: #000;
    border-radius: 10px;
    padding: 12px 14px;
    font-weight: 700;
    font-size: .95em;
    cursor: pointer;
    position: relative
}

#model-ruler-select .ref-file-btn:hover {
    opacity: .9
}

#model-ruler-select .ref-file-btn input[type="file"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    z-index: -1
}

#model-ruler-select .ref-file-btn i {
    margin-right: 10px;
    transform: scale(1.2)
}

#model-ruler-select .ref-badge-best {
    margin-left: auto;
    font-size: .62em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .4px;
    background: rgba(0, 0, 0, .28);
    border-radius: 20px;
    padding: 4px 8px;
    white-space: nowrap
}

#model-ruler-select .ref-url-row {
    display: flex;
    gap: 8px;
    margin-top: 10px
}

#model-ruler-select .ref-url-row input[type="url"] {
    flex: 1;
    min-width: 0;
    padding: 10px;
    background: rgba(255, 255, 255, .06);
    border: solid 1px var(--brd);
    border-radius: 8px;
    color: #fff;
    font-size: .8em;
    font-weight: 400
}

#model-ruler-select .ref-url-row input[type="url"]:focus {
    outline: none;
    border-color: var(--accent)
}

#model-ruler-select .ref-url-row button {
    flex: 0 0 auto;
    padding: 10px 16px;
    background: var(--accent);
    color: #000;
    border: 0;
    border-radius: 8px;
    font-weight: 700;
    font-size: .85em;
    cursor: pointer
}

#model-ruler-select .ref-note {
    font-size: .75em;
    font-weight: 400;
    line-height: 1.6;
    margin-top: 10px;
    color: rgba(255, 255, 255, .6)
}

#model-ruler-select .ref-note.ok {
    color: var(--green)
}

#model-ruler-select .ref-note.warn {
    color: var(--amber)
}

#model-ruler-select .brand {
    margin-top: 20px
}

#model-ruler-select h3 {
    font-weight: 700;
    font-size: 1.5em
}

#model-ruler-select .name {
    font-size: .8em;
    font-weight: 600
}

#model-ruler-select .ref-meta {
    font-size: .68em;
    font-weight: 500;
    color: rgba(255, 255, 255, .45);
    margin-top: 4px;
    line-height: 1.4;
    word-break: break-word
}

#model-ruler-select .model-empty {
    font-size: .8em;
    font-weight: 400;
    font-style: italic;
    color: rgba(255, 255, 255, .5);
    margin-top: 20px
}

#model-ruler-select .options {
    display: flex;
    flex-wrap: wrap;
    font-size: 0;
    margin-top: 16px
}

#model-ruler-select .options > div {
    flex: 0 0 calc(50% - 4px);
    border: solid 1px var(--brd);
    border-radius: 8px;
    padding: 14px;
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
    margin-right: 8px;
    font-size: 1rem;
    position: relative;
    overflow: hidden;
    transition: background-color 200ms ease
}

#model-ruler-select .options > div:nth-child(2n) {
    margin-right: 0
}

#model-ruler-select .options > div:hover {
    background-color: rgba(255, 255, 255, .1)
}

#model-ruler-select .options > div img {
    width: 100%;
    object-fit: contain;
    margin-top: 12px;
    height: 120px;
    display: block
}

#model-ruler-select .options > div > .pick {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 3;
    cursor: default;
    padding: 10px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center
}

#model-ruler-select .options > div > .pick > div {
    background-color: var(--green);
    padding: 10px 4px;
    border-radius: 6px;
    color: #000;
    font-weight: 700;
    cursor: pointer;
    width: 100%;
    margin: 4px 0
}

#model-ruler-select .options > div > .pick > div i {
    transform: scale(1.3);
    margin-right: 7px
}

#model-ruler-select .options > div > .pick > div.superpose {
    background-color: var(--pink);
    color: #fff
}

/* ---------------------------------------------------------------- */
/* Narrow screens                                                    */
/* ---------------------------------------------------------------- */
@media (max-width: 800px) {
    #toolbar {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        max-width: 85%;
        z-index: 99;
        background-color: #000;
        visibility: hidden;
        opacity: 0;
        transition: all 240ms ease;
        pointer-events: none;
        transform: scaleX(.4);
        transform-origin: left center
    }

    #main.tbar #toolbar {
        visibility: visible;
        opacity: 1;
        pointer-events: all;
        transform: scale(1)
    }

    #toolbar-toggle {
        display: flex
    }

    #main.tbar #toolbar-toggle {
        left: calc(100% - 60px);
        border-radius: 100px 0 0 100px;
        background: var(--pink);
        color: #fff
    }

    #main.tbar #toolbar-toggle i.close {
        display: block
    }

    #main.tbar #toolbar-toggle i:not(.close) {
        display: none
    }
}

/* ---------------------------------------------------------------- */
/* Guide button, intro text and the in-app guide overlay             */
/* ---------------------------------------------------------------- */
#toolbar .btn.btn-help {
    background: var(--pink);
    color: #fff;
    font-size: .95em;
    padding: 13px 15px
}

#toolbar .btn.btn-help i {
    color: #fff;
    margin-right: 1em
}

#toolbar .intro {
    margin-top: 16px;
    margin-bottom: 4px;
    line-height: 1.9;
    font-size: .78em;
    font-weight: 400;
    color: rgba(255, 255, 255, .5);
    font-style: italic
}

#help-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
    background: rgba(8, 6, 14, .72);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px
}

#main.saving #help-overlay {
    display: none !important
}

#help-panel {
    background: #1b1528;
    border: solid 1px var(--brd);
    border-radius: 16px;
    width: 100%;
    max-width: 760px;
    max-height: 100%;
    display: flex;
    flex-flow: column;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(0, 0, 0, .5)
}

#help-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 24px;
    border-bottom: solid 1px var(--brd);
    flex: 0 0 auto
}

#help-head h2 {
    margin: 0;
    padding: 0;
    font-size: 1.15em;
    font-weight: 800;
    color: var(--accent)
}

#help-close {
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, .1);
    border: solid 1px var(--brd);
    border-radius: 8px;
    color: #fff;
    font-size: .8em;
    font-weight: 700;
    padding: 8px 12px;
    cursor: pointer;
    flex: 0 0 auto
}

#help-close:hover {
    background: var(--pink);
    border-color: var(--pink)
}

#help-body {
    padding: 22px 24px 28px;
    overflow: auto;
    flex: 1 1 auto
}

#help-body .help-lead {
    font-size: .9em;
    font-weight: 500;
    line-height: 1.75;
    color: rgba(255, 255, 255, .85);
    margin-bottom: 8px
}

#help-body h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: .98em;
    font-weight: 800;
    color: #fff;
    margin-top: 26px;
    margin-bottom: 8px
}

#help-body .help-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--accent);
    color: #000;
    font-size: .8em;
    font-weight: 800;
    flex: 0 0 auto
}

#help-body p {
    font-size: .84em;
    font-weight: 400;
    line-height: 1.8;
    color: rgba(255, 255, 255, .75);
    margin-bottom: 8px
}

#help-body ul, #help-body ol {
    margin: 6px 0 10px;
    padding-left: 22px
}

#help-body ul li, #help-body ol li {
    font-size: .84em;
    font-weight: 400;
    line-height: 1.8;
    color: rgba(255, 255, 255, .75);
    margin-bottom: 6px
}

#help-body ul li {
    list-style: disc
}

#help-body ol li {
    list-style: decimal
}

#help-body strong {
    color: #fff;
    font-weight: 700
}

#help-body em {
    color: var(--accent);
    font-style: normal;
    font-weight: 600
}

#help-body .help-tip {
    border-left: 3px solid var(--amber);
    background: rgba(255, 194, 74, .08);
    padding: 10px 14px;
    border-radius: 0 8px 8px 0;
    color: rgba(255, 255, 255, .8);
    margin: 10px 0 4px
}

#header p a {
    color: var(--accent);
    font-weight: 600
}

#header p a:hover {
    text-decoration: underline
}
