:root {
    --igl-ink: #181b21;
    --igl-muted: #687181;
    --igl-line: #e4e7ec;
    --igl-soft: #f5f7fa;
    --igl-blue: #245fd1;
    --igl-yellow: #ffd633;
}

body.ins-guide-list-page {
    background: #ffffff;
    color: var(--igl-ink);
}

body.ins-guide-list-page .igl-main,
body.ins-guide-list-page .igl-main * {
    box-sizing: border-box;
}

body.ins-guide-list-page .igl-main {
    min-width: 0;
    padding-top: 70px;
    background: #ffffff;
    font-family: Pretendard, "Pretendard Variable", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.ins-guide-list-page .igl-shell {
    width: min(1200px, calc(100% - 36px));
    margin: 0 auto;
    padding: 26px 0 84px;
}

body.ins-guide-list-page .igl-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 24px;
    margin-bottom: 25px;
    color: #8a929f;
    font-size: 13px;
    line-height: 1.4;
}

body.ins-guide-list-page .igl-breadcrumb a {
    color: #5f6875;
    text-decoration: none;
}

body.ins-guide-list-page .igl-breadcrumb a:hover {
    color: var(--igl-blue);
}

body.ins-guide-list-page .igl-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 40px;
    align-items: end;
    padding: 10px 0 34px;
    border-bottom: 3px solid var(--igl-ink);
}

body.ins-guide-list-page .igl-intro__copy {
    min-width: 0;
}

body.ins-guide-list-page .igl-eyebrow {
    display: block;
    margin-bottom: 10px;
    color: var(--igl-blue);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

body.ins-guide-list-page .igl-intro h1 {
    margin: 0;
    color: var(--igl-ink);
    font-size: clamp(34px, 3.2vw, 42px);
    font-weight: 720;
    line-height: 1.12;
    letter-spacing: -0.055em;
}

body.ins-guide-list-page .igl-intro p {
    max-width: 690px;
    margin: 13px 0 0;
    color: var(--igl-muted);
    font-size: 16px;
    line-height: 1.65;
    letter-spacing: -0.025em;
}

body.ins-guide-list-page .igl-summary {
    display: flex;
    align-items: stretch;
    margin: 0;
}

body.ins-guide-list-page .igl-summary > div {
    min-width: 108px;
    padding: 2px 22px 3px;
    border-left: 1px solid var(--igl-line);
}

body.ins-guide-list-page .igl-summary dt {
    margin: 0 0 7px;
    color: var(--igl-muted);
    font-size: 12px;
    font-weight: 550;
}

body.ins-guide-list-page .igl-summary dd {
    margin: 0;
    color: var(--igl-ink);
    font-size: 27px;
    font-weight: 720;
    line-height: 1;
}

body.ins-guide-list-page .igl-summary dd span {
    margin-left: 3px;
    color: #7a8290;
    font-size: 12px;
    font-weight: 550;
}

body.ins-guide-list-page .igl-category-nav {
    display: flex;
    align-items: stretch;
    gap: 28px;
    overflow-x: auto;
    min-height: 54px;
    border-bottom: 1px solid var(--igl-line);
    scrollbar-width: none;
}

body.ins-guide-list-page .igl-category-nav::-webkit-scrollbar {
    display: none;
}

body.ins-guide-list-page .igl-category-nav a {
    position: relative;
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 5px;
    min-height: 54px;
    padding: 2px 0 0;
    color: #697281;
    font-size: 14px;
    font-weight: 580;
    letter-spacing: -0.025em;
    text-decoration: none;
    white-space: nowrap;
}

body.ins-guide-list-page .igl-category-nav a::after {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 3px;
    background: transparent;
    content: "";
}

body.ins-guide-list-page .igl-category-nav a span {
    color: #9aa1ac;
    font-size: 11px;
    font-weight: 600;
}

body.ins-guide-list-page .igl-category-nav a:hover,
body.ins-guide-list-page .igl-category-nav a.is-active {
    color: var(--igl-ink);
}

body.ins-guide-list-page .igl-category-nav a.is-active {
    font-weight: 700;
}

body.ins-guide-list-page .igl-category-nav a.is-active::after {
    background: var(--igl-yellow);
}

body.ins-guide-list-page .igl-library {
    padding-top: 34px;
}

body.ins-guide-list-page .igl-library__head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 18px;
}

body.ins-guide-list-page .igl-library__head h2 {
    margin: 0;
    color: var(--igl-ink);
    font-size: 23px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.045em;
}

body.ins-guide-list-page .igl-library__head p {
    margin: 6px 0 0;
    color: var(--igl-muted);
    font-size: 13px;
    line-height: 1.45;
}

body.ins-guide-list-page .igl-library__head > strong {
    color: #737c89;
    font-size: 13px;
    font-weight: 600;
}

body.ins-guide-list-page .igl-list {
    border-top: 2px solid var(--igl-ink);
}

body.ins-guide-list-page .igl-row {
    border-bottom: 1px solid var(--igl-line);
    background: #ffffff;
}

body.ins-guide-list-page .igl-row__link {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 24px;
    gap: 20px;
    align-items: start;
    min-height: 154px;
    padding: 24px 4px;
    color: inherit;
    text-decoration: none;
    transition: background-color 150ms ease;
}

body.ins-guide-list-page .igl-row__link:hover {
    background: #fafbfc;
}

body.ins-guide-list-page .igl-row__number {
    padding-top: 3px;
    color: #a3aab5;
    font-size: 13px;
    font-weight: 650;
    font-variant-numeric: tabular-nums;
}

body.ins-guide-list-page .igl-row__content {
    display: block;
    min-width: 0;
}

body.ins-guide-list-page .igl-row__meta {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 20px;
    color: #7a8390;
    font-size: 12px;
    line-height: 1.3;
}

body.ins-guide-list-page .igl-row__meta strong {
    color: var(--igl-blue);
    font-weight: 700;
}

body.ins-guide-list-page .igl-row__meta em {
    position: relative;
    padding-left: 10px;
    color: #6f7885;
    font-style: normal;
    font-weight: 550;
}

body.ins-guide-list-page .igl-row__meta em::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #aeb4bd;
    transform: translateY(-50%);
    content: "";
}

body.ins-guide-list-page .igl-row__meta time {
    margin-left: auto;
    font-variant-numeric: tabular-nums;
}

body.ins-guide-list-page .igl-row__title {
    display: block;
    margin-top: 9px;
    overflow-wrap: anywhere;
    color: var(--igl-ink);
    font-size: 19px;
    font-weight: 680;
    line-height: 1.42;
    letter-spacing: -0.035em;
}

body.ins-guide-list-page .igl-row__summary {
    display: -webkit-box;
    max-width: 900px;
    margin-top: 6px;
    overflow: hidden;
    color: var(--igl-muted);
    font-size: 14px;
    line-height: 1.58;
    letter-spacing: -0.02em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

body.ins-guide-list-page .igl-row__foot {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 11px;
    color: #8a929e;
    font-size: 11px;
    line-height: 1.35;
}

body.ins-guide-list-page .igl-row__foot > span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.ins-guide-list-page .igl-row__foot em {
    flex: 0 0 auto;
    padding: 3px 7px;
    border-radius: 999px;
    background: #f0f2f5;
    color: #66707d;
    font-style: normal;
    font-weight: 650;
}

body.ins-guide-list-page .igl-row__foot em.is-public {
    background: #eef4ff;
    color: #325fae;
}

body.ins-guide-list-page .igl-row__foot em.is-locked {
    background: #f2f3f5;
    color: #626b77;
}

body.ins-guide-list-page .igl-row__arrow {
    display: grid;
    width: 24px;
    height: 24px;
    margin-top: 42px;
    place-items: center;
    color: #9ba3ae;
    font-size: 17px;
    transition: color 150ms ease, transform 150ms ease;
}

body.ins-guide-list-page .igl-row__link:hover .igl-row__arrow {
    color: var(--igl-blue);
    transform: translateX(3px);
}

body.ins-guide-list-page .igl-admin-notice {
    margin: 0 0 16px;
    padding: 12px 14px;
    border-left: 3px solid #1d7a4b;
    background: #f3faf6;
    color: #24583d;
    font-size: 13px;
    line-height: 1.5;
}

body.ins-guide-list-page .igl-admin-notice.is-error {
    border-left-color: #c63d3d;
    background: #fff5f5;
    color: #8b2e2e;
}

body.ins-guide-list-page .igl-admin-access {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 72px 10px 68px;
    border-top: 1px dashed #dfe3e8;
    background: #fafbfc;
}

body.ins-guide-list-page .igl-admin-access > span {
    margin-right: 4px;
    color: #6f7885;
    font-size: 11px;
    font-weight: 650;
}

body.ins-guide-list-page .igl-admin-access button {
    min-height: 34px;
    padding: 0 10px;
    border: 1px solid #d9dee5;
    border-radius: 7px;
    background: #ffffff;
    color: #5f6875;
    font-family: inherit;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
}

body.ins-guide-list-page .igl-admin-access button.is-active {
    border-color: var(--igl-yellow);
    background: var(--igl-yellow);
    color: #20242a;
}

body.ins-guide-list-page .igl-empty {
    min-height: 180px;
    padding: 64px 20px;
    border-top: 2px solid var(--igl-ink);
    border-bottom: 1px solid var(--igl-line);
    color: var(--igl-muted);
    font-size: 14px;
    text-align: center;
}

body.ins-guide-list-page .igl-main :where(a, button):focus-visible {
    outline: 3px solid rgba(36, 95, 209, 0.28);
    outline-offset: 3px;
}

@media (max-width: 760px) {
    body.ins-guide-list-page .igl-main {
        padding-top: 45px;
    }

    body.ins-guide-list-page .igl-shell {
        width: calc(100% - 30px);
        padding: 14px 0 56px;
    }

    body.ins-guide-list-page .igl-breadcrumb {
        margin-bottom: 15px;
        font-size: 12px;
    }

    body.ins-guide-list-page .igl-intro {
        grid-template-columns: 1fr;
        gap: 22px;
        align-items: start;
        padding: 7px 0 23px;
    }

    body.ins-guide-list-page .igl-eyebrow {
        margin-bottom: 8px;
        font-size: 10px;
    }

    body.ins-guide-list-page .igl-intro h1 {
        font-size: 28px;
        line-height: 1.18;
    }

    body.ins-guide-list-page .igl-intro p {
        margin-top: 9px;
        font-size: 14px;
        line-height: 1.58;
    }

    body.ins-guide-list-page .igl-summary {
        border-top: 1px solid var(--igl-line);
        padding-top: 16px;
    }

    body.ins-guide-list-page .igl-summary > div {
        min-width: 0;
        flex: 1 1 50%;
        padding: 0 14px;
    }

    body.ins-guide-list-page .igl-summary > div:first-child {
        padding-left: 0;
        border-left: 0;
    }

    body.ins-guide-list-page .igl-summary dt {
        margin-bottom: 5px;
        font-size: 11px;
    }

    body.ins-guide-list-page .igl-summary dd {
        font-size: 23px;
    }

    body.ins-guide-list-page .igl-category-nav {
        gap: 24px;
        min-height: 50px;
        margin-right: -15px;
        padding-right: 15px;
    }

    body.ins-guide-list-page .igl-category-nav a {
        min-height: 50px;
        font-size: 13px;
    }

    body.ins-guide-list-page .igl-library {
        padding-top: 26px;
    }

    body.ins-guide-list-page .igl-library__head {
        padding-bottom: 15px;
    }

    body.ins-guide-list-page .igl-library__head h2 {
        font-size: 20px;
    }

    body.ins-guide-list-page .igl-library__head p {
        font-size: 12px;
    }

    body.ins-guide-list-page .igl-row__link {
        grid-template-columns: minmax(0, 1fr) 20px;
        gap: 12px;
        min-height: 0;
        padding: 20px 0;
    }

    body.ins-guide-list-page .igl-row__number {
        display: none;
    }

    body.ins-guide-list-page .igl-row__meta {
        gap: 7px;
        font-size: 11px;
    }

    body.ins-guide-list-page .igl-row__meta time {
        margin-left: 0;
    }

    body.ins-guide-list-page .igl-row__title {
        margin-top: 8px;
        font-size: 17px;
        line-height: 1.42;
    }

    body.ins-guide-list-page .igl-row__summary {
        margin-top: 6px;
        font-size: 13px;
        line-height: 1.55;
    }

    body.ins-guide-list-page .igl-row__foot {
        align-items: flex-start;
        margin-top: 10px;
    }

    body.ins-guide-list-page .igl-row__arrow {
        width: 20px;
        margin-top: 39px;
    }

    body.ins-guide-list-page .igl-admin-access {
        flex-wrap: wrap;
        padding: 10px 0 14px;
    }
}

@media (max-width: 359px) {
    body.ins-guide-list-page .igl-shell {
        width: calc(100% - 24px);
    }

    body.ins-guide-list-page .igl-category-nav {
        margin-right: -12px;
        padding-right: 12px;
    }

    body.ins-guide-list-page .igl-row__meta {
        flex-wrap: wrap;
    }

    body.ins-guide-list-page .igl-row__title {
        font-size: 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.ins-guide-list-page .igl-main *,
    body.ins-guide-list-page .igl-main *::before,
    body.ins-guide-list-page .igl-main *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

@media (forced-colors: active) {
    body.ins-guide-list-page .igl-intro,
    body.ins-guide-list-page .igl-list,
    body.ins-guide-list-page .igl-row {
        border-color: CanvasText;
    }

    body.ins-guide-list-page .igl-category-nav a.is-active {
        outline: 2px solid Highlight;
        outline-offset: -2px;
    }
}
