@charset "utf-8";

.km-report-page-insight02 {
    --km-page-accent: #1f8a70;
    --km-page-accent-2: #2f75b5;
    --km-page-warm: #f08a3c;
    --km-report-hero-image: url("../../img/main/banner-slide01.jpg");
}

.km-traveler-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
    gap: 22px;
    align-items: stretch;
}

.km-platform-list {
    display: grid;
    gap: 10px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.km-platform-list li {
    position: relative;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    border: 1px solid var(--km-glass-line-soft);
    border-radius: 16px;
    background: rgba(255, 255, 255, .4);
    transition: transform .25s ease, border-color .25s ease, background .25s ease, box-shadow .25s ease;
}

.km-platform-list li:first-child {
    border-color: rgba(255, 198, 66, .55);
    background:
        radial-gradient(circle at 94% 12%, rgba(255, 198, 66, .55), transparent 24%),
        linear-gradient(135deg, rgba(47, 117, 181, .36), rgba(255, 255, 255, .54)),
        rgba(255, 255, 255, .55);
    box-shadow: 0 20px 44px rgba(47, 117, 181, .2), 0 0 0 1px rgba(255, 198, 66, .18) inset;
}

.km-platform-list li:first-child::before {
    content: "TOP 1";
    position: absolute;
    top: -10px;
    right: 16px;
    padding: 4px 9px;
    border-radius: 999px;
    background: var(--km-page-accent-2);
    color: #fff;
    font-family: var(--font-latin);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .04em;
}

.km-platform-list li:first-child::after {
    content: "";
    position: absolute;
    inset: 8px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, .5);
    pointer-events: none;
    z-index: -1;
}

.km-platform-list li:nth-child(2) {
    border-color: rgba(47, 117, 181, .3);
    background:
        linear-gradient(135deg, rgba(47, 117, 181, .18), rgba(255, 255, 255, .46)),
        rgba(255, 255, 255, .48);
    box-shadow: 0 14px 30px rgba(47, 117, 181, .12);
}

.km-platform-list li:nth-child(2)::before {
    content: "TOP 2";
    position: absolute;
    top: -9px;
    right: 16px;
    padding: 4px 9px;
    border-radius: 999px;
    background: rgba(47, 117, 181, .88);
    color: #fff;
    font-family: var(--font-latin);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .04em;
}

.km-platform-list li:not(:first-child):hover,
.km-platform-list li:not(:first-child):focus-within {
    transform: translateY(-3px);
    border-color: rgba(47, 117, 181, .28);
    background: rgba(255, 255, 255, .56);
    box-shadow: 0 12px 26px rgba(35, 67, 101, .12);
}

.km-platform-list li.km-platform-item-reveal {
    opacity: 0;
    transform: translateY(18px);
    transition:
        opacity .56s ease,
        transform .56s cubic-bezier(.2, .8, .2, 1),
        border-color .25s ease,
        background .25s ease,
        box-shadow .25s ease;
}

.km-platform-list li.km-platform-item-reveal.km-is-visible {
    opacity: 1;
    transform: translateY(0);
}

.km-platform-list li.km-platform-item-reveal.km-is-visible:not(:first-child):hover,
.km-platform-list li.km-platform-item-reveal.km-is-visible:not(:first-child):focus-within {
    transform: translateY(-3px);
}

.km-platform-list li:first-child .km-platform-rank {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: var(--km-page-accent-2);
    color: #fff;
}

.km-platform-rank {
    color: var(--km-page-accent-2);
    font-family: var(--font-latin);
    font-size: 18px;
    font-weight: 800;
}

.km-platform-main {
    display: grid;
    gap: 4px;
}

.km-platform-main strong {
    color: var(--color-text);
    font-size: 17px;
    font-weight: 750;
}

.km-platform-main em {
    color: var(--color-muted);
    font-style: normal;
    font-size: 13px;
    font-weight: 600;
}

.km-platform-stars {
    color: #ffc642;
    font-size: 18px;
    letter-spacing: 1px;
    white-space: nowrap;
}

.km-trend-side {
    display: grid;
    gap: 14px;
    align-content: start;
}

.km-trend-side-title {
    margin: 0 0 2px;
    color: #dbeeff;
    font-size: clamp(20px, 1.7vw, 26px);
    font-weight: 800;
    line-height: 1.25;
}

.km-trend-card,
.km-generation-note {
    min-height: auto;
    padding: clamp(18px, 1.8vw, 24px);
    border-radius: 18px;
    box-shadow: 0 16px 34px rgba(35, 67, 101, .1);
}

.km-trend-card span,
.km-generation-note span {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 10px;
    padding: 6px 10px;
    border-radius: 999px;
    color: #fff;
    font-size: 13px;
    font-weight: 750;
}

.km-trend-card span::before {
    display: inline-block;
    margin-right: 4px;
}

.km-trend-card.is-down {
    border-color: rgba(217, 74, 43, .16);
    background:
        linear-gradient(135deg, rgba(98, 160, 236, .2), rgba(255, 255, 255, .32)),
        rgba(203, 225, 252, .58);
}

.km-trend-card.is-down span {
    background: transparent;
    color: #C97A5A;
    font-size: 16px;
    padding: 0;
}

.km-trend-card.is-down span::before {
    content: "▼";
}

.km-trend-card.is-up {
    border-color: rgba(47, 128, 62, .16);
    background:
        linear-gradient(135deg, rgba(240, 122, 86, .18), rgba(255, 255, 255, .32)),
        rgba(249, 218, 210, .62);
}

.km-trend-card.is-up span,
.km-generation-note span {
    background: transparent;
    color: #2f803e;
    font-size: 16px;
    padding: 0;
}

.km-trend-card.is-up span::before {
    content: "▲";
}

.km-generation-note {
    min-height: 160px;
    border-color: rgba(180, 154, 75, .18);
    background:
        linear-gradient(135deg, rgba(255, 230, 146, .2), rgba(255, 255, 255, .32)),
        rgba(246, 241, 217, .72);
}

.km-generation-note span {
    color: var(--km-report-dark-accent);
}

.km-trend-card ul {
    list-style: disc;
    display: grid;
    gap: 8px;
    margin: 12px 0 0;
    padding-left: 18px;
    color: var(--color-text);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.55;
}

.km-report-page-insight02 .km-report-card p {
    color: var(--color-text);
    font-size: 15px;
    font-weight: 500;
}

.km-trend-card li::marker {
    color: currentColor;
}

.km-keyword-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.km-keyword-card {
    --kw-blue: #0c6cc4;
    --kw-coral: #eb553b;
    --kw-gold: #f2aa3a;
    --kw-pink: #d83a73;
    min-height: 360px;
    padding: 0;
    overflow: hidden;
    display: grid;
    grid-template-rows: 188px minmax(112px, 1fr) auto;
    align-content: stretch;
    gap: 0;
    border-radius: 26px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .82), rgba(238, 247, 255, .72)),
        rgba(255, 255, 255, .42);
    box-shadow: 0 22px 46px rgba(18, 61, 98, .16), inset 0 1px 0 rgba(255, 255, 255, .72);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.km-keyword-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 58px rgba(18, 61, 98, .22), inset 0 1px 0 rgba(255, 255, 255, .78);
}

.km-keyword-head {
    position: relative;
    min-height: 188px;
    overflow: hidden;
    background: #10244d;
}

.km-keyword-head img {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.km-keyword-head strong {
    position: absolute;
    left: -12px;
    bottom: -1px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 10px 20px 10px;
    border-radius: 18px 18px 0 0;
    background: rgba(247, 252, 255, .94);
    color: #405a78;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
}

.km-keyword-head span {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 17px;
    border-radius: 0 24px 0 18px;
    background: rgba(255, 255, 255, .94);
    color: #172033;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
    box-shadow: 0 12px 24px rgba(7, 27, 49, .12);
}

.km-keyword-card.is-hot .km-keyword-head span,
.km-keyword-card.is-new .km-keyword-head span {
    color: #fff;
}

.km-keyword-card.is-hot .km-keyword-head span {
    background: linear-gradient(135deg, #f28a25, #d95a1b);
}

.km-keyword-card.is-hot .km-keyword-head span::before {
    content: "▲";
    margin-right: 5px;
    font-size: 10px;
}

.km-keyword-card.is-new .km-keyword-head span {
    background: linear-gradient(135deg, #f04452, #b91f31);
}

.km-keyword-card.is-new .km-keyword-head span::before {
    content: "★";
    margin-right: 5px;
    font-size: 11px;
}

.km-keyword-card p {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 9px;
    margin: 0;
    padding: 28px 24px 16px;
    color: #2667a8;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
    word-break: keep-all;
}

.km-keyword-card p span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 7px 11px;
    border: 1px solid rgba(47, 117, 181, .16);
    border-radius: 999px;
    background: rgba(255, 255, 255, .62);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .6);
}

.km-keyword-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 24px 24px;
    padding-top: 16px;
    border-top: 1px solid rgba(64, 99, 132, .18);
    color: #50657d;
    font-size: 13px;
    font-weight: 750;
}

.km-keyword-meta i {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, #D6B36A, #F3D48A);
    box-shadow: 0 8px 18px rgba(31, 98, 165, .22);
}

.km-keyword-meta b {
    color: #23354d;
    font-weight: 800;
}

.km-keyword-meta em {
    margin-left: auto;
    color: #7e8da0;
    font-style: normal;
}

.km-keyword-card.is-steady {
    --kw-blue: #0f6aa8;
    --kw-coral: #ef734b;
    --kw-gold: #f7bd4a;
    --kw-pink: #d03f69;
}

.km-keyword-card.is-hot {
    --kw-blue: #0d5cb8;
    --kw-coral: #f05a32;
    --kw-gold: #ffb13d;
    --kw-pink: #d92b67;
}

.km-keyword-card.is-growth {
    --kw-blue: #177db7;
    --kw-coral: #e68146;
    --kw-gold: #f3c24f;
    --kw-pink: #b84983;
}

.km-keyword-card.is-new {
    --kw-blue: #1a56cc;
    --kw-coral: #f05a68;
    --kw-gold: #f8c44a;
    --kw-pink: #c43ee2;
}

:root[data-km-theme="dark"] .km-keyword-card {
    background: #151515;
    border-color: rgba(255, 255, 255, .08);
    box-shadow: 0 24px 44px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .08);
}

:root[data-km-theme="dark"] .km-keyword-card:hover {
    box-shadow: 0 30px 56px rgba(0, 0, 0, .46), inset 0 1px 0 rgba(255, 255, 255, .1);
}

:root[data-km-theme="dark"] .km-keyword-head strong {
    background: #151515;
    color: #bfb8a3;
}

:root[data-km-theme="dark"] .km-keyword-head span {
    background: rgba(244, 244, 244, .96);
    color: #151515;
}

:root[data-km-theme="dark"] .km-keyword-card.is-hot .km-keyword-head span,
:root[data-km-theme="dark"] .km-keyword-card.is-new .km-keyword-head span {
    color: #fff;
}

:root[data-km-theme="dark"] .km-keyword-card.is-hot .km-keyword-head span {
    background: linear-gradient(135deg, #ff9a32, #e35a1f);
}

:root[data-km-theme="dark"] .km-keyword-card.is-new .km-keyword-head span {
    background: linear-gradient(135deg, #ff4f61, #c92337);
}

:root[data-km-theme="dark"] .km-keyword-card p {
    color: rgba(142, 197, 255, .94);
}

:root[data-km-theme="dark"] .km-keyword-card p span {
    border-color: rgba(142, 197, 255, .16);
    background: rgba(255, 255, 255, .07);
    color: var(--km-report-dark-accent);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

:root[data-km-theme="dark"] .km-keyword-meta {
    border-top-color: rgba(255, 255, 255, .12);
    color: rgba(255, 255, 255, .56);
}

:root[data-km-theme="dark"] .km-keyword-meta b {
    color: #fff;
}

:root[data-km-theme="dark"] .km-keyword-meta em {
    color: #9A9A9A;
}

.km-marketing-point {
    margin-top: 18px;
    min-height: auto;
}

.km-marketing-point p:not(.km-report-source) {
    color: var(--color-text);
    font-size: clamp(16px, 1.15vw, 18px);
    font-weight: 650;
    line-height: 1.75;
}

.km-update-table {
    table-layout: fixed;
}

.km-update-table th {
    background: rgba(47, 117, 181, .14);
    color: var(--color-primary);
    font-weight: 750;
    text-align: center;
}

.km-update-table th:first-child {
    width: 30%;
}

.km-update-table th:nth-child(2) {
    width: 34%;
}

.km-update-table th:nth-child(3) {
    width: 36%;
}

.km-update-table td {
    text-align: center;
    vertical-align: middle;
    word-break: keep-all;
}

.km-update-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 20px;
}

.km-update-actions div {
    padding: 18px;
    border: 1px solid var(--km-glass-line-soft);
    border-radius: 18px;
    background: rgba(255, 255, 255, .36);
}

.km-update-actions strong {
    display: block;
    margin-bottom: 8px;
    color: var(--km-page-accent-2);
    font-size: 17px;
    font-weight: 800;
}

.km-update-actions p {
    color: var(--color-text);
    line-height: 1.65;
}

.km-service-orbit {
    position: relative;
    min-height: 560px;
    margin-top: 28px;
    isolation: isolate;
}

.km-service-center {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 382px;
    height: 382px;
    transform: translate(-50%, -50%);
    border: 6px solid rgba(82, 160, 255, .24);
    border-radius: 50%;
    display: grid;
    place-items: center;
    z-index: 2;
}

.km-service-photo {
    position: absolute;
    width: 286px;
    height: 286px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, .08), rgba(47, 117, 181, .12)),
        rgba(255, 255, 255, .18);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .45);
}

.km-service-center-core {
    position: relative;
    z-index: 2;
    width: 206px;
    height: 206px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 12px;
    background: rgba(255, 255, 255, .96);
    color: #2783ff;
    text-align: center;
    box-shadow: 0 18px 45px rgba(18, 89, 160, .14);
}

.km-service-center-core strong {
    font-size: 26px;
    font-weight: 800;
    line-height: 1.18;
}

.km-service-center-icon {
    width: 58px;
    height: 46px;
    border-radius: 16px;
    opacity: .92;
}

.km-service-center-icon img {
    width: 100%;
    display: block;
}

.km-service-center-icon .km-service-center-icon-dark {
    display: none;
}

:root[data-km-theme="dark"] .km-service-center-icon .km-service-center-icon-light {
    display: none;
}

:root[data-km-theme="dark"] .km-service-center-icon .km-service-center-icon-dark {
    display: block;
}

.km-service-node {
    position: absolute;
    display: flex;
    align-items: center;
    min-width: 0;
    z-index: 3;
    gap: 10px;
}

.km-service-node.is-top-left {
    top: calc(50% - 205px);
    right: calc(50% + 84px);
    justify-content: flex-end;
}

.km-service-node.is-top-right {
    top: calc(50% - 205px);
    left: calc(50% + 84px);
    justify-content: flex-start;
}

.km-service-node.is-bottom-left {
    right: calc(50% + 84px);
    bottom: calc(50% - 205px);
    justify-content: flex-end;
}

.km-service-node.is-bottom-right {
    left: calc(50% + 84px);
    bottom: calc(50% - 205px);
    justify-content: flex-start;
}

.km-service-copy {
    max-width: 0;
    min-height: 92px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, .88);
    color: #4593ff;
    box-shadow: 0 18px 32px rgba(60, 114, 171, .12);
    opacity: 0;
    transition:
        max-width .9s cubic-bezier(.22, .78, .18, 1),
        opacity .25s ease;
}

.km-service-node.is-top-left .km-service-copy,
.km-service-node.is-bottom-left .km-service-copy {
    transform-origin: right center;
}

.km-service-node.is-top-right .km-service-copy,
.km-service-node.is-bottom-right .km-service-copy {
    transform-origin: left center;
}

.km-service-copy > div {
    width: 500px;
    padding: 16px 34px;
    text-align: center;
}

.km-service-copy h3 {
    color: #4f9aff;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.34;
}

.km-service-copy p {
    margin-top: 7px;
    color: #4b9dff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
}

.km-service-copy .km-service-roman {
    margin-top: 2px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
}

.km-service-bubble {
    position: relative;
    flex: 0 0 160px;
    width: 160px;
    height: 160px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 8px;
    border-radius: 50%;
    background: linear-gradient(145deg, #56a7ff, #2583f0);
    color: #fff;
    text-align: center;
    box-shadow: 0 18px 34px rgba(34, 126, 238, .26);
}

.km-service-icon-space {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 18px;
}
.km-service-icon-space img{
    width: 100%;
    display: block;
}
.km-service-bubble strong {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.22;
    word-break: keep-all;
}

.km-report-section.km-is-visible .km-service-copy {
    max-width: 500px;
    opacity: 1;
}

.km-report-section.km-is-visible .km-service-node.is-top-left .km-service-copy {
    transition-delay: .12s;
}

.km-report-section.km-is-visible .km-service-node.is-top-right .km-service-copy {
    transition-delay: .22s;
}

.km-report-section.km-is-visible .km-service-node.is-bottom-left .km-service-copy {
    transition-delay: .32s;
}

.km-report-section.km-is-visible .km-service-node.is-bottom-right .km-service-copy {
    transition-delay: .42s;
}

.km-action-card {
    min-height: auto;
}

.km-action-list {
    display: grid;
    gap: 14px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.km-action-list li {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    padding: 16px 18px;
    border: 1px solid var(--km-glass-line-soft);
    border-radius: 18px;
    background: rgba(255, 255, 255, .36);
}

.km-action-list span {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: var(--km-report-dark-accent);
    color: #fff;
    font-family: var(--font-latin);
    font-size: 20px;
    font-weight: 800;
}

.km-action-list li:nth-child(2) span {
    background: #A87D5A;
}

.km-action-list li:nth-child(3) span {
    background: #8E7A6A;
}

.km-action-list li:nth-child(4) span {
    background: #6E7F91;
}

.km-action-list li:nth-child(5) span {
    background: #5D6F83;
}

.km-action-list p {
    color: var(--color-text);
    font-size: clamp(15px, 1.08vw, 18px);
    font-weight: 650;
    line-height: 1.65;
}

:root[data-km-theme="dark"] .km-platform-list li,
:root[data-km-theme="dark"] .km-update-actions div,
:root[data-km-theme="dark"] .km-action-list li {
    background: rgba(255, 255, 255, .06);
}

:root[data-km-theme="dark"] .km-platform-list li:first-child {
    border-color: rgba(255, 198, 66, .42);
    background:
        radial-gradient(circle at 94% 12%, rgba(255, 198, 66, .28), transparent 24%),
        linear-gradient(135deg, rgba(47, 117, 181, .28), rgba(255, 255, 255, .06)),
        rgba(255, 255, 255, .06);
    box-shadow: 0 18px 38px rgba(0, 0, 0, .24);
}

:root[data-km-theme="dark"] .km-platform-list li:nth-child(2) {
    border-color: rgba(142, 197, 255, .28);
    background:
        linear-gradient(135deg, rgba(47, 117, 181, .18), rgba(255, 255, 255, .06)),
        rgba(255, 255, 255, .06);
    box-shadow: 0 14px 30px rgba(0, 0, 0, .16);
}

:root[data-km-theme="dark"] .km-platform-list li:not(:first-child):hover,
:root[data-km-theme="dark"] .km-platform-list li:not(:first-child):focus-within {
    background: rgba(255, 255, 255, .1);
}

:root[data-km-theme="dark"] .km-trend-card.is-down {
    border-color: rgba(142, 197, 255, .18);
    background:
        linear-gradient(135deg, rgba(92, 142, 210, .22), rgba(255, 255, 255, .06)),
        rgba(255, 255, 255, .06);
}

:root[data-km-theme="dark"] .km-trend-card.is-up {
    border-color: rgba(255, 150, 122, .18);
    background:
        linear-gradient(135deg, rgba(217, 93, 74, .18), rgba(255, 255, 255, .06)),
        rgba(255, 255, 255, .06);
}

:root[data-km-theme="dark"] .km-generation-note {
    border-color: rgba(255, 218, 120, .16);
    background:
        linear-gradient(135deg, rgba(180, 154, 75, .18), rgba(255, 255, 255, .06)),
        rgba(255, 255, 255, .06);
}

:root[data-km-theme="dark"] .km-update-table th {
    background: rgba(142, 197, 255, .12);
}

:root[data-km-theme="dark"] .km-service-center {
    border-color: rgba(179, 149, 107, .36);
}

:root[data-km-theme="dark"] .km-service-photo {
    background:
        radial-gradient(circle at 50% 50%, rgba(86, 167, 255, .12), rgba(255, 255, 255, .04)),
        rgba(255, 255, 255, .06);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12);
}

:root[data-km-theme="dark"] .km-service-center-core {
    background: rgba(245, 249, 255, .94);
    color: var(--km-report-dark-accent);
    box-shadow: 0 22px 52px rgba(0, 0, 0, .32);
}

:root[data-km-theme="dark"] .km-service-copy {
    background: rgba(247, 251, 255, .94);
    box-shadow: 0 22px 40px rgba(0, 0, 0, .24);
}

:root[data-km-theme="dark"] .km-service-orbit .km-service-copy,
:root[data-km-theme="dark"] .km-service-orbit .km-service-copy h3,
:root[data-km-theme="dark"] .km-service-orbit .km-service-copy p {
    color: var(--km-report-dark-accent);
}

:root[data-km-theme="dark"] .km-service-bubble {
    background: var(--km-report-dark-accent);
    box-shadow: 0 18px 34px rgba(179, 149, 107, .26);
}

@media (max-width: 1024px) {
    .km-traveler-layout,
    .km-keyword-grid,
    .km-update-actions {
        grid-template-columns: 1fr;
    }

    .km-service-orbit {
        min-height: auto;
        display: grid;
        gap: 18px;
        padding-top: 280px;
    }

    .km-service-center {
        top: 0;
        width: 260px;
        height: 260px;
        transform: translateX(-50%);
    }

    .km-service-photo {
        width: 196px;
        height: 196px;
    }

    .km-service-center-core {
        width: 144px;
        height: 144px;
    }

    .km-service-center-core strong {
        font-size: 20px;
    }

    .km-service-center-icon {
        width: 44px;
        height: 34px;
    }

    .km-service-node,
    .km-service-node.is-top-left,
    .km-service-node.is-top-right,
    .km-service-node.is-bottom-left,
    .km-service-node.is-bottom-right {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        width: 100%;
        justify-content: center;
    }

    .km-service-node.is-top-left,
    .km-service-node.is-bottom-left {
        flex-direction: row;
    }

    .km-service-copy > div {
        width: min(540px, calc(100vw - 240px));
    }
}

@media (max-width: 768px) {
    .km-keyword-card {
        min-height: 330px;
        grid-template-rows: 164px minmax(100px, 1fr) auto;
        border-radius: 22px;
    }

    .km-keyword-head {
        min-height: 164px;
    }

    .km-keyword-head strong {
        left: -12px;
        min-height: 38px;
        padding: 10px 18px 10px;
        font-size: 12px;
    }

    .km-keyword-head span {
        min-height: 34px;
        padding: 0 14px;
        border-radius: 0 20px 0 16px;
        font-size: 12px;
    }

    .km-keyword-card p {
        padding: 24px 20px 14px;
        font-size: 14px;
    }

    .km-keyword-meta {
        margin: 0 20px 20px;
    }

    .km-platform-list li {
        grid-template-columns: 42px minmax(0, 1fr);
    }

    .km-platform-stars {
        grid-column: 2;
    }

    .km-service-orbit {
        padding-top: 240px;
    }

    .km-service-center {
        width: 220px;
        height: 220px;
    }

    .km-service-photo {
        width: 170px;
        height: 170px;
    }

    .km-service-center-core {
        width: 128px;
        height: 128px;
    }

    .km-service-center-core strong {
        font-size: 18px;
    }

    .km-service-node,
    .km-service-node.is-top-left,
    .km-service-node.is-bottom-left,
    .km-service-node.is-top-right,
    .km-service-node.is-bottom-right {
        flex-direction: column;
        gap: 0;
    }

    .km-service-bubble {
        flex-basis: 118px;
        width: 118px;
        height: 118px;
        order: 1;
    }

    .km-service-icon-space {
        width: 44px;
        height: 44px;
        border-radius: 14px;
    }

    .km-service-bubble strong {
        font-size: 14px;
    }

    .km-service-copy {
        order: 2;
        width: 100%;
        min-height: 0;
        border-radius: 26px;
    }

    .km-service-copy > div {
        width: calc(100vw - 64px);
        padding: 16px 18px;
    }

    .km-service-copy h3 {
        font-size: 15px;
    }

    .km-service-copy p,
    .km-service-copy .km-service-roman {
        font-size: 13px;
    }

    .km-action-list li {
        grid-template-columns: 52px minmax(0, 1fr);
        gap: 12px;
        padding: 14px;
    }

    .km-action-list span {
        width: 48px;
        height: 48px;
        font-size: 18px;
    }
}
