@font-face {
    font-family: "Pretendard";
    src: url("../web/fonts/Pretendard-Regular.woff2") format("woff2");
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Pretendard";
    src: url("../web/fonts/Pretendard-Bold.woff2") format("woff2");
    font-weight: 700;
    font-display: swap;
}

.rhwp-m-body {
    --rhwp-m-ink: #17191f;
    --rhwp-m-muted: #697180;
    --rhwp-m-line: #e4e7eb;
    --rhwp-m-soft: #f4f5f7;
    --rhwp-m-yellow: #ffd633;
    --rhwp-m-blue: #2864dc;
    --rhwp-m-header-offset: 45px;
    background: #fff;
    color: var(--rhwp-m-ink);
    font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.rhwp-m-page,
.rhwp-m-page * {
    box-sizing: border-box;
}

.rhwp-m-page {
    min-height: calc(100dvh - var(--rhwp-m-header-offset));
    background: #fff;
}

.rhwp-m-launch {
    width: min(100% - 36px, 520px);
    margin: 0 auto;
    padding: max(clamp(30px, 7vh, 70px), calc(var(--rhwp-m-header-offset) + 14px)) 0 32px;
}

.rhwp-m-brand-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 44px;
    margin-bottom: 22px;
}

.rhwp-m-badge {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 10px;
    border: 1px solid #d8dce2;
    border-radius: 8px;
    color: #20242c;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
}

.rhwp-m-pc-link {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    color: #4f5968;
    font-size: 13px;
    font-weight: 650;
    text-decoration: none;
}

.rhwp-m-pc-link:focus-visible,
.rhwp-m-start__button:focus-visible {
    outline: 3px solid rgba(40, 100, 220, .25);
    outline-offset: 2px;
}

.rhwp-m-eyebrow {
    margin: 0 0 9px;
    color: var(--rhwp-m-blue);
    font-size: 13px;
    font-weight: 750;
    letter-spacing: -.01em;
}

.rhwp-m-launch h1 {
    margin: 0;
    color: #111318;
    font-size: clamp(34px, 10vw, 43px);
    font-weight: 760;
    letter-spacing: -.055em;
    line-height: 1.12;
}

.rhwp-m-lead {
    max-width: 430px;
    margin: 17px 0 0;
    color: var(--rhwp-m-muted);
    font-size: 15px;
    line-height: 1.67;
    letter-spacing: -.015em;
}

.rhwp-m-start {
    display: grid;
    gap: 10px;
    margin-top: 31px;
}

.rhwp-m-start__button {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    width: 100%;
    min-height: 72px;
    padding: 12px 16px;
    border: 1px solid #d9dde3;
    border-radius: 13px;
    background: #fff;
    color: var(--rhwp-m-ink);
    font: inherit;
    text-align: left;
    cursor: pointer;
}

.rhwp-m-start__button--primary {
    border-color: var(--rhwp-m-yellow);
    background: var(--rhwp-m-yellow);
}

.rhwp-m-start__button:disabled {
    cursor: wait;
    opacity: .52;
}

.rhwp-m-start__icon {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 11px;
    background: var(--rhwp-m-soft);
    color: #303640;
    font-size: 22px;
    font-weight: 500;
}

.rhwp-m-start__button--primary .rhwp-m-start__icon {
    background: rgba(255, 255, 255, .68);
}

.rhwp-m-start__button--cloud .rhwp-m-start__icon {
    background: #eef3ff;
    color: var(--rhwp-m-blue);
    font-size: 13px;
    font-weight: 800;
}

.rhwp-m-start__button--draft {
    border-color: #cbd8f3;
    background: #f6f8ff;
}

.rhwp-m-start__button--draft .rhwp-m-start__icon {
    background: #e8efff;
    color: var(--rhwp-m-blue);
    font-size: 21px;
}

.rhwp-m-start__button[hidden] {
    display: none;
}

.rhwp-m-start__button b,
.rhwp-m-start__button small {
    display: block;
}

.rhwp-m-start__button b {
    font-size: 16px;
    font-weight: 720;
    letter-spacing: -.02em;
}

.rhwp-m-start__button small {
    margin-top: 4px;
    color: #697180;
    font-size: 12px;
    font-weight: 500;
}

.rhwp-m-start__button--primary small {
    color: #565326;
}

.rhwp-m-scope {
    margin-top: 28px;
    border-top: 1px solid var(--rhwp-m-line);
}

.rhwp-m-scope > div {
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 12px;
    padding: 13px 2px;
    border-bottom: 1px solid var(--rhwp-m-line);
    font-size: 12px;
    line-height: 1.5;
}

.rhwp-m-scope b {
    color: #303640;
    font-weight: 700;
}

.rhwp-m-scope span {
    color: #747d8b;
}

.rhwp-m-info-link {
    display: block;
    width: fit-content;
    min-height: 44px;
    margin: 9px auto -5px;
    padding: 0 8px;
    color: #667080;
    font-size: 11px;
    font-weight: 700;
    line-height: 44px;
    text-decoration: none;
}

.rhwp-m-info-link:hover,
.rhwp-m-info-link:focus-visible {
    color: var(--rhwp-m-blue);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.rhwp-m-ready {
    margin: 14px 0 0;
    color: #8a919c;
    font-size: 11px;
    text-align: center;
}

.rhwp-m-editor-stage {
    position: fixed;
    z-index: 50;
    inset: var(--rhwp-m-header-offset) 0 0;
    background: #edf0f4;
}

.rhwp-m-frame {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    background: #edf0f4;
}

.rhwp-m-body.rhwp-m-editor-active {
    overflow: hidden;
}

.rhwp-m-noscript {
    margin: 20px;
    padding: 14px;
    border: 1px solid #e4e7eb;
    color: #5f6875;
    font-size: 14px;
}

@media (min-width: 768px) {
    .rhwp-m-body {
        --rhwp-m-header-offset: 70px;
        background: #f3f5f7;
    }

    .rhwp-m-page {
        width: min(100%, 640px);
        margin: 0 auto;
        background: #fff;
        border-inline: 1px solid #e2e5e9;
    }

    .rhwp-m-editor-stage {
        right: 50%;
        left: auto;
        width: min(100%, 640px);
        transform: translateX(50%);
        border-inline: 1px solid #d8dce2;
    }
}

@media (max-width: 350px) {
    .rhwp-m-launch {
        width: min(100% - 24px, 520px);
    }

    .rhwp-m-launch h1 {
        font-size: 31px;
    }

    .rhwp-m-scope > div {
        grid-template-columns: 92px minmax(0, 1fr);
        gap: 8px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .rhwp-m-page * {
        scroll-behavior: auto;
        transition-duration: .01ms;
        animation-duration: .01ms;
    }
}

@media (forced-colors: active) {
    .rhwp-m-start__button,
    .rhwp-m-badge {
        border: 1px solid CanvasText;
    }
}
