@font-face { font-family: 'FuturaBT'; font-weight: 300; font-style: italic; src: url("/assets/fonts/384975_0_0.eot") format("embedded-opentype"), url("/assets/fonts/384975_0_0.woff2") format("woff2"), url("/assets/fonts/384975_0_0.woff") format("woff"), url("/assets/fonts/384975_0_0.ttf") format("truetype"); }

@font-face { font-family: 'FuturaBT'; font-weight: 300; font-style: normal; src: url("/assets/fonts/384975_1_0.eot") format("embedded-opentype"), url("/assets/fonts/384975_1_0.woff2") format("woff2"), url("/assets/fonts/384975_1_0.woff") format("woff"), url("/assets/fonts/384975_1_0.ttf") format("truetype"); }

@font-face { font-family: 'FuturaBT'; font-weight: 500; font-style: normal; src: url("/assets/fonts/384975_2_0.eot") format("embedded-opentype"), url("/assets/fonts/384975_2_0.woff2") format("woff2"), url("/assets/fonts/384975_2_0.woff") format("woff"), url("/assets/fonts/384975_2_0.ttf") format("truetype"); }

:root { --text-hue: 0; --text-color: hsl(var(--text-hue) 0% 34%); --grey: hsl(var(--text-hue) 0% 60%); --light-grey: hsl(var(--text-hue) 0% 90%); --accent-hue: 272; --accent: hsl(var(--accent-hue) 100% 55%); --light-accent: hsl(var(--accent-hue) 100% 90%); }

.theme--PopClip { --accent-hue: 195; --accent: hsl(var(--accent-hue) 100% 55%); --light-accent: hsl(var(--accent-hue) 100% 90%); }

.theme--Dropshelf { --accent-hue: 46; --accent: hsl(var(--accent-hue) 100% 55%); --light-accent: hsl(var(--accent-hue) 100% 90%); }

:root { --content-max-width: 720px; --page-margin-block: 66px; --page-margin-inline: 12px; --page-mobile-margin-block: 56px; }

html { font: 18px "FuturaBT", Helvetica, Arial, sans-serif; font-weight: 300; color: var(--text-color); background-color: #fff; }

@media screen and (max-width: 500px) { html { font-size: 17px; } }

body { margin: var(--page-margin-block) var(--page-margin-inline); }

div#main, div#head, div#foot { box-sizing: border-box; width: calc(100vw - var(--page-margin-inline) - var(--page-margin-inline)); max-width: var(--content-max-width); margin: 0 auto; text-align: left; }

div#head, div#foot { text-align: center; }

@media screen and (max-width: 500px) { body { margin: var(--page-mobile-margin-block) var(--page-margin-inline); } }

h1 { font-size: 1.525em; font-weight: 500; }

h2 { font-size: 1.25em; font-weight: 500; }

h3 { font-size: 1em; font-weight: 500; }

b, strong { font-weight: 500; }

a { text-decoration: underline; color: black; }

a[href^="http://"]:not([href^="http://pilotmoon.com"]):not([href^="https://pilotmoon.com"]):not([href^="http://www.pilotmoon.com"]):not([href^="https://www.pilotmoon.com"]):not(:has(img))::after, a[href^="https://"]:not([href^="http://pilotmoon.com"]):not([href^="https://pilotmoon.com"]):not([href^="http://www.pilotmoon.com"]):not([href^="https://www.pilotmoon.com"]):not(:has(img))::after { content: ""; display: inline-block; width: 0.72em; height: 0.72em; margin-left: 0.18em; vertical-align: 0.02em; background-color: currentColor; -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3Cpath d='M15 3h6v6'/%3E%3Cpath d='M10 14 21 3'/%3E%3C/svg%3E") center/contain no-repeat; mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3Cpath d='M15 3h6v6'/%3E%3Cpath d='M10 14 21 3'/%3E%3C/svg%3E") center/contain no-repeat; text-decoration: none; }

blockquote { border-left: 10px solid #ccc; padding-left: 1em; margin-left: 0; }

ul { padding-left: 1em; }

.note, .note-pop { font-size: 0.9em; padding: 0.75em; border-radius: 5px; color: var(--text-color); background: var(--light-grey); }

.note-pop { background: var(--light-accent); }

.diminish { font-size: 0.9em; }

.pop, .note-pop { color: var(--accent); }

img#logo { width: 2em; height: 2em; opacity: 0.6; margin-bottom: -0.65em; margin-right: 0.25em; }

:root { --content-max-width: 980px; }

body.theme--dwellclick { --accent-hue: 292; --accent: #af69bb; --light-accent: #f4e7f6; }

body.theme--scroll-reverser { --accent-hue: 195; --accent: #0c96c2; --light-accent: #e2f6fb; }

a, a:hover, a:visited { color: var(--accent); }

.guide-header, .guide-shell { box-sizing: border-box; width: calc(100vw - var(--page-margin-inline) - var(--page-margin-inline)); max-width: var(--content-max-width); margin-inline: auto; }

.guide-header { margin-bottom: 2rem; }

.guide-path { margin-bottom: 1rem; color: var(--grey); font-size: 0.9rem; }

.guide-path a { color: var(--accent); }

.guide-title { display: grid; grid-template-columns: 1fr auto; gap: 0.9rem; align-items: center; padding-bottom: 1.1rem; border-bottom: 1px solid var(--light-grey); }

.guide-title h1 { display: flex; gap: 0.55rem; align-items: center; margin: 0; color: var(--text-color); font-size: 1.9rem; }

.guide-title h1 img { display: block; width: 44px; height: 44px; flex: 0 0 auto; }

.guide-shell { display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 3rem; }

.guide-sidebar { font-size: 0.9rem; }

.guide-sidebar ul { position: sticky; top: 1rem; margin: 0; padding: 0; list-style: none; }

.guide-sidebar li { margin: 0; }

.guide-sidebar a, .guide-sidebar span { display: block; padding: 0.28rem 0; text-decoration: none; }

.guide-sidebar a { color: var(--text-color); }

.guide-sidebar span { color: var(--accent); font-weight: 500; }

.guide-content { max-width: 700px; }

.guide-content > :first-child { margin-top: 0; }

.guide-content h2 { margin: 0 0 1rem; font-size: 1.55rem; }

.guide-content h3 { margin: 1.8rem 0 0.4rem; }

.guide-content p, .guide-content ul, .guide-content ol { margin-top: 0.7rem; margin-bottom: 0; }

.guide-content li { margin: 0.25rem 0; }

.guide-content img { max-width: 100%; height: auto; }

.guide-content img.screenshot { margin-top: -0.3rem; margin-bottom: -1.2rem; }

.tips { margin-right: 2rem; margin-left: 1rem; color: hsl(var(--text-hue), 0%, 42%); font-size: 0.86rem; }

.guide-page-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 3rem; padding-top: 1rem; border-top: 1px solid var(--light-grey); }

.guide-page-nav a { text-decoration: none; }

.guide-page-nav span { display: block; color: var(--grey); font-size: 0.75rem; }

.guide-page-nav-next { text-align: right; }

td { padding: 0.3rem; border: 1px solid var(--grey); }

@media screen and (max-width: 760px) { .guide-title { grid-template-columns: 1fr; gap: 0.6rem; } .guide-shell { grid-template-columns: 1fr; gap: 1.5rem; } .guide-sidebar ul { position: static; display: flex; flex-wrap: wrap; gap: 0.35rem 0.8rem; padding-bottom: 1rem; border-bottom: 1px solid var(--light-grey); } .guide-sidebar a, .guide-sidebar span { padding: 0; } .tips { margin-right: 0; margin-left: 0; } .guide-page-nav { grid-template-columns: 1fr; } .guide-page-nav-next { text-align: left; } }

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