@charset "utf-8";

.kv-pc-board,
.kv-pc-view {
    max-width: 1240px;
    margin: 0 auto;
    color: #f8fafc;
    font-family: 'Noto Sans KR', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.kv-pc-price-index {
    padding: 22px;
    border-radius: 8px;
    background:
        radial-gradient(circle at 12% 10%, rgba(219, 0, 124, 0.18), transparent 28%),
        radial-gradient(circle at 90% 4%, rgba(14, 165, 233, 0.18), transparent 34%),
        linear-gradient(135deg, #050816 0%, #0b1022 48%, #111827 100%);
    box-shadow: 0 24px 60px rgba(2, 6, 23, 0.28);
}

.kv-pc-price-index * {
    box-sizing: border-box;
}

.kv-pc-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 5px 10px;
    border: 1px solid rgba(56, 189, 248, 0.45);
    border-radius: 999px;
    color: #67e8f9;
    background: rgba(8, 47, 73, 0.62);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
}

.kv-pc-hero,
.kv-pc-view-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 22px;
    align-items: stretch;
    margin: 0 0 16px;
}

.kv-pc-titleblock,
.kv-pc-view-title,
.kv-pc-index-card,
.kv-pc-view-stats {
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.76);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(14px);
}

.kv-pc-titleblock,
.kv-pc-view-title {
    min-height: 300px;
    padding: 30px;
}

.kv-pc-titleblock h1,
.kv-pc-view-title h1 {
    margin: 16px 0 10px;
    color: #fff;
    font-size: 46px;
    line-height: 1.14;
    font-weight: 950;
}

.kv-pc-titleblock p,
.kv-pc-view-title p {
    max-width: 700px;
    margin: 0;
    color: #cbd5e1;
    font-size: 17px;
    line-height: 1.7;
}

.kv-pc-trust-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
}

.kv-pc-trust-badges span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 999px;
    color: #e2e8f0;
    background: rgba(15, 23, 42, 0.64);
    font-size: 13px;
    font-weight: 900;
}

.kv-pc-hero-actions,
.kv-pc-intent-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.kv-pc-index-card {
    padding: 22px;
}

.kv-pc-index-date {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.18);
}

.kv-pc-index-date span,
.kv-pc-index-grid span,
.kv-pc-view-stats span {
    display: block;
    color: #94a3b8;
    font-size: 12px;
    font-weight: 900;
}

.kv-pc-index-date strong {
    color: #fff;
    font-size: 25px;
    font-weight: 950;
}

.kv-pc-index-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 14px;
}

.kv-pc-index-grid div,
.kv-pc-view-stats div {
    min-height: 86px;
    padding: 16px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 8px;
    background: rgba(2, 6, 23, 0.46);
}

.kv-pc-index-grid strong,
.kv-pc-view-stats strong {
    display: block;
    margin-top: 8px;
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 950;
}

.kv-pc-index-card p {
    margin: 16px 0 0;
    color: #cbd5e1;
    font-size: 14px;
    line-height: 1.65;
}

.kv-pc-method-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin: 16px 0;
}

.kv-pc-method-strip div {
    min-height: 86px;
    padding: 16px;
    border: 1px solid rgba(56, 189, 248, 0.22);
    border-radius: 8px;
    background: rgba(8, 47, 73, 0.32);
}

.kv-pc-method-strip strong {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 950;
}

.kv-pc-method-strip span {
    display: block;
    margin-top: 6px;
    color: #bae6fd;
    font-size: 13px;
    line-height: 1.55;
}

.kv-pc-controls {
    display: grid;
    grid-template-columns: 150px 150px 160px 140px 170px 108px;
    gap: 10px;
    align-items: end;
    margin: 16px 0 12px;
    padding: 16px;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.78);
}

.kv-pc-control {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.kv-pc-control label {
    color: #cbd5e1;
    font-size: 12px;
    font-weight: 900;
}

.kv-pc-control input,
.kv-pc-control select {
    width: 100%;
    height: 42px;
    padding: 0 11px;
    border: 1px solid rgba(148, 163, 184, 0.34);
    border-radius: 8px;
    background: rgba(2, 6, 23, 0.82);
    color: #f8fafc;
    font-size: 14px;
}

.kv-pc-control input:focus,
.kv-pc-control select:focus {
    outline: none;
    border-color: #38bdf8;
    box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.16);
}

.kv-pc-filter-button,
.kv-pc-primary,
.kv-pc-secondary,
.kv-pc-action,
.kv-pc-view-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 15px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 950;
    text-decoration: none;
    cursor: pointer;
}

.kv-pc-filter-button,
.kv-pc-primary {
    border: 1px solid #db007c;
    background: linear-gradient(135deg, #db007c 0%, #9630ff 100%);
    color: #fff !important;
    box-shadow: 0 12px 24px rgba(219, 0, 124, 0.22);
}

.kv-pc-secondary,
.kv-pc-action,
.kv-pc-view-nav a {
    border: 1px solid rgba(148, 163, 184, 0.34);
    background: rgba(15, 23, 42, 0.86);
    color: #e2e8f0 !important;
}

.kv-pc-filter-button:hover,
.kv-pc-primary:hover {
    filter: brightness(1.08);
}

.kv-pc-secondary:hover,
.kv-pc-action:hover,
.kv-pc-view-nav a:hover {
    border-color: #38bdf8;
    color: #fff !important;
}

.kv-pc-group-rail {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    margin: 0 0 18px;
    padding: 2px 0 8px;
    scrollbar-width: thin;
}

.kv-pc-group-rail a {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    border: 1px solid rgba(148, 163, 184, 0.26);
    border-radius: 999px;
    color: #cbd5e1;
    background: rgba(15, 23, 42, 0.72);
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

.kv-pc-group-rail a.is-active,
.kv-pc-group-rail a:hover {
    border-color: #db007c;
    color: #fff;
    background: rgba(219, 0, 124, 0.22);
}

.kv-pc-section-head {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 12px;
}

.kv-pc-section-head h2 {
    margin: 0;
    color: #fff;
    font-size: 26px;
    line-height: 1.3;
    font-weight: 950;
}

.kv-pc-section-head p {
    margin: 0;
    color: #94a3b8;
    font-size: 14px;
}

.kv-pc-featured {
    margin: 18px 0;
}

.kv-pc-featured-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.kv-pc-feature-card {
    position: relative;
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr);
    gap: 14px;
    min-height: 176px;
    padding: 14px;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.82);
    overflow: hidden;
}

.kv-pc-rank-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 26px;
    padding: 0 10px;
    border-radius: 999px;
    background: #020617;
    color: #67e8f9;
    font-size: 12px;
    font-weight: 950;
}

.kv-pc-feature-thumb,
.kv-pc-thumb,
.kv-pc-top-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(219, 0, 124, 0.30), rgba(14, 165, 233, 0.22)),
        #020617;
}

.kv-pc-feature-thumb {
    width: 118px;
    height: 148px;
}

.kv-pc-thumb {
    width: 68px;
    height: 88px;
    flex: 0 0 68px;
}

.kv-pc-top-thumb {
    width: 92px;
    height: 118px;
    margin-bottom: 10px;
}

.kv-pc-feature-thumb img,
.kv-pc-thumb img,
.kv-pc-top-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kv-pc-feature-thumb span,
.kv-pc-thumb span,
.kv-pc-top-thumb span {
    color: #fff;
    font-size: 18px;
    font-weight: 950;
}

.kv-pc-feature-body {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
}

.kv-pc-feature-body strong {
    display: block;
    color: #fff;
    font-size: 17px;
    line-height: 1.42;
    font-weight: 950;
}

.kv-pc-feature-body em {
    display: block;
    margin-top: 8px;
    color: #f9a8d4;
    font-style: normal;
    font-size: 26px;
    line-height: 1.15;
    font-weight: 950;
}

.kv-pc-feature-body small {
    display: block;
    margin-top: 8px;
    color: #cbd5e1;
    font-size: 12px;
    line-height: 1.45;
}

.kv-pc-confidence-bar {
    overflow: hidden;
    width: 100%;
    height: 7px;
    margin-top: 10px;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.20);
}

.kv-pc-confidence-bar i {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #38bdf8 0%, #db007c 100%);
}

.kv-pc-list {
    overflow: hidden;
    margin-top: 18px;
    border: 1px solid rgba(148, 163, 184, 0.26);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.74);
}

.kv-pc-list-head,
.kv-pc-row {
    display: grid;
    grid-template-columns: 72px minmax(0, 1.35fr) 178px 170px 126px 116px;
    gap: 14px;
    align-items: center;
}

.kv-pc-list-head {
    min-height: 58px;
    padding: 0 18px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.20);
    color: #bae6fd;
    background: rgba(2, 6, 23, 0.82);
    font-size: 13px;
    font-weight: 950;
}

.kv-pc-row {
    min-height: 126px;
    padding: 18px;
    border-top: 1px solid rgba(148, 163, 184, 0.14);
}

.kv-pc-row:first-of-type {
    border-top: 0;
}

.kv-pc-row:hover {
    background: rgba(30, 41, 59, 0.52);
}

.kv-pc-row .col-rank strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(56, 189, 248, 0.38);
    border-radius: 50%;
    background: #020617;
    color: #fff;
    font-size: 17px;
    font-weight: 950;
}

.kv-pc-row .col-card {
    display: flex;
    gap: 14px;
    align-items: center;
    min-width: 0;
}

.kv-pc-card-text {
    min-width: 0;
}

.kv-pc-card-text strong {
    display: block;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    font-weight: 950;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.kv-pc-card-text > span {
    display: block;
    overflow: hidden;
    margin-top: 5px;
    color: #94a3b8;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.kv-pc-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 9px;
}

.kv-pc-badges em {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 8px;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 999px;
    color: #e2e8f0;
    background: rgba(2, 6, 23, 0.54);
    font-style: normal;
    font-size: 12px;
    font-weight: 900;
}

.kv-pc-badges em.is-confidence {
    color: #67e8f9;
}

.col-price strong {
    display: block;
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 950;
}

.col-price span,
.col-bidask span,
.col-sample span,
.col-price small,
.col-bidask small {
    display: block;
    margin-top: 5px;
    color: #94a3b8;
    font-size: 12px;
    line-height: 1.45;
}

.col-price .is-up {
    color: #fb7185;
}

.col-price .is-down {
    color: #60a5fa;
}

.col-bidask span {
    display: inline-flex;
    width: 100%;
    min-height: 28px;
    align-items: center;
    padding: 0 9px;
    border-radius: 999px;
    font-weight: 900;
}

.col-bidask .is-sell {
    color: #fecdd3;
    background: rgba(244, 63, 94, 0.14);
}

.col-bidask .is-buy {
    color: #bfdbfe;
    background: rgba(59, 130, 246, 0.14);
}

.col-sample strong {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 950;
}

.col-action {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.kv-pc-action {
    min-height: 34px;
    padding: 0 10px;
    font-size: 12px;
}

.kv-pc-action.is-muted {
    color: #94a3b8 !important;
}

.kv-pc-empty {
    padding: 52px 20px;
    text-align: center;
}

.kv-pc-empty strong {
    display: block;
    margin-bottom: 8px;
    color: #fff;
    font-size: 18px;
}

.kv-pc-empty p {
    margin: 0;
    color: #94a3b8;
    font-size: 14px;
}

.kv-pc-pagination {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

.kv-pc-intent,
.kv-pc-view-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 20px;
    align-items: center;
    margin-top: 22px;
    padding: 22px;
    border: 1px solid rgba(219, 0, 124, 0.30);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(219, 0, 124, 0.16), rgba(14, 165, 233, 0.12)),
        rgba(15, 23, 42, 0.82);
}

.kv-pc-intent h2,
.kv-pc-view-cta h2 {
    margin: 10px 0 7px;
    color: #fff;
    font-size: 25px;
    line-height: 1.32;
    font-weight: 950;
}

.kv-pc-intent p,
.kv-pc-view-cta p {
    margin: 0;
    color: #cbd5e1;
    font-size: 14px;
    line-height: 1.7;
}

.kv-pc-intent ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.kv-pc-intent li {
    min-height: 50px;
    padding: 11px 12px;
    border: 1px solid rgba(148, 163, 184, 0.20);
    border-radius: 8px;
    color: #e2e8f0;
    background: rgba(2, 6, 23, 0.42);
    font-size: 13px;
    line-height: 1.45;
}

.kv-pc-intent-actions {
    justify-content: flex-end;
    margin-top: 0;
}

.kv-pc-view-hero {
    margin-bottom: 16px;
}

.kv-pc-view-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 22px;
}

.kv-pc-top-strip {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    margin: 18px 0 22px;
}

.kv-pc-top-card {
    min-width: 0;
    padding: 14px;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.82);
}

.kv-pc-top-rank {
    display: inline-flex;
    margin-bottom: 10px;
    color: #67e8f9;
    font-size: 13px;
    font-weight: 950;
}

.kv-pc-top-card strong,
.kv-pc-top-card em,
.kv-pc-top-card small {
    display: block;
}

.kv-pc-top-card strong {
    overflow: hidden;
    color: #fff;
    font-size: 14px;
    font-weight: 950;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.kv-pc-top-card em {
    margin-top: 5px;
    color: #f9a8d4;
    font-style: normal;
    font-size: 17px;
    font-weight: 950;
}

.kv-pc-top-card small {
    margin-top: 5px;
    color: #94a3b8;
    font-size: 12px;
    line-height: 1.45;
}

.kv-pc-view-content {
    padding: 24px;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 8px;
    background: #fff;
    color: #111827;
}

.kv-pc-view-content .kv-pc-article {
    color: #111827;
}

.kv-pc-view-content .kv-pc-article h2 {
    color: #111827;
}

.kv-pc-view-nav {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 18px;
}

.kv-pc-article-card {
    display: flex;
    gap: 10px;
    align-items: center;
    min-width: 220px;
}

.kv-pc-article-thumb {
    flex: 0 0 48px;
    width: 48px;
    height: 62px;
    overflow: hidden;
    border-radius: 8px;
    background: #111827;
}

.kv-pc-article-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kv-pc-article-thumb span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
}

@media (max-width: 1060px) {
    .kv-pc-hero,
    .kv-pc-view-hero {
        grid-template-columns: 1fr;
    }

    .kv-pc-controls {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .kv-pc-method-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .kv-pc-featured-grid {
        grid-template-columns: 1fr;
    }

    .kv-pc-list-head {
        display: none;
    }

    .kv-pc-row {
        grid-template-columns: 54px minmax(0, 1fr) 170px;
        gap: 12px;
    }

    .kv-pc-row .col-bidask,
    .kv-pc-row .col-sample,
    .kv-pc-row .col-action {
        grid-column: 2 / 4;
    }

    .col-action {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .kv-pc-top-strip {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .kv-pc-price-index {
        padding: 14px;
    }

    .kv-pc-titleblock,
    .kv-pc-view-title,
    .kv-pc-index-card,
    .kv-pc-view-stats {
        padding: 18px;
    }

    .kv-pc-titleblock h1,
    .kv-pc-view-title h1 {
        font-size: 32px;
    }

    .kv-pc-controls,
    .kv-pc-method-strip,
    .kv-pc-index-grid,
    .kv-pc-view-stats,
    .kv-pc-intent,
    .kv-pc-view-cta,
    .kv-pc-intent ul {
        grid-template-columns: 1fr;
    }

    .kv-pc-feature-card {
        grid-template-columns: 96px minmax(0, 1fr);
    }

    .kv-pc-feature-thumb {
        width: 96px;
        height: 122px;
    }

    .kv-pc-row {
        grid-template-columns: 44px minmax(0, 1fr);
    }

    .kv-pc-row .col-price,
    .kv-pc-row .col-bidask,
    .kv-pc-row .col-sample,
    .kv-pc-row .col-action {
        grid-column: 2;
    }

    .kv-pc-row .col-price {
        display: block;
    }

    .kv-pc-thumb {
        width: 58px;
        height: 78px;
        flex-basis: 58px;
    }

    .kv-pc-intent-actions,
    .kv-pc-view-nav {
        justify-content: stretch;
        flex-direction: column;
    }

    .kv-pc-primary,
    .kv-pc-secondary,
    .kv-pc-view-nav a {
        width: 100%;
    }

    .kv-pc-top-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 460px) {
    .kv-pc-card-text strong,
    .kv-pc-card-text > span {
        white-space: normal;
    }

    .kv-pc-top-strip {
        grid-template-columns: 1fr;
    }
}
