.pov-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(390px, .85fr);
    align-items: center;
    gap: clamp(40px, 6vw, 78px);
}

.pov-hero-copy,
.pov-keyword-panel {
    position: relative;
    z-index: 1;
    min-width: 0;
}

.pov-hero-copy .nv-content-lead {
    max-width: 660px;
}

.pov-hero-subtitle {
    max-width: 820px;
    margin: 18px 0 0;
    color: var(--nv-text, #f3f7f9);
    font-size: clamp(21px, 2.6vw, 34px);
    font-weight: 650;
    line-height: 1.35;
    letter-spacing: -.025em;
}

.pov-keyword-panel {
    padding-left: clamp(28px, 4vw, 50px);
    border-left: 1px solid var(--nv-line, rgba(151, 170, 190, .19));
}

.pov-keyword-heading .nv-content-eyebrow {
    margin-bottom: 10px;
}

.pov-keyword-heading h2 {
    margin: 0;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: -.02em;
}

.pov-keyword-heading > p:not(.nv-content-eyebrow) {
    margin: 7px 0 0;
    color: var(--nv-dim, #6f8091);
    font-size: 12px;
    line-height: 1.6;
}

.pov-keyword-cloud {
    position: relative;
    height: 280px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    gap: 10px 16px;
    margin-top: 0;
    overflow: hidden;
    isolation: isolate;
}

.pov-keyword-cloud::before,
.pov-keyword-cloud::after {
    content: "";
    position: absolute;
    z-index: -1;
    border: 1px solid rgba(56, 214, 199, .1);
    border-radius: 50%;
    pointer-events: none;
}

.pov-keyword-cloud::before {
    inset: 17% 2%;
    transform: rotate(-8deg);
}

.pov-keyword-cloud::after {
    inset: 31% 18%;
    border-style: dashed;
    opacity: .58;
    transform: rotate(14deg);
}

.pov-keyword {
    position: static;
    display: inline-flex;
    align-items: flex-start;
    gap: 3px;
    color: var(--nv-text, #f3f7f9);
    font-size: var(--pov-keyword-size, 16px);
    font-weight: 680;
    line-height: 1;
    letter-spacing: -.035em;
    opacity: var(--pov-keyword-opacity, .7);
    transform: none;
    transform-origin: center;
    visibility: visible;
    white-space: nowrap;
}

.pov-keyword-cloud.is-laid-out .pov-keyword { visibility: visible; }

.pov-keyword:first-child {
    color: var(--nv-accent, #38d6c7);
    text-shadow: 0 0 24px rgba(56, 214, 199, .2);
}

.pov-keyword-empty {
    color: var(--nv-dim, #6f8091);
    font-size: 13px;
}

.pov-list-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: -10px 0 24px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--nv-line, rgba(151, 170, 190, .19));
    color: var(--nv-dim, #6f8091);
    font-size: 12px;
}

.pov-count {
    color: var(--nv-dim, #6f8091);
    font-size: 13px;
}

.pov-notice {
    margin-bottom: 22px;
}

.pov-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.pov-card {
    position: relative;
    min-height: 310px;
    display: flex;
    flex-direction: column;
    padding: 28px;
    overflow: hidden;
    border: 1px solid var(--nv-line, rgba(151, 170, 190, .19));
    border-radius: var(--nvc-radius-md, 16px);
    background: var(--nv-panel, #0e151f);
    color: var(--nv-text, #f3f7f9);
    text-decoration: none;
    cursor: pointer;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.pov-card:hover,
.pov-card:focus-visible {
    transform: translateY(-3px);
    border-color: rgba(56, 214, 199, .52);
    box-shadow: 0 18px 42px rgba(0, 0, 0, .18);
    outline: none;
}

.pov-card::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    right: -62px;
    top: -62px;
    border: 1px solid rgba(56, 214, 199, .2);
    border-radius: 50%;
    box-shadow: 0 0 0 18px rgba(56, 214, 199, .025);
    pointer-events: none;
}

.pov-card-top,
.pov-card-footer,
.pov-tag-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.pov-card-top {
    justify-content: space-between;
    color: var(--nv-dim, #6f8091);
    font-size: 12px;
}

.pov-sample-badge {
    padding: 4px 8px;
    border: 1px solid rgba(235, 180, 72, .35);
    border-radius: 999px;
    color: #e6b95f;
    background: rgba(235, 180, 72, .08);
    font-weight: 700;
}

.pov-card h3 {
    max-width: 540px;
    margin: 24px 0 0;
    font-size: clamp(21px, 2.4vw, 28px);
    line-height: 1.34;
    letter-spacing: -.025em;
}

.pov-card-excerpt {
    margin: 14px 0 0;
    color: var(--nv-muted, #9baab9);
    line-height: 1.75;
}

.pov-tag-list {
    margin-top: 18px;
}

.pov-tag {
    padding: 5px 8px;
    border-radius: 6px;
    color: var(--nv-accent, #38d6c7);
    background: var(--nv-accent-soft, rgba(56, 214, 199, .1));
    font-size: 11px;
}

.pov-card-footer {
    justify-content: space-between;
    margin-top: auto;
    padding-top: 26px;
    color: var(--nv-dim, #6f8091);
    font-size: 12px;
}

.pov-card-link,
.pov-card-link-disabled {
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.pov-card-link {
    color: var(--nv-accent, #38d6c7);
}

.pov-card-cta {
    color: var(--nv-accent, #38d6c7);
    font-size: 13px;
    font-weight: 700;
}

.pov-card-link-disabled {
    color: var(--nv-dim, #6f8091);
}

.pov-empty {
    grid-column: 1 / -1;
    padding: 48px 24px;
    border: 1px dashed var(--nv-line-strong, rgba(151, 170, 190, .34));
    border-radius: var(--nvc-radius-md, 16px);
    color: var(--nv-muted, #9baab9);
    text-align: center;
}

.pov-admin-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr);
    gap: 16px;
}

.pov-admin-panel,
.pov-admin-aside {
    padding: clamp(24px, 4vw, 36px);
    border: 1px solid var(--nv-line, rgba(151, 170, 190, .19));
    border-radius: var(--nvc-radius-md, 16px);
    background: var(--nv-panel, #0e151f);
}

.pov-admin-panel h2,
.pov-admin-aside h2,
.pov-admin-aside h3 {
    margin: 0;
}

.pov-admin-panel > p,
.pov-admin-aside p {
    color: var(--nv-muted, #9baab9);
    line-height: 1.7;
}

.pov-access-state {
    min-height: 250px;
    display: grid;
    place-items: center;
    padding: 32px;
    border: 1px dashed var(--nv-line-strong, rgba(151, 170, 190, .34));
    border-radius: 12px;
    text-align: center;
}

.pov-access-state > div {
    max-width: 520px;
}

.pov-access-state h3 {
    margin: 0;
    font-size: 23px;
}

.pov-access-state p {
    margin: 10px 0 0;
    color: var(--nv-muted, #9baab9);
    line-height: 1.7;
}

.pov-admin-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 24px;
}

.pov-field {
    display: grid;
    gap: 7px;
}

.pov-field.is-wide {
    grid-column: 1 / -1;
}

.pov-field > span {
    color: var(--nv-muted, #9baab9);
    font-size: 13px;
    font-weight: 650;
}

.pov-field input,
.pov-field textarea,
.pov-field select {
    width: 100%;
    min-height: 44px;
    padding: 10px 12px;
    border: 1px solid var(--nv-line-strong, rgba(151, 170, 190, .34));
    border-radius: 9px;
    color: var(--nv-text, #f3f7f9);
    background: var(--nv-bg, #070b11);
    font: inherit;
}

.pov-field textarea {
    min-height: 116px;
    resize: vertical;
    line-height: 1.6;
}

.pov-field input:focus,
.pov-field textarea:focus,
.pov-field select:focus {
    border-color: var(--nv-accent, #38d6c7);
    outline: 2px solid rgba(56, 214, 199, .16);
}

.pov-form-actions {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    padding-top: 4px;
}

.pov-api-state {
    display: flex;
    gap: 8px;
    align-items: center;
    margin: 20px 0 0;
    padding: 12px 14px;
    border-radius: 9px;
    color: var(--nv-muted, #9baab9);
    background: rgba(255, 255, 255, .03);
    font-size: 13px;
}

.pov-api-state::before {
    content: "";
    width: 8px;
    height: 8px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #e6b95f;
}

.pov-api-state.is-connected::before {
    background: var(--nv-accent, #38d6c7);
}

.pov-submit-status {
    min-height: 22px;
    color: var(--nv-muted, #9baab9);
    font-size: 13px;
}

.pov-admin-aside .nv-content-list {
    margin-bottom: 28px;
}

@media (max-width: 860px) {
    .pov-hero,
    .pov-grid,
    .pov-admin-layout {
        grid-template-columns: 1fr;
    }

    .pov-keyword-panel {
        padding: 30px 0 0;
        border-top: 1px solid var(--nv-line, rgba(151, 170, 190, .19));
        border-left: 0;
    }

    .pov-keyword-cloud {
        height: 250px;
    }
}

@media (max-width: 620px) {
    .pov-keyword-cloud {
        height: 270px;
        box-sizing: border-box;
        gap: 9px 12px;
        padding-inline: 8px;
    }

    .pov-keyword {
        font-size: min(var(--pov-keyword-size, 16px), 6.1vw);
    }

    .pov-card {
        min-height: 0;
        padding: 22px;
    }

    .pov-admin-form {
        grid-template-columns: 1fr;
    }

    .pov-field.is-wide,
    .pov-form-actions {
        grid-column: auto;
    }
}
