:root {
    --guide-bg: #0f1217;
    --guide-surface: #151a22;
    --guide-raised: #1a202a;
    --guide-border: rgba(148, 163, 184, 0.16);
    --guide-text: #f4f7fb;
    --guide-muted: #a9b4c4;
    --guide-accent: #5ea8ff;
    --guide-accent-strong: #2f8fff;
    --guide-accent-soft: rgba(47, 143, 255, 0.12);
    --guide-width: 980px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.tutorial-body {
    margin: 0;
    background:
        radial-gradient(circle at 16% -10%, rgba(47, 143, 255, 0.13), transparent 34rem),
        var(--guide-bg);
    color: var(--guide-text);
    font: 16px/1.65 "Roboto", Arial, sans-serif;
}

.tutorial-page > .home-nav {
    position: sticky;
    top: 0;
    z-index: 1000;
}

.tutorial-page .home-nav::after {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--guide-accent-strong), #78bcff);
    content: "";
    transform: scaleX(var(--tutorial-scroll-progress, 0));
    transform-origin: left;
}

.analyzer-page .tutorial-page-content {
    width: 100%;
    margin: 0;
    overflow: visible;
}

/* The old templates include site chrome inside their article markup. */
.tutorial-page-content #wrapper > header,
.tutorial-page-content > footer,
.tutorial-page-content > .scrollup {
    display: none !important;
}

.tutorial-page-content,
.tutorial-page-content #wrapper,
.tutorial-page-content section {
    min-height: auto;
    background: transparent !important;
    color: var(--guide-text);
}

.tutorial-page-content .container {
    position: relative;
    width: min(var(--guide-width), calc(100% - 48px)) !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.tutorial-page-content .row {
    margin-left: 0 !important;
}

.tutorial-page-content [class*="span"] {
    box-sizing: border-box;
    min-height: 0;
    margin-left: 0 !important;
}

.tutorial-page-content #wrapper > section:first-of-type {
    position: relative;
    overflow: hidden;
    padding: 76px 0 66px !important;
    border-bottom: 1px solid var(--guide-border);
    background: linear-gradient(135deg, rgba(47, 143, 255, 0.11), transparent 58%) !important;
}

.tutorial-page-content #wrapper > section:first-of-type::before {
    position: absolute;
    top: -140px;
    right: -90px;
    width: 360px;
    height: 360px;
    border: 1px solid rgba(94, 168, 255, 0.16);
    border-radius: 50%;
    box-shadow: 0 0 0 54px rgba(94, 168, 255, 0.025);
    content: "";
}

.tutorial-page-content #wrapper > section:first-of-type [class*="span"] {
    width: 100% !important;
}

.tutorial-page-content #wrapper > section:first-of-type .row {
    display: block;
}

.tutorial-page-content #wrapper > section:first-of-type h1:first-child,
.tutorial-page-content #wrapper > section:first-of-type h2:first-child,
.tutorial-page-content #wrapper > section:first-of-type h3:first-child {
    max-width: 820px;
    margin: 0;
    color: #fff;
    font: 800 clamp(36px, 5vw, 56px)/1.08 "Roboto", Arial, sans-serif;
    letter-spacing: -0.035em;
    text-transform: none;
}

.tutorial-page-content #wrapper > section:first-of-type .lead:first-of-type {
    max-width: 740px;
    margin-top: 22px;
    color: #bdc8d7;
    font-size: 19px;
    line-height: 1.6;
}

.tutorial-page-content #wrapper > section:not(:first-of-type) {
    padding: 34px 0 0 !important;
}

.tutorial-page-content #wrapper > section:not(:first-of-type):last-of-type {
    padding-bottom: 64px !important;
}

.tutorial-page-content #wrapper > section:not(:first-of-type) > .container {
    padding: clamp(28px, 5vw, 52px);
    border: 1px solid var(--guide-border);
    border-radius: 18px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.025), transparent 42%),
        var(--guide-surface) !important;
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.19);
}

.tutorial-page-content #privacy-policy .row {
    display: block;
    width: 100%;
}

.tutorial-page-content #privacy-policy .row + .row {
    margin-top: 38px;
    padding-top: 38px;
    border-top: 1px solid var(--guide-border);
}

.tutorial-page-content #privacy-policy .row > :last-child {
    margin-bottom: 0;
}

.tutorial-page-content #contact-content > .landing > .container {
    width: min(1180px, calc(100% - 48px)) !important;
    padding: clamp(28px, 3vw, 38px);
    border: 1px solid var(--guide-border);
    border-radius: 18px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.025), transparent 42%),
        var(--guide-surface);
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.19);
}

.tutorial-page-content #contact-content .row {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(360px, 0.9fr);
    gap: clamp(28px, 4vw, 48px);
    align-items: start;
}

.tutorial-page-content #contact-content .span7,
.tutorial-page-content #contact-content .span4 {
    width: 100% !important;
    min-width: 0;
}

.tutorial-page-content .contact-section-label {
    display: block;
    margin-bottom: 9px;
    color: var(--guide-accent);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.tutorial-page-content #contact-content h2 {
    margin-bottom: 12px;
}

.tutorial-page-content #contact-content .span7 > .lead {
    max-width: 620px;
    margin-bottom: 28px;
}

.tutorial-page-content #contact-content .reddit-embed-bq {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    min-height: 310px;
    margin: 0;
    padding: 24px;
    border: 1px solid var(--guide-border);
    border-left: 3px solid var(--guide-accent-strong);
    border-radius: 12px;
    background: #11161d;
}

.tutorial-page-content #contact-content .span7 > iframe,
.tutorial-page-content #contact-content .span7 > div:has(iframe),
.tutorial-page-content #contact-content .span7 > div:has(iframe) iframe {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.tutorial-page-content .contact-card {
    max-width: none;
    padding: 30px;
    border: 1px solid rgba(94, 168, 255, 0.2);
    border-radius: 14px;
    background: #11161d;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
}

.tutorial-page-content .contact-card > p {
    margin-bottom: 25px;
    color: var(--guide-muted);
}

.tutorial-page-content .contact-card form {
    margin: 0;
}

.tutorial-page-content .contact-card label {
    display: block;
    margin: 17px 0 7px;
    color: #dfe7f1;
    font-size: 13px;
    font-weight: 700;
}

.tutorial-page-content .contact-card label:first-of-type {
    margin-top: 0;
}

.tutorial-page-content .contact-card label span {
    color: var(--guide-muted);
    font-weight: 500;
}

.tutorial-page-content .contact-card input,
.tutorial-page-content .contact-card select,
.tutorial-page-content .contact-card textarea {
    box-sizing: border-box;
    width: 100%;
    min-height: 44px;
    margin: 0;
    padding: 10px 12px;
    border: 1px solid rgba(148, 163, 184, 0.26);
    border-radius: 8px;
    outline: none;
    background: #0b0f15;
    color: #f5f8fc;
    font-family: inherit;
    font-size: 15px;
    line-height: 1.35;
    box-shadow: none;
}

.tutorial-page-content .contact-card textarea {
    min-height: 130px;
    resize: vertical;
}

.tutorial-page-content .contact-card input:focus,
.tutorial-page-content .contact-card select:focus,
.tutorial-page-content .contact-card textarea:focus {
    border-color: var(--guide-accent);
    box-shadow: 0 0 0 3px rgba(94, 168, 255, 0.13);
}

.tutorial-page-content .contact-card select {
    cursor: pointer;
}

.tutorial-page-content .contact-card option,
.tutorial-page-content .contact-card optgroup {
    background: #11161d;
    color: #f5f8fc;
}

.tutorial-page-content .contact-card .phone-group {
    display: grid;
    grid-template-columns: minmax(130px, 0.7fr) minmax(0, 1.3fr);
    gap: 10px;
}

.tutorial-page-content .contact-submit {
    width: 100%;
    min-height: 46px;
    margin-top: 22px;
    border-color: #75b5ff;
    background: #75b5ff;
    color: #07121f;
}

.tutorial-page-content .contact-submit:hover,
.tutorial-page-content .contact-submit:focus {
    border-color: #bfdbfe;
    background: #bfdbfe;
    color: #07121f;
}

.tutorial-page-content #leadership > .container {
    width: min(1180px, calc(100% - 48px)) !important;
    padding: clamp(28px, 3vw, 38px);
}

.tutorial-page-content #leadership .team {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    width: 100%;
    margin: 0 !important;
}

.tutorial-page-content #leadership .team > .span4 {
    float: none !important;
    width: auto !important;
    min-width: 0;
    margin: 0 !important;
}

.tutorial-page-content #leadership .team-box {
    box-sizing: border-box;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid var(--guide-border);
    border-radius: 13px;
    background: #11161d;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.tutorial-page-content #leadership .team-box > img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    margin: 0;
    object-fit: cover;
    filter: saturate(0.78);
}

.tutorial-page-content #leadership .roles {
    flex: 1;
    margin: 0 !important;
    padding: 20px;
    text-align: left;
}

.tutorial-page-content #leadership .roles p {
    margin: 5px 0;
}

.tutorial-page-content #leadership .roles .lead {
    font-size: 18px;
}

.tutorial-page-content #leadership .roles a {
    display: inline-grid;
    width: 35px;
    height: 35px;
    margin-top: 7px;
    place-items: center;
    border: 1px solid var(--guide-border);
    border-radius: 8px;
    background: var(--guide-accent-soft);
    text-decoration: none;
}

.tutorial-page-content h1,
.tutorial-page-content h2,
.tutorial-page-content h3,
.tutorial-page-content h4,
.tutorial-page-content h5,
.tutorial-page-content h6 {
    color: var(--guide-text);
    font-family: inherit;
    font-weight: 700;
    line-height: 1.25;
    text-shadow: none;
    text-transform: none;
}

.tutorial-page-content h2 {
    margin: 0 0 22px;
    font-size: clamp(28px, 4vw, 38px);
    letter-spacing: -0.025em;
}

.tutorial-page-content h3 {
    margin: 30px 0 14px;
    font-size: 25px;
}

.tutorial-page-content h4 {
    margin: 25px 0 10px;
    font-size: 20px;
}

.tutorial-page-content h5,
.tutorial-page-content h6 {
    margin: 20px 0 9px;
    font-size: 17px;
}

.tutorial-page-content p,
.tutorial-page-content li,
.tutorial-page-content td,
.tutorial-page-content th,
.tutorial-page-content label {
    color: #c1cad6;
    font-family: inherit;
    font-size: 16px;
}

.tutorial-page-content p {
    margin: 0 0 18px;
}

.tutorial-page-content .lead {
    color: #d4dbe5;
    font-size: 19px;
    line-height: 1.65;
}

.tutorial-page-content ul,
.tutorial-page-content ol {
    margin: 0 0 22px 24px;
    padding: 0;
}

.tutorial-page-content li {
    margin-bottom: 8px;
}

.tutorial-page-content li::marker,
.tutorial-page-content .colored,
.tutorial-page-content .color {
    color: var(--guide-accent) !important;
}

.tutorial-page-content a {
    color: var(--guide-accent);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.tutorial-page-content a:hover,
.tutorial-page-content a:focus {
    color: #91c4ff;
}

.tutorial-page-content strong,
.tutorial-page-content b {
    color: #f0f4f9;
}

.tutorial-page-content hr {
    margin: 34px 0;
    border: 0;
    border-top: 1px solid var(--guide-border);
}

.tutorial-page-content blockquote {
    margin: 26px 0;
    padding: 18px 22px;
    border: 0;
    border-left: 3px solid var(--guide-accent-strong);
    border-radius: 0 10px 10px 0;
    background: var(--guide-accent-soft);
}

.tutorial-page-content blockquote p {
    margin: 0;
    color: #dbe7f5;
    font-size: 17px;
}

.tutorial-page-content code,
.tutorial-page-content pre {
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 9px;
    background: #0b0e13;
    color: #d8e7fb;
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
    text-shadow: none;
}

.tutorial-page-content code {
    padding: 2px 6px;
    font-size: 0.88em;
}

.tutorial-page-content pre {
    max-width: 100%;
    margin: 20px 0;
    padding: 18px 20px;
    overflow: auto;
    white-space: pre-wrap;
    word-break: break-word;
}

.tutorial-page-content pre code {
    padding: 0;
    border: 0;
    background: transparent;
}

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

.tutorial-page-content img.thumb,
.tutorial-page-content .thumbnail img,
.tutorial-page-content img[style*="float"] {
    float: none !important;
    display: block;
    margin: 26px auto !important;
    padding: 5px;
    border: 1px solid var(--guide-border);
    border-radius: 12px;
    background: var(--guide-raised);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
}

.tutorial-page-content .thumbnail {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.tutorial-page-content .tutorial-table-scroll {
    width: 100%;
    max-width: 100%;
    margin: 24px 0;
    max-height: min(68vh, 720px);
    overflow: auto;
    border: 1px solid var(--guide-border);
    border-radius: 12px;
    background: #11161d;
    scrollbar-color: rgba(148, 163, 184, 0.42) #11161d;
}

.tutorial-page-content table {
    width: 100%;
    max-width: none;
    min-width: 680px;
    margin: 0;
    border: 0;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 0;
    background: #11161d;
}

.tutorial-page-content th,
.tutorial-page-content td {
    min-width: 140px;
    padding: 13px 15px !important;
    border: 0 !important;
    border-bottom: 1px solid var(--guide-border) !important;
    background: transparent !important;
    vertical-align: top;
}

.tutorial-page-content th {
    position: sticky;
    top: 0;
    z-index: 2;
    background: #202a37 !important;
    color: #e8eef6;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.035em;
    text-transform: uppercase;
    box-shadow: 0 1px 0 var(--guide-border), 0 8px 18px rgba(0, 0, 0, 0.22);
}

.tutorial-page-content tr:last-child td {
    border-bottom: 0 !important;
}

.tutorial-page-content .nav-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 24px 0 0;
    padding: 0;
    border: 0;
    list-style: none;
}

.tutorial-page-content .nav-tabs::before,
.tutorial-page-content .nav-tabs::after {
    display: none;
}

.tutorial-page-content .nav-tabs > li {
    float: none;
    margin: 0;
}

.tutorial-page-content .nav-tabs > li > a {
    display: block;
    margin: 0;
    padding: 10px 16px;
    border: 1px solid var(--guide-border);
    border-radius: 9px;
    background: #11161d;
    color: var(--guide-muted);
    font-weight: 600;
    text-decoration: none;
}

.tutorial-page-content .nav-tabs > li > a:hover,
.tutorial-page-content .nav-tabs > li > a:focus {
    border-color: rgba(94, 168, 255, 0.4);
    background: var(--guide-accent-soft);
    color: #fff;
}

.tutorial-page-content .nav-tabs > .active > a,
.tutorial-page-content .nav-tabs > .active > a:hover,
.tutorial-page-content .nav-tabs > .active > a:focus {
    border-color: var(--guide-accent-strong);
    background: var(--guide-accent-strong);
    color: #07121f;
}

.tutorial-page-content .tab-content {
    margin-top: 14px;
    padding: 24px;
    border: 1px solid var(--guide-border);
    border-radius: 12px;
    background: #11161d;
    overflow: visible;
}

.tutorial-page-content .tab-pane {
    display: none;
}

.tutorial-page-content .tab-pane.active {
    display: block;
}

.tutorial-page-content #powershell .tabs,
.tutorial-page-content #powershell .tab-content,
.tutorial-page-content #powershell .tab-pane {
    color: #dbe5f1;
}

.tutorial-page-content #powershell .tab-content,
.tutorial-page-content #powershell .tab-pane.active {
    border-color: var(--guide-border) !important;
    background: #11161d !important;
}

.tutorial-page-content #powershell .tab-pane p,
.tutorial-page-content #powershell .tab-pane li {
    color: #dbe5f1 !important;
}

.tutorial-page-content #powershell div.tabs ul.nav-tabs > li > a,
.tutorial-page-content #powershell div.tabs ul.nav-tabs > li > a:visited {
    border: 1px solid rgba(148, 163, 184, 0.28) !important;
    background: #161d27 !important;
    color: #eef5ff !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none !important;
    text-shadow: none !important;
}

.tutorial-page-content #powershell div.tabs ul.nav-tabs > li > a:hover,
.tutorial-page-content #powershell div.tabs ul.nav-tabs > li > a:focus {
    border-color: #75b5ff !important;
    background: #202b39 !important;
    color: #fff !important;
}

.tutorial-page-content #powershell div.tabs ul.nav-tabs > li.active > a,
.tutorial-page-content #powershell div.tabs ul.nav-tabs > li.active > a:visited,
.tutorial-page-content #powershell div.tabs ul.nav-tabs > li.active > a:hover,
.tutorial-page-content #powershell div.tabs ul.nav-tabs > li.active > a:focus {
    border-color: #75b5ff !important;
    background: #75b5ff !important;
    color: #07121f !important;
}

.tutorial-page-content #powershell div.tabs ul.nav-tabs > li > a > i {
    color: inherit !important;
    text-shadow: none !important;
}

.tutorial-page-content #powershell #copy,
.tutorial-page-content #powershell #copy:visited,
.tutorial-page-content #powershell #copy:hover,
.tutorial-page-content #powershell #copy:focus {
    color: #fff !important;
}

.tutorial-page-content .btn,
.tutorial-page-content button,
.tutorial-page-content input[type="button"],
.tutorial-page-content input[type="submit"] {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 18px;
    border: 1px solid transparent;
    border-radius: 9px;
    background: var(--guide-accent-strong);
    color: #07121f;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    text-shadow: none;
    box-shadow: none;
    text-decoration: none;
    cursor: pointer;
}

.tutorial-page-content .btn:hover,
.tutorial-page-content .btn:focus,
.tutorial-page-content button:hover,
.tutorial-page-content button:focus {
    background: #75b5ff;
    color: #07121f;
}

.tutorial-page-content .alert,
.tutorial-page-content .well {
    padding: 18px 20px;
    border: 1px solid rgba(94, 168, 255, 0.22);
    border-radius: 11px;
    background: var(--guide-accent-soft);
    color: #d8e6f7;
    text-shadow: none;
}

.tutorial-page-content .aligncenter {
    text-align: center;
}

.tutorial-page-content .solidline {
    height: 1px;
    margin: 30px 0;
    border: 0;
    background: var(--guide-border);
}

.tutorial-page-content .text-info {
    color: var(--guide-accent);
}

.tutorial-page-content .text-success {
    color: #86efac;
}

.tutorial-page-content .roles a {
    display: inline-grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border: 1px solid var(--guide-border);
    border-radius: 50%;
    background: var(--guide-raised);
    color: var(--guide-accent);
    text-decoration: none;
}

.tutorial-page > .home-footer {
    margin-top: 72px;
}

@media (min-width: 800px) {
    .tutorial-page-content .row {
        display: flex;
        flex-wrap: wrap;
        gap: 28px;
    }

    .tutorial-page-content .row > .span8 {
        width: calc(66.666% - 14px) !important;
    }

    .tutorial-page-content .row > .span9 {
        width: calc(75% - 14px) !important;
    }

    .tutorial-page-content .row > .span3 {
        width: calc(25% - 14px) !important;
    }

    .tutorial-page-content .row > .span4 {
        width: calc(33.333% - 14px) !important;
    }

    .tutorial-page-content .row > .span6 {
        width: calc(50% - 14px) !important;
    }

    .tutorial-page-content .row > .span12 {
        width: 100% !important;
    }
}

@media (max-width: 980px) {
    .tutorial-page-content #contact-content .row {
        grid-template-columns: 1fr;
    }

    .tutorial-page-content #contact-content .span7 > .lead {
        max-width: none;
    }

    .tutorial-page-content #leadership .team {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 799px) {
    .tutorial-page-content .container {
        width: min(100% - 32px, var(--guide-width)) !important;
    }

    .tutorial-page-content #wrapper > section:first-of-type {
        padding: 52px 0 46px !important;
    }

    .tutorial-page-content #wrapper > section:not(:first-of-type) {
        padding-top: 20px !important;
    }

    .tutorial-page-content #wrapper > section:not(:first-of-type) > .container {
        padding: 25px 21px;
        border-radius: 14px;
    }

    .tutorial-page-content [class*="span"] {
        float: none !important;
        width: 100% !important;
    }

    .tutorial-page-content #leadership .team {
        grid-template-columns: 1fr;
    }

    .tutorial-page-content #leadership .team-box {
        display: grid;
        grid-template-columns: minmax(130px, 0.42fr) minmax(0, 0.58fr);
        min-height: 190px;
    }

    .tutorial-page-content #leadership .team-box > img {
        align-self: stretch;
        width: 100%;
        height: 100%;
        aspect-ratio: auto;
        object-fit: cover;
    }

    .tutorial-page-content .tab-content {
        padding: 18px;
    }

    .tutorial-page > .home-footer {
        margin-top: 48px;
    }
}

@media (max-width: 560px) {
    .tutorial-page .home-nav-actions .home-nav-button-primary {
        padding-inline: 10px;
        font-size: 12px;
    }

    .tutorial-page-content .contact-card {
        padding: 23px 18px;
    }

    .tutorial-page-content .contact-card .phone-group {
        grid-template-columns: 1fr;
    }

    .tutorial-page-content #leadership .team-box {
        display: block;
        min-height: 0;
    }

    .tutorial-page-content #leadership .team-box > img {
        height: auto;
        aspect-ratio: 4 / 3;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}
