.gt-blur-all {
    position: fixed;
    inset: 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: var(--bg-tutorial);
    z-index: 9998;
}

.gt-clear-hole {
    position: fixed;
    background: transparent;
    pointer-events: none;
    z-index: 9999;
    transition: all 0.2s ease;
}

#gt-tutor-root {
    position: fixed;
    inset: 0;
    z-index: 99999;
    pointer-events: none;
}

#gt-tutor-root * {
    box-sizing: border-box;
}

.gt-tutor-overlay {
    position: fixed;
    inset: 0;
    pointer-events: auto;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.gt-tutor-svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.gt-tutor-topbar {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 75px;
    padding: 8px 16px;
    pointer-events: auto;
    z-index: 100000;

    display: grid;
    grid-template-columns: 1fr auto 155px auto 1fr;
    align-items: center;
    gap: 24px;
    justify-items: center;
    justify-self: center;
}

.gt-tutor-btn {
    appearance: none;
    border: 0;
    border-radius: 999px;
    padding: 0 16px 4px;
    cursor: pointer;
    background: transparent;
    color: var(--text-tenthly);

    font-weight: 500;
    font-size: calc(var(--font-size-xl) + 2px);
    line-height: 1.4;
    letter-spacing: 0;
    vertical-align: middle;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
}

.gt-tutor-btn svg {
    width: 15px;
    height: 30px;
    display: block;
}

.gt-tutor-btn.ghost {
    grid-column: 1;
    justify-self: start;
    margin-left: 8px;
}

.gt-tutor-btn.secondary {
    grid-column: 2;
}

.gt-tutor-btn.secondary svg {
    rotate: 180deg;
}

.gt-tutor-btn.thirdly {
    grid-column: 4;
}

.gt-tutor-card {
    position: fixed;
    max-width: min(640px, 86vw);
    background: rgba(13, 17, 23, .9);
    color: #e5e7eb;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 16px;
    padding: 18px 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .45);
    pointer-events: auto;
}

.gt-tutor-card h3 {
    margin: 0 0 8px;
    font: 700 20px/1.25 Inter, system-ui, sans-serif;
    color: #fff;
}

.gt-tutor-card p {
    margin: 0;
    font: 400 14px/1.5 Inter, system-ui, sans-serif;
    color: #cbd5e1;
}

.gt-fade-in {
    animation: gt-fade .18s ease-out both;
}

.tip {
    position: relative;
    isolation: isolate;
    z-index: 0;

    background: transparent;
    animation: gt-fade .18s ease-out both;
}

.tip::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 14px;
    background: var(--bg-tutorial-tip);
    z-index: 1;
}

.tip__text {
    position: relative;
    z-index: 2;
}

.tip__arrow {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    animation: gt-fade .18s ease-out both;
}

.tip__arrow > svg {
    position: absolute;
    will-change: transform;
}

/* === STEP 1 === */
.step-1__wrap {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    width: min(45vw, 617px);
    height: min(41vh, 419px);
    pointer-events: none;
    z-index: 10000;
}

.step-1__wrap svg {
    width: 100%;
    height: 100%;
    display: block;
}

/* === STEP 2 === */
.step-2__bubble {
    position: fixed;
    left: 50%;
    top: 32vh;
    transform: translateX(-56%) !important;
    width: min(90vw, 902px);
    height: auto;
    max-height: 210px;
    pointer-events: none;
    z-index: 10000;
}

.step-2__cloud {
    position: relative;
    display: inline-block;
    width: min(70vw, 902px);
    background-color: var(--bg-tutorial-cloud);
    border-radius: 15px 15px 0 15px;
    box-shadow: 3px 7px 7.7px 0 #00000040;
    padding: 22px 28px;
}

.step-2__text {
    margin: 0;
    white-space: normal;
    word-break: break-word;
    font-weight: 400;
    font-size: calc(var(--font-size-xxl) + 8px);
    line-height: 1.4;
    letter-spacing: 0;
    vertical-align: middle;
    color: var(--text-primary);
}

.step-2__brand {
    font-weight: 800;
    font-size: calc(var(--font-size-xxl) + 8px);
    line-height: 1.4;
    letter-spacing: 0;
    color: var(--bg-primary);
}

.step-2__bot {
    position: absolute;
    right: -100px;
    bottom: -90px;
    width: 93px;
    height: 93px;
}

.step-2__bot svg {
    width: 100%;
    height: 100%;
    display: block;
}

/* === STEP 3 === */
.step-3__bubble {
    position: fixed;
    left: 50%;
    top: 13vh;
    transform: translateX(-33%) !important;
    width: min(50vw, 624px);
    max-height: 140px;
    pointer-events: none;
}

.step-3__cloud {
    position: relative;
    display: inline-block;
    width: 100%;
    background: var(--bg-tutorial-cloud);
    border-radius: 15px 15px 0 15px;
    box-shadow: 3px 7px 7.7px 0 #00000040;
    padding: 18px 24px;
}

.step-3__text {
    margin: 0;
    font-weight: 400;
    font-size: calc(var(--font-size-xl) + 8px);
    line-height: 1.4;
    letter-spacing: 0;
    vertical-align: middle;
    color: var(--text-primary);
}

.step-3__bot {
    position: absolute;
    right: -62px;
    bottom: -55px;
    width: 60px;
    height: 60px;
}

.step-3__bot svg {
    width: 100%;
    height: 100%;
    display: block;
}

.step-3__tips {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
}

.step-3__tipwrap {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
}

.step-3__tips .tip {
    position: relative;
    color: var(--text-primary);
    border-radius: 14px;
    padding: 14px 12px;
    text-align: justify;
    font-family: Inter, system-ui, sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0;
    vertical-align: middle;
    width: min(20vw, 315px);
    max-height: 130px;
}

.step-3__tips .tip::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: transparent;
    border: 5px solid #2FBED2;
    filter: blur(5px);
    pointer-events: none;
    z-index: 100000;
    mix-blend-mode: normal;
}

.step-3__tips .tip-2 {
    max-height: 130px;
}

.step-3__tips .tip__arrow {
    pointer-events: none;
}

.tip-1__arrow svg {
    height: auto;
}

.tip-2__arrow svg {
    height: auto;
}

/* === STEP 4 === */
.step-4__bubble {
    position: fixed;
    left: 50%;
    top: 22vh;
    width: clamp(420px, 42vw, 610px);
    height: 140px;
    pointer-events: none;
    z-index: 10000;
}

.step-4__cloud {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    background: var(--bg-tutorial-cloud);
    border-radius: 15px 15px 0 15px;
    box-shadow: 3px 7px 7.7px 0 #00000040;
    padding: 18px 24px;
}

.step-4__text {
    margin: 0;
    font-weight: 400;
    font-size: calc(var(--font-size-xl) + 8px);
    line-height: 1.4;
    color: var(--text-primary);
}

.step-4__bot {
    position: absolute;
    right: -62px;
    bottom: -55px;
    width: 60px;
    height: 60px;
}

.step-4__bot svg {
    width: 100%;
    height: 100%;
    display: block;
}

.step-4__tipwrap {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
}

.tip-4__arrow svg {
    height: auto;
    position: fixed;
}

/* === STEP 5 === */
.step-5__bubble {
    position: fixed;
    left: 50%;
    top: 18vh;
    width: clamp(440px, 43vw, 624px);
    max-height: 148px;
    pointer-events: none;
    z-index: 10000;
}

.step-5__cloud {
    position: relative;
    display: inline-block;
    width: 100%;
    background: var(--bg-tutorial-cloud);
    border-radius: 15px 15px 0 15px;
    box-shadow: 3px 7px 7.7px 0 #00000040;
    padding: 18px 24px;
}

.step-5__text {
    margin: 0;
    font-weight: 400;
    font-size: calc(var(--font-size-xl) + 8px);
    line-height: 1.4;
    color: var(--text-primary);
}

.step-5__bot {
    position: absolute;
    right: -62px;
    bottom: -55px;
    width: 60px;
    height: 60px;
}

.tip-5__arrow svg {
    position: fixed;
    height: auto;
}

/* === STEP 6 === */
.step-6__bubble {
    position: fixed;
    left: 50%;
    top: 60vh;
    width: clamp(440px, 43vw, 624px);
    max-height: 148px;
    pointer-events: none;
    z-index: 10000;
}

.step-6__cloud {
    position: relative;
    display: inline-block;
    width: 100%;
    background: var(--bg-tutorial-cloud);
    border-radius: 15px 15px 0 15px;
    box-shadow: 3px 7px 7.7px 0 #00000040;
    padding: 18px 24px;
}

.step-6__text {
    margin: 0;
    font-weight: 400;
    font-size: calc(var(--font-size-xl) + 8px);
    line-height: 1.4;
    color: var(--text-primary);
}

.step-6__bot {
    position: absolute;
    right: -62px;
    bottom: -55px;
    width: 60px;
    height: 60px;
}

.step-6__bot svg {
    width: 100%;
    height: 100%;
    display: block;
}

/* === STEP 7 === */
.step-7__bubble {
    position: fixed;
    left: 50%;
    top: 18vh;
    width: clamp(440px, 43vw, 624px);
    max-height: 148px;
    pointer-events: none;
    z-index: 10000;
}

.step-7__cloud {
    position: relative;
    display: inline-block;
    width: 100%;
    background: var(--bg-tutorial-cloud);
    border-radius: 15px 15px 0 15px;
    box-shadow: 3px 7px 7.7px 0 #00000040;
    padding: 18px 24px;
}

.step-7__text {
    margin: 0;
    font-weight: 400;
    font-size: calc(var(--font-size-xl) + 8px);
    line-height: 1.4;
    color: var(--text-primary);
}

.step-7__bot {
    position: absolute;
    right: -62px;
    bottom: -55px;
    width: 60px;
    height: 60px;
}

.tip-7__arrow svg {
    position: fixed;
    height: auto;
}

/* === STEP 8 === */
.step-8__tips {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 10000;
}

.step-8__tipwrap {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
}

.step-8__tips .tip {
    position: relative;
    color: var(--text-primary);
    border-radius: 14px;
    padding: 14px 12px;
    text-align: justify;
    font-family: Inter, system-ui, sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0;
    vertical-align: middle;
    width: min(20vw, 380px);
    max-height: 140px;
}

.step-8__tips .tip::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: transparent;
    border: 5px solid #2FBED2;
    filter: blur(5px);
    pointer-events: none;
    z-index: 100000;
    mix-blend-mode: normal;
}

.step-8__tips .tip__arrow {
    pointer-events: none;
}

.tip-8__arrow--1 svg,
.tip-8__arrow--2 svg,
.tip-8__arrow--3 svg {
    height: auto;
}

.step-8__tips .tip-8--1{
    width: min(20vw, 310px);
}

/* === STEP 9 === */
.step-9__bubble {
    position: fixed;
    left: 50%;
    top: 18vh;
    width: clamp(440px, 43vw, 624px);
    max-height: 148px;
    pointer-events: none;
    z-index: 10000;
}

.step-9__cloud {
    position: relative;
    display: inline-block;
    width: 100%;
    background: var(--bg-tutorial-cloud);
    border-radius: 15px 15px 15px 0;
    box-shadow: 3px 7px 7.7px 0 #00000040;
    padding: 18px 24px;
}

.step-9__text {
    margin: 0;
    font-weight: 400;
    font-size: calc(var(--font-size-xl) + 8px);
    line-height: 1.4;
    color: var(--text-primary);
}

.step-9__bot {
    position: absolute;
    left: -62px;
    bottom: -55px;
    width: 60px;
    height: 60px;
}

.tip-9__arrow {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 9999;
}

.tip-9__arrow svg {
    position: fixed;
    height: auto;
    pointer-events: none;
}

/* === STEP 10 === */
.step-10__bubble {
    position: fixed;
    left: 50%;
    top: 18vh;
    width: clamp(440px, 43vw, 624px);
    max-height: 148px;
    pointer-events: none;
    z-index: 10000;
}

.step-10__cloud {
    position: relative;
    display: inline-block;
    width: 100%;
    background: var(--bg-tutorial-cloud);
    border-radius: 15px 15px 15px 0;
    box-shadow: 3px 7px 7.7px 0 #00000040;
    padding: 18px 24px;
}

.step-10__text {
    margin: 0;
    font-weight: 400;
    font-size: calc(var(--font-size-xl) + 8px);
    line-height: 1.4;
    color: var(--text-primary);
}

.step-10__bot {
    position: absolute;
    left: -62px;
    bottom: -55px;
    width: 60px;
    height: 60px;
}

.tip-10__arrow {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 9999;
}

.tip-10__arrow svg {
    position: fixed;
    height: auto;
    pointer-events: none;
}

/* === STEP 11 === */
.step-11__bubble {
    position: fixed;
    left: 50%;
    top: 18vh;
    width: clamp(440px, 43vw, 624px);
    max-height: 148px;
    pointer-events: none;
    z-index: 10000;
}

.step-11__cloud {
    position: relative;
    display: inline-block;
    width: 100%;
    background: var(--bg-tutorial-cloud);
    border-radius: 15px 15px 15px 0;
    box-shadow: 3px 7px 7.7px 0 #00000040;
    padding: 18px 24px;
}

.step-11__text {
    margin: 0;
    font-weight: 400;
    font-size: calc(var(--font-size-xl) + 8px);
    line-height: 1.4;
    color: var(--text-primary);
}

.step-11__bot {
    position: absolute;
    left: -62px;
    bottom: -55px;
    width: 60px;
    height: 60px;
}

.tip-11__arrow {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 9999;
}

.tip-11__arrow svg {
    position: fixed;
    height: auto;
    pointer-events: none;
}

.gt-tip-debug-dot {
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    pointer-events: none;
    z-index: 100000;
    box-shadow: 0 0 6px rgba(0, 0, 0, .4);
}

.gt-tip-debug-dot.red {
    background: #ff2b2b;
    border: 2px solid #930000;
}

.gt-tip-debug-dot.green {
    background: #21d07a;
    border: 2px solid #0b7a45;
}

.gt-tip-debug-dot.yellow {
    background: #ffd400;
    border: 2px solid #a67c00;
}

.tip.debug-bubble {
    background: #5a3e2b !important;
    color: #fff;
    outline: 2px dashed rgba(255, 212, 0, .85);
}

.gt-tip-debug-dot.brown {
    background: #8b4513;
    border: 2px solid #3e1f0d;
}

@keyframes gt-fade {
    from {
        opacity: 0;
        transform: translateY(4px)
    }
    to {
        opacity: 1;
        transform: none
    }
}

@media (max-width: 1500px) {
    .step-3__text {
        font-size: calc(var(--font-size-xl));
    }

    .step-3__tips .tip {
        font-size: 22px;
    }
}

@media (max-width: 1370px) {
    .step-3__tips .tip {
        font-size: 20px;
    }
}

@media (max-width: 1330px) {
    .step-8__tips .tip{
        font-size: 23px;
    }
}

@media (max-width: 1300px) {
    .step-2__bubble {
        width: min(90vw, 680px);
    }
    .step-2__cloud {
        width: min(70vw, 680px);
    }
    .step-2__text {
        font-size: calc(var(--font-size-xl) + 8px);
    }

    .step-8__tips .tip{
        font-size: 22px;
    }
}

@media (max-width: 1050px) {
    .step-4__text{
        font-size: calc(var(--font-size-xl) + 7px);
    }
}

@media (max-width: 1024px) {
    .step-4__text {
        font-size: calc(var(--font-size-xl) + 7px);
    }

    .step-8__tips .tip {
        font-size: 22px;
    }
}