.powell-cc-page {
    min-height: 100vh;
    padding: 32px 0 56px;
    color: var(--ls-text);
}

.powell-cc-page::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background: transparent;
    opacity: 0;
}

.powell-cc-page button {
    font: inherit;
}

.powell-cc-page input {
    font: inherit;
}

.powell-cc-page select {
    font: inherit;
}

.powell-cc-page textarea {
    font: inherit;
}

.powell-cc-page button {
    padding: 4px 8px;
    border-radius: var(--ls-radius-lg);
    cursor: pointer;
}

.powell-cc-shell {
    width: min(1480px, calc(100% - 40px));
    margin: 0 auto;
    position: relative;
}

.powell-cc-profile-card {
    border: 1px solid var(--ls-border-light);
    border-radius: var(--ls-radius-xl);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: none;
    backdrop-filter: blur(14px);
    position: relative;
    isolation: isolate;
}

.powell-cc-menu {
    border: 1px solid var(--ls-border-light);
    border-radius: var(--ls-radius-xl);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: none;
    backdrop-filter: blur(14px);
    position: relative;
    isolation: isolate;
}

.powell-cc-card {
    border: 1px solid var(--ls-border-light);
    border-radius: var(--ls-radius-xl);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: none;
    backdrop-filter: blur(14px);
    position: relative;
    isolation: isolate;
}

.powell-cc-post-card {
    border: 1px solid var(--ls-border-light);
    border-radius: var(--ls-radius-xl);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: none;
    backdrop-filter: blur(14px);
    position: relative;
    isolation: isolate;
}

.powell-cc-overview-trend-card {
    border: 1px solid var(--ls-border-light);
    border-radius: var(--ls-radius-xl);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: none;
    backdrop-filter: blur(14px);
    position: relative;
    isolation: isolate;
}

.powell-cc-comment-queue-item {
    border: 1px solid var(--ls-border-light);
    border-radius: var(--ls-radius-xl);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: none;
    backdrop-filter: blur(14px);
    position: relative;
    isolation: isolate;
}

.powell-cc-comment-detail {
    border: 1px solid var(--ls-border-light);
    border-radius: var(--ls-radius-xl);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: none;
    backdrop-filter: blur(14px);
    position: relative;
    isolation: isolate;
}

.powell-cc-profile-copy span {
    margin: 0;
    color: var(--ls-text-secondary);
    font-size: 14px;
    line-height: 1.7;
}

.powell-cc-card-note {
    margin: 0;
    color: var(--ls-text-secondary);
    font-size: 14px;
    line-height: 1.7;
}

.powell-cc-post-body p {
    margin: 0;
    color: var(--ls-text-secondary);
    font-size: 14px;
    line-height: 1.7;
}

.powell-cc-summary-card span {
    margin: 0;
    color: var(--ls-text-secondary);
    font-size: 14px;
    line-height: 1.7;
}

.powell-cc-workbench-card p {
    margin: 0;
    color: var(--ls-text-secondary);
    font-size: 14px;
    line-height: 1.7;
}

.powell-cc-trend-top p {
    margin: 0;
    color: var(--ls-text-secondary);
    font-size: 14px;
    line-height: 1.7;
}

.powell-cc-filter-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.powell-cc-range-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.powell-cc-filter-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.powell-cc-post-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.powell-cc-post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.powell-cc-workbench-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.powell-cc-detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.powell-cc-trend-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.powell-cc-jump-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.powell-cc-btn {
    transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}

.powell-cc-inline-link {
    transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}

.powell-cc-mini-btn {
    transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}

.powell-cc-comment-queue-item {
    transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}

.powell-cc-trend-tab {
    transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}

.powell-cc-chip-btn {
    transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}

.powell-cc-post-card {
    transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}

.powell-cc-rank-item {
    transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}

.powell-cc-publish-quick {
    transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}

.powell-cc-workbench-card {
    transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}

.powell-cc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 16px;
    border-radius: var(--ls-radius-xl);
    border: 1px solid transparent;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.powell-cc-inline-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 16px;
    border-radius: var(--ls-radius-xl);
    border: 1px solid transparent;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.powell-cc-mini-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 16px;
    border-radius: var(--ls-radius-xl);
    border: 1px solid transparent;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.powell-cc-btn:hover {
    transform: translateY(-1px);
}

.powell-cc-inline-link:hover {
    transform: translateY(-1px);
}

.powell-cc-mini-btn:hover {
    transform: translateY(-1px);
}

.powell-cc-comment-queue-item:hover {
    transform: translateY(-1px);
}

.powell-cc-trend-tab:hover {
    transform: translateY(-1px);
}

.powell-cc-chip-btn:hover {
    transform: translateY(-1px);
}

.powell-cc-post-card:hover {
    transform: translateY(-1px);
}

.powell-cc-publish-quick:hover {
    transform: translateY(-1px);
}

.powell-cc-workbench-card:hover {
    transform: translateY(-1px);
}

.powell-cc-btn:focus-visible {
    outline: 2px solid rgba(200, 93, 53, 0.32);
    outline-offset: 2px;
}

.powell-cc-inline-link:focus-visible {
    outline: 2px solid rgba(200, 93, 53, 0.32);
    outline-offset: 2px;
}

.powell-cc-mini-btn:focus-visible {
    outline: 2px solid rgba(200, 93, 53, 0.32);
    outline-offset: 2px;
}

.powell-cc-menu-item:focus-visible {
    outline: 2px solid rgba(200, 93, 53, 0.32);
    outline-offset: 2px;
}

.powell-cc-comment-queue-item:focus-visible {
    outline: 2px solid rgba(200, 93, 53, 0.32);
    outline-offset: 2px;
}

.powell-cc-trend-tab:focus-visible {
    outline: 2px solid rgba(200, 93, 53, 0.32);
    outline-offset: 2px;
}

.powell-cc-chip-btn:focus-visible {
    outline: 2px solid rgba(200, 93, 53, 0.32);
    outline-offset: 2px;
}

.powell-cc-range-btn:focus-visible {
    outline: 2px solid rgba(200, 93, 53, 0.32);
    outline-offset: 2px;
}

.powell-cc-filter-tab:focus-visible {
    outline: 2px solid rgba(200, 93, 53, 0.32);
    outline-offset: 2px;
}

.powell-cc-select:focus-visible {
    outline: 2px solid rgba(200, 93, 53, 0.32);
    outline-offset: 2px;
}

.powell-cc-detail-reply textarea:focus-visible {
    outline: 2px solid rgba(200, 93, 53, 0.32);
    outline-offset: 2px;
}

.powell-cc-btn.primary {
    background: var(--ls-primary);
    color: #fff;
}

.powell-cc-range-btn.is-active {
    background: var(--ls-primary);
    color: #fff;
}

.powell-cc-filter-tab.is-active {
    background: var(--ls-primary);
    color: #fff;
}

.powell-cc-range-btn:hover {
    background: var(--ls-primary);
    color: #fff;
}

.powell-cc-btn.ghost {
    background: var(--ls-bg);
    border: 1px solid var(--ls-border-light);
    color: var(--ls-text);
}

.powell-cc-inline-link {
    background: var(--ls-bg);
    border: 1px solid var(--ls-border-light);
    color: var(--ls-text);
}

.powell-cc-mini-btn.is-ghost {
    background: var(--ls-bg);
    border: 1px solid var(--ls-border-light);
    color: var(--ls-text);
}

.powell-cc-range-btn {
    background: var(--ls-bg);
    border: 1px solid var(--ls-border-light);
    color: var(--ls-text);
}

.powell-cc-filter-tab {
    background: var(--ls-bg);
    border: 1px solid var(--ls-border-light);
    color: var(--ls-text);
}

.powell-cc-trend-tab {
    background: var(--ls-bg);
    border: 1px solid var(--ls-border-light);
    color: var(--ls-text);
}

.powell-cc-btn.ghost:hover {
    border-color: rgba(31, 28, 24, 0.12);
    background: rgba(255, 255, 255, 0.88);
    color: var(--ls-text);
}

.powell-cc-inline-link:hover {
    border-color: rgba(31, 28, 24, 0.12);
    background: rgba(255, 255, 255, 0.88);
    color: var(--ls-text);
}

.powell-cc-mini-btn.is-ghost:hover {
    border-color: rgba(31, 28, 24, 0.12);
    background: rgba(255, 255, 255, 0.88);
    color: var(--ls-text);
}

.powell-cc-filter-tab:hover {
    border-color: rgba(31, 28, 24, 0.12);
    background: rgba(255, 255, 255, 0.88);
    color: var(--ls-text);
}

.powell-cc-trend-tab:hover {
    border-color: rgba(31, 28, 24, 0.12);
    background: rgba(255, 255, 255, 0.88);
    color: var(--ls-text);
}

.powell-cc-chip-btn:hover {
    border-color: rgba(31, 28, 24, 0.12);
    background: rgba(255, 255, 255, 0.88);
    color: var(--ls-text);
}

.powell-cc-btn.soft {
    background: rgba(31, 106, 91, 0.10);
    color: var(--ls-success);
}

.powell-cc-chip-btn.is-active {
    color: #fff;
    border-color: transparent;
    background: var(--ls-primary);
    box-shadow: none;
}

.powell-cc-mini-btn.is-danger {
    background: rgba(200, 93, 53, 0.10);
    color: var(--ls-primary);
}

.powell-cc-layout {
    display: grid;
    grid-template-columns: 296px minmax(0, 1fr);
    gap: 26px;
    align-items: start;
}

.powell-cc-sidebar {
    display: grid;
    gap: 18px;
    align-content: start;
    position: sticky;
    top: 24px;
}

.powell-cc-profile-card {
    padding: 22px;
}

.powell-cc-menu {
    padding: 22px;
}

.powell-cc-card {
    padding: 22px;
}

.powell-cc-overview-trend-card {
    padding: 22px;
}

.powell-cc-comment-detail {
    padding: 22px;
}

.powell-cc-profile-card {
    background: var(--ls-card-bg);
    overflow: hidden;
    border-color: rgba(255, 255, 255, 0.62);
    box-shadow: none;
}

.powell-cc-profile-head {
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(31, 28, 24, 0.06);
}

.powell-cc-profile-head {
    display: flex;
    align-items: center;
    gap: 14px;
}

.powell-cc-comment-user {
    display: flex;
    align-items: center;
    gap: 14px;
}

.powell-cc-fan-main {
    display: flex;
    align-items: center;
    gap: 14px;
}

.powell-cc-profile-avatar {
    width: 64px;
    height: 64px;
    border-radius: var(--ls-radius-xl);
    flex-shrink: 0;
}

.powell-cc-avatar {
    width: 64px;
    height: 64px;
    border-radius: var(--ls-radius-xl);
    flex-shrink: 0;
}

.powell-cc-profile-avatar {
    object-fit: cover;
}

.powell-cc-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--ls-primary);
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.powell-cc-profile-copy {
    display: grid;
    gap: 4px;
}

.powell-cc-profile-stats {
    display: grid;
    gap: 16px;
}

.powell-cc-status-grid {
    display: grid;
    gap: 16px;
}

.powell-cc-metrics {
    display: grid;
    gap: 16px;
}

.powell-cc-analysis-summary {
    display: grid;
    gap: 16px;
}

.powell-cc-overview-grid {
    display: grid;
    gap: 16px;
}

.powell-cc-type-board {
    display: grid;
    gap: 16px;
}

.powell-cc-post-list {
    display: grid;
    gap: 16px;
}

.powell-cc-analysis-grid {
    display: grid;
    gap: 16px;
}

.powell-cc-audience-grid {
    display: grid;
    gap: 16px;
}

.powell-cc-workbench-grid {
    display: grid;
    gap: 16px;
}

.powell-cc-quick-publish {
    display: grid;
    gap: 16px;
}

.powell-cc-trend-meta {
    display: grid;
    gap: 16px;
}

.powell-cc-detail-stats {
    display: grid;
    gap: 16px;
}

.powell-cc-profile-stats {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 16px;
}

.powell-cc-profile-stats div {
    padding: 14px 16px;
    border-radius: var(--ls-radius-xl);
    background: var(--ls-bg);
    border: 1px solid rgba(31, 28, 24, 0.06);
}

.powell-cc-status-card {
    padding: 14px 16px;
    border-radius: var(--ls-radius-xl);
    background: var(--ls-bg);
    border: 1px solid rgba(31, 28, 24, 0.06);
}

.powell-cc-trend-meta-card {
    padding: 14px 16px;
    border-radius: var(--ls-radius-xl);
    background: var(--ls-bg);
    border: 1px solid rgba(31, 28, 24, 0.06);
}

.powell-cc-detail-stats article {
    padding: 14px 16px;
    border-radius: var(--ls-radius-xl);
    background: var(--ls-bg);
    border: 1px solid rgba(31, 28, 24, 0.06);
}

.powell-cc-status-card {
    box-shadow: none;
}

.powell-cc-summary-card {
    box-shadow: none;
}

.powell-cc-detail-stats article {
    box-shadow: none;
}

.powell-cc-profile-stats div {
    box-shadow: none;
}

.powell-cc-profile-stats small {
    display: block;
    color: var(--ls-text-secondary);
    font-size: 12px;
}

.powell-cc-status-card small {
    display: block;
    color: var(--ls-text-secondary);
    font-size: 12px;
}

.powell-cc-summary-card small {
    display: block;
    color: var(--ls-text-secondary);
    font-size: 12px;
}

.powell-cc-metric-label {
    display: block;
    color: var(--ls-text-secondary);
    font-size: 12px;
}

.powell-cc-type-top small {
    display: block;
    color: var(--ls-text-secondary);
    font-size: 12px;
}

.powell-cc-workbench-tag {
    display: block;
    color: var(--ls-text-secondary);
    font-size: 12px;
}

.powell-cc-trend-kicker {
    display: block;
    color: var(--ls-text-secondary);
    font-size: 12px;
}

.powell-cc-trend-meta-card small {
    display: block;
    color: var(--ls-text-secondary);
    font-size: 12px;
}

.powell-cc-detail-block small {
    display: block;
    color: var(--ls-text-secondary);
    font-size: 12px;
}

.powell-cc-detail-stats small {
    display: block;
    color: var(--ls-text-secondary);
    font-size: 12px;
}

.powell-cc-profile-stats strong {
    display: block;
    margin-top: 6px;
    font-size: 22px;
    line-height: 1.05;
    font-weight: 650;
}

.powell-cc-status-card strong {
    display: block;
    margin-top: 6px;
    font-size: 22px;
    line-height: 1.05;
    font-weight: 650;
}

.powell-cc-summary-card strong {
    display: block;
    margin-top: 6px;
    font-size: 22px;
    line-height: 1.05;
    font-weight: 650;
}

.powell-cc-detail-stats strong {
    display: block;
    margin-top: 6px;
    font-size: 22px;
    line-height: 1.05;
    font-weight: 650;
}

.powell-cc-menu {
    display: grid;
    gap: 8px;
    padding: 14px;
    background: var(--ls-card-bg);
    border-color: rgba(255, 255, 255, 0.62);
    box-shadow: none;
    overflow: hidden;
}

.powell-cc-menu-item {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    min-height: 56px;
    padding: 8px 12px;
    border: 1px solid transparent;
    border-radius: var(--ls-radius-xl);
    background: transparent;
    color: var(--ls-text);
    text-decoration: none;
    cursor: pointer;
    text-align: left;
}

.powell-cc-menu-item:hover {
    background: var(--ls-bg-hover);
    border-color: var(--ls-border);
    color: var(--ls-primary);
    transform: translateX(1px);
}

.powell-cc-menu-item.is-active {
    background: var(--ls-bg-hover);
    border-color: var(--ls-border);
    color: var(--ls-primary);
    transform: none;
}

.powell-cc-menu-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: var(--ls-radius-xl);
    background: rgba(255, 255, 255, 0.78);
    box-shadow: none;
}

.powell-cc-publish-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: var(--ls-radius-xl);
    background: rgba(255, 255, 255, 0.78);
    box-shadow: none;
}

.powell-cc-menu-item em {
    min-width: 28px;
    height: 28px;
    padding: 0 8px;
    border-radius: var(--ls-radius-full);
    background: rgba(255, 255, 255, 0.92);
    font-style: normal;
    font-size: 12px;
    line-height: 28px;
    text-align: center;
}

.powell-cc-menu-text {
    min-width: 0;
    font-size: 14px;
    font-weight: 600;
}

.powell-cc-content {
    min-width: 0;
    display: grid;
}

.powell-cc-section {
    display: none;
}

.powell-cc-section.is-active {
    display: block;
}

.powell-cc-card-head {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 18px;
}

.powell-cc-manage-toolbar {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 18px;
}

.powell-cc-type-top {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 18px;
}

.powell-cc-workbench-head {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 18px;
}

.powell-cc-detail-head {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 18px;
}

.powell-cc-detail-children-head {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 18px;
}

.powell-cc-comment-queue-head {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 18px;
}

.powell-cc-overview-stage {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 18px;
}

.powell-cc-trend-top {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 18px;
}

.powell-cc-trend-stage {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 18px;
}

.powell-cc-card-head {
    padding-bottom: 16px;
    margin-bottom: 18px;
    border-bottom: 1px dashed rgba(31, 28, 24, 0.10);
}

.powell-cc-title-wrap {
    min-width: 0;
    display: grid;
    gap: 6px;
}

.powell-cc-metrics {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.powell-cc-analysis-summary {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.powell-cc-metric-card {
    padding: 24px;
    border-radius: var(--ls-radius-xl);
    background: var(--ls-card-bg);
    box-shadow: none;
}

.powell-cc-metric-value {
    display: block;
    margin-top: 10px;
    font-size: 32px;
    line-height: 1.04;
    letter-spacing: -0.03em;
    font-weight: 650;
}

.powell-cc-metric-card p {
    color: var(--ls-text-secondary);
    font-size: 14px;
    margin-top: 6px;
}

.powell-cc-overview-stage {
    align-items: stretch;
    margin: 20px 0;
}

.powell-cc-overview-trend-card {
    flex: 1 1 auto;
    min-width: 0;
    padding: 24px;
    position: relative;
    overflow: hidden;
    border-color: rgba(255, 255, 255, 0.62);
    background: var(--ls-card-bg);
}

.powell-cc-overview-side {
    width: 360px;
    display: grid;
    gap: 18px;
    flex: 0 0 360px;
}

.powell-cc-card {
    min-width: 0;
    box-shadow: none;
}

.powell-cc-trend-shell {
    display: grid;
    gap: 16px;
}

.powell-cc-trend-chart {
    display: grid;
    gap: 16px;
}

.powell-cc-trend-meta {
    display: grid;
    gap: 16px;
}

.powell-cc-spark-grid {
    display: grid;
    gap: 16px;
}

.powell-cc-spark-col {
    display: grid;
    gap: 16px;
}

.powell-cc-insight-strip {
    display: grid;
    gap: 16px;
}

.powell-cc-trend-copy {
    display: grid;
    gap: 16px;
}

.powell-cc-detail-console {
    display: grid;
    gap: 16px;
}

.powell-cc-trend-top {
    align-items: flex-start;
}

.powell-cc-trend-copy {
    max-width: 560px;
}

.powell-cc-trend-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 10px;
    border-radius: var(--ls-radius-full);
    background: rgba(31, 28, 24, 0.05);
    font-weight: 600;
}

.powell-cc-trend-tabs {
    justify-content: flex-end;
}

.powell-cc-insight-strip {
    grid-template-columns: 1.1fr .8fr 1fr;
}

.powell-cc-insight-card {
    display: grid;
    gap: 8px;
    padding: 18px;
    border-radius: var(--ls-radius-xl);
    border: 1px solid rgba(31, 28, 24, 0.05);
    background: rgba(255, 255, 255, 0.72);
}

.powell-cc-insight-card.is-primary {
    background: var(--ls-primary-light);
}

.powell-cc-insight-card.is-secondary {
    background: var(--ls-success-light);
}

.powell-cc-insight-card.is-accent {
    background: var(--ls-warning-light);
}

.powell-cc-insight-card small {
    color: var(--ls-text-secondary);
    font-size: 12px;
}

.powell-cc-insight-card strong {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -0.03em;
}

.powell-cc-insight-card span {
    color: var(--ls-text-secondary);
    font-size: 13px;
    line-height: 1.6;
}

.powell-cc-chip-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 14px;
    border: 1px solid rgba(31, 28, 24, 0.08);
    border-radius: var(--ls-radius-full);
    background: rgba(255, 255, 255, 0.78);
    color: var(--ls-text);
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}

.powell-cc-trend-tab {
    display: grid;
    gap: 4px;
    min-width: 102px;
    padding: 14px 16px;
    border-radius: var(--ls-radius-xl);
    cursor: pointer;
    text-align: left;
}

.powell-cc-trend-tab span {
    color: var(--ls-text-secondary);
    font-size: 12px;
}

.powell-cc-trend-tab strong {
    font-size: 18px;
    line-height: 1;
}

.powell-cc-trend-tab.is-active {
    border-color: rgba(31, 28, 24, 0.12);
    box-shadow: none;
    background: rgba(255, 255, 255, 0.88);
}

.powell-cc-trend-footer {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.powell-cc-trend-foot-card {
    display: grid;
    gap: 6px;
    padding: 16px 18px;
    border-radius: var(--ls-radius-xl);
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(31, 28, 24, 0.05);
}

.powell-cc-trend-foot-card strong {
    font-size: 18px;
    line-height: 1.3;
}

.powell-cc-trend-foot-card span {
    color: var(--ls-text-secondary);
    font-size: 12px;
    font-style: normal;
}

.powell-cc-trend-foot-card em {
    color: var(--ls-text-secondary);
    font-size: 12px;
    font-style: normal;
}

.powell-cc-trend-stage {
    align-items: stretch;
}

.powell-cc-trend-chart {
    flex: 1 1 auto;
    min-height: 340px;
    padding: 18px 18px 14px;
    border-radius: var(--ls-radius-xl);
    border: 1px solid rgba(31, 28, 24, 0.06);
    background: var(--ls-card-bg);
    overflow: hidden;
}

.powell-cc-trend-chart.is-primary {
    box-shadow: none;
}

.powell-cc-trend-chart.is-secondary {
    box-shadow: none;
}

.powell-cc-trend-chart.is-accent {
    box-shadow: none;
}

.powell-cc-trend-meta {
    width: 220px;
    flex: 0 0 220px;
}

.powell-cc-trend-meta-card strong {
    display: flex;
    align-items: flex-end;
    gap: 4px;
    margin-top: 8px;
    font-size: 26px;
    line-height: 1.05;
    font-weight: 650;
}

.powell-cc-trend-meta-card em {
    font-style: normal;
    font-size: 13px;
    color: var(--ls-text-secondary);
}

.powell-cc-trend-meta-card.is-secondary {
    background: rgba(31, 106, 91, 0.08);
}

.powell-cc-trend-meta-card.is-danger {
    background: rgba(200, 93, 53, 0.08);
}

.powell-cc-spark-grid {
    grid-template-columns: repeat(auto-fit, minmax(42px, 1fr));
    align-items: end;
    min-height: 280px;
}

.powell-cc-spark-col {
    align-items: end;
    justify-items: center;
    gap: 10px;
}

.powell-cc-spark-value {
    color: var(--ls-text-secondary);
    font-size: 11px;
}

.powell-cc-spark-col small {
    color: var(--ls-text-secondary);
    font-size: 11px;
}

.powell-cc-spark-bar {
    width: 18px;
    min-height: 10px;
    border-radius: var(--ls-radius-full) var(--ls-radius-full) var(--ls-radius-lg) var(--ls-radius-lg);
}

.powell-cc-spark-bar.is-primary {
    background: var(--ls-primary);
}

.powell-cc-spark-bar.is-secondary {
    background: var(--ls-success);
}

.powell-cc-spark-bar.is-accent {
    background: var(--ls-warning);
}

.powell-cc-overview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 18px 0;
}

.powell-cc-status-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.powell-cc-type-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.powell-cc-type-card {
    position: relative;
    display: grid;
    gap: 14px;
    padding: 18px;
    border-radius: var(--ls-radius-xl);
    border: 1px solid rgba(31, 28, 24, 0.05);
    background: var(--ls-card-bg);
    overflow: hidden;
}

.powell-cc-type-card.is-primary {
    background: var(--ls-primary-light);
}

.powell-cc-type-card.is-secondary {
    background: var(--ls-success-light);
}

.powell-cc-type-card.is-accent {
    background: var(--ls-warning-light);
}

.powell-cc-type-card.is-ink {
    background: var(--ls-bg);
}

.powell-cc-type-main {
    display: grid;
    gap: 6px;
}

.powell-cc-type-main strong {
    font-size: 20px;
    line-height: 1.2;
}

.powell-cc-type-main span {
    color: var(--ls-text-secondary);
    font-size: 13px;
}

.powell-cc-progress {
    height: 8px;
    border-radius: var(--ls-radius-full);
    background: rgba(31, 28, 24, 0.08);
    overflow: hidden;
}

.powell-cc-progress span {
    display: block;
    height: 100%;
    border-radius: var(--ls-radius-full);
    background: var(--ls-primary);
}

.powell-cc-workbench-grid {
    grid-template-columns: 1.1fr 1.15fr 1fr;
}

.powell-cc-workbench-card {
    display: grid;
    gap: 14px;
    min-height: 100%;
    padding: 22px;
    border-radius: var(--ls-radius-xl);
    border: 1px solid rgba(31, 28, 24, 0.06);
    background: var(--ls-card-bg);
    box-shadow: none;
}

.powell-cc-workbench-card.is-primary {
    background: var(--ls-primary-light);
}

.powell-cc-workbench-card.is-secondary {
    background: var(--ls-success-light);
}

.powell-cc-workbench-card.is-accent {
    background: var(--ls-warning-light);
}

.powell-cc-workbench-card:hover {
    box-shadow: none;
}

.powell-cc-workbench-head i {
    font-size: 20px;
}

.powell-cc-workbench-tag {
    display: inline-flex;
    align-items: center;
    height: 28px;
    padding: 0 10px;
    border-radius: var(--ls-radius-full);
    background: rgba(255, 255, 255, 0.68);
    font-weight: 600;
}

.powell-cc-quick-publish {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.powell-cc-publish-quick {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    padding: 16px;
    border-radius: var(--ls-radius-xl);
    border: 1px solid rgba(31, 28, 24, 0.06);
    background: rgba(255, 255, 255, 0.74);
    color: var(--ls-text);
    text-decoration: none;
}

.powell-cc-publish-quick:hover {
    border-color: rgba(31, 28, 24, 0.12);
    box-shadow: none;
}

.powell-cc-publish-copy {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.powell-cc-publish-copy strong {
    font-size: 15px;
    font-weight: 600;
}

.powell-cc-publish-copy small {
    color: var(--ls-text-secondary);
    font-size: 12px;
}

.powell-cc-rank-item {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 14px;
    align-items: self-start;
    padding: 12px 0;
    border-bottom: 1px dashed rgba(31, 28, 24, 0.08);
}

.powell-cc-rank-item:hover {
    transform: translateX(2px);
}

.powell-cc-rank-body {
    display: grid;
    gap: 4px;
}

.powell-cc-rank-item:last-child {
    border-bottom: none;
}

.powell-cc-fan-item:last-child {
    border-bottom: none;
}

.powell-cc-rank-cover {
    display: block;
    overflow: hidden;
    border-radius: var(--ls-radius-xl);
    background: rgba(31, 28, 24, 0.06);
}

.powell-cc-post-cover {
    display: block;
    overflow: hidden;
    border-radius: var(--ls-radius-xl);
    background: rgba(31, 28, 24, 0.06);
}

.powell-cc-rank-cover {
    width: 72px;
    height: 56px;
    margin-top: 6px;
    flex-shrink: 0;
}

.powell-cc-post-cover {
    width: 132px;
    height: 96px;
}

.powell-cc-post-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.powell-cc-rank-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.powell-cc-comment-avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.powell-cc-child-comment img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.powell-cc-fan-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.powell-cc-rank-item h4 {
    margin: 0 0 6px;
    font-size: 15px;
    line-height: 1.4;
}

.powell-cc-rank-body h4 {
    margin: 0 0 6px;
    font-size: 15px;
    line-height: 1.4;
}

.powell-cc-post-body h3 {
    font-size: 18px;
    line-height: 1.35;
}

.powell-cc-post-body h3 a {
    color: var(--ls-text);
    text-decoration: none;
}

.powell-cc-rank-item h4 a {
    color: var(--ls-text);
    text-decoration: none;
}

.powell-cc-post-card {
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr) auto;
    gap: 18px;
    padding: 18px;
    position: relative;
    overflow: visible;
    border-color: rgba(255, 255, 255, 0.62);
    background: var(--ls-card-bg);
}

.powell-cc-post-card:hover {
    border-color: rgba(31, 28, 24, 0.12);
    box-shadow: none;
}

.powell-cc-post-body {
    min-width: 0;
    display: grid;
    gap: 10px;
    align-content: center;
}

.powell-cc-post-body h3 {
    min-width: 0;
}

.powell-cc-post-excerpt {
    min-width: 0;
}

.powell-cc-rank-body {
    min-width: 0;
}

.powell-cc-rank-body h4 {
    min-width: 0;
}

.powell-cc-post-actions-wrap {
    position: relative;
    justify-self: end;
    align-self: start;
    z-index: 2;
}

.powell-cc-post-actions-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: var(--ls-radius-xl);
    border: 1px solid rgba(31, 28, 24, 0.08);
    background: rgba(255, 255, 255, 0.82);
    color: var(--ls-text-secondary);
    cursor: pointer;
    transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}

.powell-cc-post-actions-toggle:hover {
    color: var(--ls-primary);
    border-color: rgba(31, 28, 24, 0.14);
    background: rgba(255, 255, 255, 0.96);
}

.powell-cc-post-actions-toggle:focus-visible {
    outline: 2px solid rgba(84, 99, 255, 0.24);
    outline-offset: 2px;
}

.powell-cc-post-actions-wrap.is-open .powell-cc-post-actions-toggle {
    color: var(--ls-primary);
    border-color: rgba(84, 99, 255, 0.2);
    background: var(--ls-bg-hover);
}

.powell-cc-post-actions-toggle i {
    font-size: 18px;
    line-height: 1;
}

.powell-cc-post-actions-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    z-index: 8;
    display: grid;
    gap: 4px;
    min-width: 152px;
    padding: 8px;
    border-radius: var(--ls-radius-xl);
    border: 1px solid rgba(31, 28, 24, 0.08);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-4px) scale(0.98);
    transform-origin: top right;
    transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}

.powell-cc-post-actions-wrap.is-open .powell-cc-post-actions-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}

.powell-cc-post-action-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-height: 38px;
    padding: 0 12px;
    border: none;
    border-radius: calc(var(--ls-radius-xl) - 6px);
    background: transparent;
    color: var(--ls-text);
    text-decoration: none;
    text-align: left;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: background .16s ease, color .16s ease;
}

.powell-cc-post-action-item:hover {
    background: var(--ls-bg-hover);
    color: var(--ls-primary);
}

.powell-cc-post-action-item:focus-visible {
    outline: 2px solid rgba(84, 99, 255, 0.24);
    outline-offset: 1px;
}

.powell-cc-post-action-item i {
    font-size: 16px;
    line-height: 1;
    flex-shrink: 0;
}

.powell-cc-post-action-item.is-danger:hover {
    color: var(--ls-primary);
}

.powell-cc-pill {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: var(--ls-radius-full);
    background: rgba(31, 28, 24, 0.05);
    font-size: 12px;
    color: var(--ls-text-secondary);
}

.powell-cc-inline-tip {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: var(--ls-radius-full);
    background: rgba(31, 28, 24, 0.05);
    font-size: 12px;
    color: var(--ls-text-secondary);
}

.powell-cc-pill.is-publish {
    background: rgba(31, 106, 91, 0.10);
    color: var(--ls-success);
}

.powell-cc-pill.is-pending {
    background: rgba(229, 169, 58, 0.14);
    color: #9b6b07;
}

.powell-cc-pill.is-future {
    background: rgba(58, 109, 208, 0.10);
    color: #2f61b8;
}

.powell-cc-pill.is-reject {
    background: rgba(200, 93, 53, 0.10);
    color: var(--ls-primary);
}

.powell-cc-pill.is-draft {
    background: rgba(200, 93, 53, 0.10);
    color: var(--ls-primary);
}

.powell-cc-pill.is-type {
    color: var(--ls-text);
}

.powell-cc-rank-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    color: var(--ls-text-secondary);
    font-size: 12px;
}

.powell-cc-comment-user span {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    color: var(--ls-text-secondary);
    font-size: 12px;
}

.powell-cc-fan-item span {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    color: var(--ls-text-secondary);
    font-size: 12px;
}

.powell-cc-comment-queue-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    color: var(--ls-text-secondary);
    font-size: 12px;
}

.powell-cc-comment-count {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    color: var(--ls-text-secondary);
    font-size: 12px;
}

.powell-cc-comment-queue-post {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    color: var(--ls-text-secondary);
    font-size: 12px;
}

.powell-cc-search {
    min-height: 44px;
    border: 1px solid rgba(31, 28, 24, 0.08);
    border-radius: var(--ls-radius-xl);
    background: rgba(255, 255, 255, 0.90);
    box-shadow: none;
}

.powell-cc-select {
    min-height: 44px;
    border: 1px solid rgba(31, 28, 24, 0.08);
    border-radius: var(--ls-radius-xl);
    background: rgba(255, 255, 255, 0.90);
    box-shadow: none;
}

.powell-cc-search {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 14px;
    min-width: 240px;
    flex: 1;
}

.powell-cc-search input {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    color: var(--ls-text);
    font-family: inherit;
    font-size: 14px;
}

.powell-cc-select {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    color: var(--ls-text);
    font-family: inherit;
    font-size: 14px;
}

.powell-cc-detail-reply textarea {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    color: var(--ls-text);
    font-family: inherit;
    font-size: 14px;
}

.powell-cc-search input::placeholder {
    color: rgba(31, 28, 24, 0.38);
}

.powell-cc-detail-reply textarea::placeholder {
    color: rgba(31, 28, 24, 0.38);
}

.powell-cc-select {
    padding: 0 14px;
}

.powell-cc-filter-row.is-full {
    width: 100%;
}

.powell-cc-filter-row.is-inline {
    align-items: center;
}

.powell-cc-load-more {
    display: flex;
    justify-content: center;
    margin-top: 18px;
}

.powell-cc-load-more.is-hidden {
    display: none;
}

.powell-cc-rich {
    color: var(--ls-text);
}

.powell-cc-rich p {
    margin: 0;
}

.powell-cc-rich figure {
    margin: 0;
}

.powell-cc-rich a {
    color: inherit;
    text-decoration: none;
}

.powell-cc-rich img {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 2px;
    vertical-align: text-bottom;
    object-fit: contain;
}

.powell-cc-comment-queue-post img {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 2px;
    vertical-align: text-bottom;
    object-fit: contain;
}

.powell-cc-post-body h3 img {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 2px;
    vertical-align: text-bottom;
    object-fit: contain;
}

.powell-cc-rank-body h4 img {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 2px;
    vertical-align: text-bottom;
    object-fit: contain;
}

.powell-cc-rich-queue {
    min-height: 48px;
}

.powell-cc-comment-queue-head {
    align-items: start;
}

.powell-cc-comment-queue-post {
    min-width: 0;
    font-size: 12px;
    line-height: 1.6;
    opacity: .9;
}

.powell-cc-comment-queue-content {
    line-height: 1.8;
    word-break: break-word;
}

.powell-cc-detail-content {
    line-height: 1.8;
    word-break: break-word;
}

.powell-cc-child-content {
    line-height: 1.8;
    word-break: break-word;
}

.powell-cc-detail-banner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    padding: 14px 16px;
    min-height: 76px;
    border-radius: var(--ls-radius-xl);
    background: var(--ls-card-bg);
}

.powell-cc-detail-head {
    align-items: start;
}

.powell-cc-detail-actions {
    justify-content: flex-end;
}

.powell-cc-detail-actions .powell-cc-mini-btn {
    min-height: 38px;
}

.powell-cc-detail-console {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.powell-cc-console-card {
    display: grid;
    gap: 8px;
    padding: 16px;
    border-radius: var(--ls-radius-xl);
    border: 1px solid rgba(31, 28, 24, 0.06);
    background: var(--ls-card-bg);
}

.powell-cc-console-card small {
    color: var(--ls-text-secondary);
    font-size: 12px;
}

.powell-cc-console-card strong {
    font-size: 16px;
    line-height: 1.45;
}

.powell-cc-detail-chip {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: var(--ls-radius-full);
    background: var(--ls-card-bg);
    color: var(--ls-primary);
    font-size: 12px;
    font-weight: 600;
}

.powell-cc-detail-chip.is-soft {
    background: rgba(31, 28, 24, 0.05);
    color: var(--ls-text);
}

.powell-cc-detail-block {
    display: grid;
    gap: 8px;
    min-width: 0;
}

.powell-cc-detail-block strong {
    font-size: 18px;
    line-height: 1.35;
}

.powell-cc-detail-reply {
    display: none;
    gap: 12px;
}

.powell-cc-detail-reply.is-visible {
    display: grid;
}

.powell-cc-detail-reply textarea {
    min-height: 110px;
    padding: 14px;
    border-radius: var(--ls-radius-xl);
    border: 1px solid rgba(31, 28, 24, 0.08);
    background: rgba(255, 255, 255, 0.88);
    resize: vertical;
    transition: border-color .18s ease;
}

.powell-cc-detail-reply textarea:focus {
    border-color: rgba(200, 93, 53, 0.22);
    box-shadow: none;
}

.powell-cc-detail-children {
    display: grid;
    gap: 12px;
}

.powell-cc-child-comment {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    padding: 14px;
    border-radius: var(--ls-radius-xl);
    background: var(--ls-bg);
    border: 1px solid rgba(31, 28, 24, 0.05);
    transition: border-color .18s ease, transform .18s ease;
}

.powell-cc-child-comment:hover {
    transform: translateY(-1px);
    border-color: rgba(31, 28, 24, 0.08);
    box-shadow: none;
}

.powell-cc-child-comment > div {
    min-width: 0;
}

.powell-cc-comment-queue-content {
    color: var(--ls-text);
}

.powell-cc-detail-content {
    color: var(--ls-text);
}

.powell-cc-detail-content {
    padding: 16px 18px;
    border-radius: var(--ls-radius-xl);
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(31, 28, 24, 0.05);
    box-shadow: none;
}

.powell-cc-comment-queue-content {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    color: rgba(31, 28, 24, 0.92);
}

.powell-cc-post-excerpt {
    min-height: 46px;
}

.powell-cc-post-excerpt .powell-cc-rich {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.powell-cc-child-head {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.powell-cc-comment-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    flex-shrink: 0;
}

.powell-cc-child-comment img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    flex-shrink: 0;
}

.powell-cc-fan-item img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    flex-shrink: 0;
}

.powell-cc-analysis-grid {
    display: grid;
    gap: 16px;
}

.powell-cc-analysis-grid > .powell-cc-card {
    min-width: 0;
}

.powell-cc-overview-grid > .powell-cc-card {
    min-width: 0;
}

.powell-cc-audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.powell-cc-distribution {
    display: grid;
    gap: 10px;
    padding: 16px;
    border-radius: var(--ls-radius-xl);
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(31, 28, 24, 0.05);
}

.powell-cc-distribution h4 {
    margin: 0;
    font-size: 15px;
}

.powell-cc-distribution-row {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) 52px 40px;
    gap: 10px;
    align-items: center;
    font-size: 13px;
    min-width: 0;
}

.powell-cc-distribution-track {
    position: relative;
    height: 8px;
    border-radius: var(--ls-radius-full);
    overflow: hidden;
    background: rgba(31, 28, 24, 0.08);
}

.powell-cc-distribution-track i {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: var(--ls-primary);
}

.powell-cc-trend-wrap {
    display: grid;
    gap: 14px;
}

.powell-cc-chart-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.powell-cc-legend-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--ls-text-secondary);
    font-size: 13px;
}

.powell-cc-legend-item i {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.powell-cc-legend-item i.is-primary {
    background: var(--ls-primary);
}

.powell-cc-legend-item i.is-secondary {
    background: var(--ls-success);
}

.powell-cc-legend-item i.is-accent {
    background: var(--ls-warning);
}

.powell-cc-chart {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(44px, 1fr));
    gap: 12px;
    align-items: end;
    min-height: 220px;
}

.powell-cc-chart-col {
    display: grid;
    gap: 8px;
    justify-items: center;
}

.powell-cc-chart-bars {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 6px;
    width: 100%;
    min-height: 180px;
}

.powell-cc-chart-bars span {
    width: 14px;
    border-radius: var(--ls-radius-full) var(--ls-radius-full) var(--ls-radius) var(--ls-radius);
}

.powell-cc-chart-bars em {
    width: 14px;
    border-radius: var(--ls-radius-full) var(--ls-radius-full) var(--ls-radius) var(--ls-radius);
}

.powell-cc-chart-bars span {
    background: var(--ls-primary);
}

.powell-cc-chart-bars em {
    background: var(--ls-card-bg);
    font-style: normal;
}

.powell-cc-chart.is-single .powell-cc-chart-bars.has-single {
    justify-content: center;
}

.powell-cc-chart.is-single .powell-cc-chart-bars.has-single span {
    width: 16px;
    box-shadow: none;
}

.powell-cc-fan-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px dashed rgba(31, 28, 24, 0.08);
}

.powell-cc-fan-user {
    display: flex;
    align-items: center;
    gap: 8px;
}

.powell-cc-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 160px;
    padding: 18px;
    border-radius: var(--ls-radius-xl);
    border: 1px dashed rgba(31, 28, 24, 0.14);
    background: rgba(255, 255, 255, 0.55);
    color: var(--ls-text-secondary);
    text-align: center;
}

.powell-cc-sub-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 160px;
    padding: 18px;
    border-radius: var(--ls-radius-xl);
    border: 1px dashed rgba(31, 28, 24, 0.14);
    background: rgba(255, 255, 255, 0.55);
    color: var(--ls-text-secondary);
    text-align: center;
}

.powell-cc-shell {
    width: min(1440px, calc(100% - 48px));
}

.powell-cc-layout {
    grid-template-columns: 296px minmax(0, 1fr);
    gap: 24px;
}

.powell-cc-sidebar {
    gap: 20px;
}

.powell-cc-content {
    display: grid;
    align-content: start;
    gap: 20px;
}

.powell-cc-section.is-active {
    display: grid;
    gap: 20px;
}

.powell-cc-profile-head {
    padding-bottom: 18px;
    margin-bottom: 18px;
}

.powell-cc-profile-stats div {
    padding: 16px 18px;
    border-radius: var(--ls-radius-xl);
}

.powell-cc-status-card {
    padding: 16px 18px;
    border-radius: var(--ls-radius-xl);
}

.powell-cc-trend-meta-card {
    padding: 16px 18px;
    border-radius: var(--ls-radius-xl);
}

.powell-cc-detail-stats article {
    padding: 16px 18px;
    border-radius: var(--ls-radius-xl);
}

.powell-cc-menu {
    padding: 16px;
}

.powell-cc-menu-item {
    min-height: 58px;
    padding: 10px 14px;
    border-radius: var(--ls-radius-xl);
}

.powell-cc-card-head {
    align-items: center;
    gap: 12px;
}

.powell-cc-comments-stage {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    justify-content: space-between;
}

.powell-cc-metric-card {
    min-height: 120px;
    padding: 20px;
    border-radius: var(--ls-radius-xl);
    background: var(--ls-card-bg);
}

.powell-cc-summary-card {
    min-height: 120px;
    padding: 20px;
    border-radius: var(--ls-radius-xl);
    background: var(--ls-card-bg);
}

.powell-cc-overview-stage {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) 360px;
    gap: 20px;
    margin: 0;
}

.powell-cc-overview-side {
    width: auto;
    flex: none;
    gap: 16px;
}

.powell-cc-analysis-grid {
    grid-template-columns: minmax(0, 1.22fr) minmax(360px, 0.78fr);
}

.powell-cc-audience-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.powell-cc-workbench-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.powell-cc-publish-quick {
    min-height: 86px;
    padding: 16px;
}

.powell-cc-manage-toolbar {
    display: grid;
    gap: 16px;
    padding-bottom: 18px;
    margin-bottom: 2px;
}

.powell-cc-filter-row {
    align-items: center;
}

.powell-cc-filter-row.is-inline {
    justify-content: flex-end;
}

.powell-cc-post-list {
    gap: 16px;
}

.powell-cc-post-card {
    grid-template-columns: 148px minmax(0, 1fr) 160px;
    gap: 18px;
    padding: 20px;
}

.powell-cc-post-cover {
    width: 148px;
    height: 108px;
    border-radius: var(--ls-radius-xl);
}

.powell-cc-post-body {
    gap: 12px;
}

.powell-cc-post-actions-wrap {
    align-self: start;
}

.powell-cc-comment-queue-content {
    line-height: 1.78;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.powell-cc-detail-content {
    line-height: 1.78;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.powell-cc-child-content {
    line-height: 1.78;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.powell-cc-rich {
    line-height: 1.78;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.powell-cc-comment-detail {
    gap: 18px;
}

.powell-cc-detail-head {
    align-items: flex-start;
}

.powell-cc-detail-actions {
    flex-wrap: wrap;
    justify-content: flex-end;
}

.powell-cc-detail-console {
    grid-template-columns: 1fr;
}

.powell-cc-detail-reply {
    padding-top: 4px;
}

.powell-cc-detail-children {
    display: grid;
    gap: 12px;
}

.powell-cc-distribution {
    padding: 18px;
}

.powell-cc-distribution-row {
    min-height: 34px;
}

.powell-cc-empty {
    min-height: 180px;
}

.powell-cc-sub-empty {
    min-height: 180px;
}

.powell-cc-page .powell-cc-card {
    position: relative;
    overflow: hidden;
}

.powell-cc-page .powell-cc-overview-trend-card {
    position: relative;
    overflow: hidden;
}

.powell-cc-page .powell-cc-comment-detail {
    position: relative;
    overflow: hidden;
}

.powell-cc-page .powell-cc-post-card {
    position: relative;
    overflow: hidden;
}

.powell-cc-page .powell-cc-metric-card {
    position: relative;
    overflow: hidden;
}

.powell-cc-page .powell-cc-card-head h3 {
    color: var(--ls-text);
    letter-spacing: -0.02em;
    font-size: 18px;
    line-height: 1.24;
    font-weight: 600;
}

.powell-cc-page .powell-cc-trend-copy h3 {
    color: var(--ls-text);
    letter-spacing: -0.02em;
    font-weight: 650;
}

.powell-cc-page .powell-cc-profile-copy strong {
    margin: 0;
    color: var(--ls-text);
    font-size: 16px;
    line-height: 1.45;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.powell-cc-page .powell-cc-profile-copy span {
    font-size: 13px;
    line-height: 1.72;
}

.powell-cc-page .powell-cc-card-head p {
    color: var(--ls-text-secondary);
}

.powell-cc-page .powell-cc-trend-copy p {
    color: var(--ls-text-secondary);
}

.powell-cc-page .powell-cc-overview-stage {
    align-items: start;
}

.powell-cc-page .powell-cc-overview-trend-card {
    min-height: 620px;
    background: var(--ls-card-bg);
}

.powell-cc-page .powell-cc-trend-shell {
    display: grid;
    gap: 18px;
    min-width: 0;
    position: relative;
    z-index: 1;
}

.powell-cc-page .powell-cc-trend-main {
    display: grid;
    gap: 18px;
    min-width: 0;
    position: relative;
    z-index: 1;
}

.powell-cc-page .powell-cc-trend-side {
    display: grid;
    gap: 18px;
    min-width: 0;
    position: relative;
    z-index: 1;
}

.powell-cc-page .powell-cc-detail-shell {
    display: grid;
    gap: 18px;
    min-width: 0;
    position: relative;
    z-index: 1;
}

.powell-cc-page .powell-cc-detail-main {
    display: grid;
    gap: 18px;
    min-width: 0;
    position: relative;
    z-index: 1;
}

.powell-cc-page .powell-cc-trend-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 18px;
    align-items: start;
}

.powell-cc-page .powell-cc-trend-copy {
    gap: 12px;
}

.powell-cc-page .powell-cc-trend-copy h3 {
    margin: 0;
    font-size: 30px;
    line-height: 1.08;
}

.powell-cc-page .powell-cc-trend-copy p {
    max-width: 760px;
    margin: 0;
    font-size: 14px;
    line-height: 1.9;
}

.powell-cc-page .powell-cc-trend-kicker {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    min-height: 30px;
    padding: 0 14px;
    border-radius: var(--ls-radius-full);
    border: 1px solid rgba(102, 126, 255, 0.18);
    background: rgba(255, 255, 255, 0.72);
    box-shadow: none;
    color: #5567da;
    font-size: 11px;
    letter-spacing: 0.08em;
}

.powell-cc-page .powell-cc-detail-kicker {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    min-height: 30px;
    padding: 0 14px;
    border-radius: var(--ls-radius-full);
    border: 1px solid rgba(102, 126, 255, 0.18);
    background: rgba(255, 255, 255, 0.72);
    box-shadow: none;
    color: #5567da;
    font-size: 11px;
    letter-spacing: 0.08em;
}

.powell-cc-page .powell-cc-trend-tab {
    justify-content: space-between;
    min-height: 84px;
    padding: 16px 18px;
    border-radius: var(--ls-radius-xl);
    border: 1px solid var(--ls-border);
    background: var(--ls-card-bg);
    box-shadow: none;
}

.powell-cc-page .powell-cc-trend-tab span {
    color: var(--ls-text-secondary);
    font-size: 13px;
}

.powell-cc-page .powell-cc-trend-tab strong {
    color: var(--ls-text);
    font-size: 22px;
    line-height: 1.05;
    font-weight: 650;
}

.powell-cc-page .powell-cc-trend-tab.is-active {
    border-color: rgba(84, 99, 255, 0.22);
    background: var(--ls-card-bg);
    transform: translateY(-1px);
    box-shadow: none;
}

.powell-cc-page .powell-cc-trend-dashboard {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) 200px;
    gap: 16px;
    min-width: 0;
}

.powell-cc-page .powell-cc-trend-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.powell-cc-page .powell-cc-trend-summary-card {
    border-radius: var(--ls-radius-xl);
    border: 1px solid var(--ls-border);
    background: var(--ls-card-bg);
    box-shadow: none;
}

.powell-cc-page .powell-cc-trend-side-card {
    border-radius: var(--ls-radius-xl);
    border: 1px solid var(--ls-border);
    background: var(--ls-card-bg);
    box-shadow: none;
}

.powell-cc-page .powell-cc-detail-panel {
    border-radius: var(--ls-radius-xl);
    border: 1px solid var(--ls-border);
    background: var(--ls-card-bg);
    box-shadow: none;
}

.powell-cc-page .powell-cc-comments-board-stat {
    border-radius: var(--ls-radius-xl);
    border: 1px solid var(--ls-border);
    background: var(--ls-card-bg);
    box-shadow: none;
}

.powell-cc-page .powell-cc-trend-summary-card {
    display: grid;
    gap: 8px;
    padding: 18px;
}

.powell-cc-page .powell-cc-trend-side-card {
    display: grid;
    gap: 8px;
    padding: 18px;
}

.powell-cc-page .powell-cc-trend-summary-card.is-primary {
    background: var(--ls-card-bg);
}

.powell-cc-page .powell-cc-trend-summary-card small {
    color: var(--ls-text-muted);
    font-size: 12px;
    line-height: 1.5;
}

.powell-cc-page .powell-cc-trend-side-card small {
    color: var(--ls-text-muted);
    font-size: 12px;
    line-height: 1.5;
}

.powell-cc-page .powell-cc-comments-board-stat small {
    color: var(--ls-text-muted);
    font-size: 12px;
    line-height: 1.5;
}

.powell-cc-page .powell-cc-detail-block-head small {
    color: var(--ls-text-muted);
    font-size: 12px;
    line-height: 1.5;
}

.powell-cc-page .powell-cc-trend-summary-card strong {
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
    color: var(--ls-text);
    font-size: 26px;
    line-height: 1.05;
    font-weight: 650;
}

.powell-cc-page .powell-cc-trend-side-card strong {
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
    color: var(--ls-text);
    font-size: 24px;
    line-height: 1.05;
    font-weight: 650;
}

.powell-cc-page .powell-cc-comments-board-stat strong {
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
    color: var(--ls-text);
    font-size: 24px;
    line-height: 1.05;
    font-weight: 650;
}

.powell-cc-page .powell-cc-trend-summary-card em {
    font-style: normal;
    font-size: 14px;
    color: var(--ls-text-muted);
}

.powell-cc-page .powell-cc-trend-side-card em {
    font-style: normal;
    font-size: 14px;
    color: var(--ls-text-muted);
}

.powell-cc-page .powell-cc-trend-summary-card span {
    color: var(--ls-text-secondary);
    font-size: 13px;
    line-height: 1.75;
}

.powell-cc-page .powell-cc-trend-side-card span {
    color: var(--ls-text-secondary);
    font-size: 13px;
    line-height: 1.75;
}

.powell-cc-page .powell-cc-trend-side-card.is-highlight {
    background: var(--ls-card-bg);
}

.powell-cc-page .powell-cc-trend-plot {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 16px;
    min-width: 0;
    align-items: stretch;
}

.powell-cc-page .powell-cc-trend-yaxis {
    display: grid;
    grid-template-rows: repeat(5, minmax(0, 1fr));
    align-items: stretch;
}

.powell-cc-page .powell-cc-trend-yaxis span {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    color: var(--ls-text-muted);
    font-size: 12px;
    line-height: 1;
    padding-top: 4px;
}

.powell-cc-page .powell-cc-trend-plot-main {
    display: grid;
    gap: 10px;
    position: relative;
}

.powell-cc-page .powell-cc-trend-canvas {
    position: relative;
    min-height: 286px;
    padding: 18px;
    border-radius: var(--ls-radius-xl);
    border: 1px solid var(--ls-border);
    background: var(--ls-card-bg);
    box-shadow: none;
    width: 100%;
}

.powell-cc-page .powell-cc-trend-svg {
    display: block;
    width: 100%;
    height: 246px;
}

.powell-cc-page .powell-cc-trend-chartjs {
    display: block;
    width: 100% !important;
    height: 246px !important;
    cursor: crosshair;
    touch-action: none;
}

.powell-cc-page .powell-cc-chart-tooltip {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    min-width: 160px;
    max-width: 240px;
    padding: 12px 14px;
    border-radius: 16px;
    border: 1px solid rgba(118, 134, 161, 0.18);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
    color: var(--ls-text);
    pointer-events: none;
    opacity: 0;
    transform: translate(-50%, calc(-100% - 14px)) scale(0.96);
    transform-origin: bottom center;
    transition: opacity 0.12s ease, transform 0.12s ease;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.powell-cc-page .powell-cc-chart-tooltip.is-visible {
    opacity: 1;
    transform: translate(-50%, calc(-100% - 14px)) scale(1);
}

.powell-cc-page .powell-cc-chart-tooltip::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -7px;
    width: 14px;
    height: 14px;
    background: rgba(255, 255, 255, 0.96);
    border-right: 1px solid rgba(118, 134, 161, 0.18);
    border-bottom: 1px solid rgba(118, 134, 161, 0.18);
    transform: translateX(-50%) rotate(45deg);
}

.powell-cc-page .powell-cc-chart-tooltip-date {
    font-size: 12px;
    color: var(--ls-text-muted);
    line-height: 1.4;
}

.powell-cc-page .powell-cc-chart-tooltip-list {
    display: grid;
    gap: 8px;
    margin-top: 8px;
}

.powell-cc-page .powell-cc-chart-tooltip-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.powell-cc-page .powell-cc-chart-tooltip-series {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    font-size: 12px;
    color: var(--ls-text-muted);
}

.powell-cc-page .powell-cc-chart-tooltip-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    flex-shrink: 0;
}

.powell-cc-page .powell-cc-chart-tooltip-value {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    color: var(--ls-text);
    white-space: nowrap;
}

.powell-cc-page .powell-cc-trend-grid line {
    stroke: rgba(104, 120, 147, 0.14);
    stroke-width: 1;
    stroke-dasharray: 4 7;
}

.powell-cc-page .powell-cc-trend-current-line {
    stroke: rgba(88, 103, 132, 0.22);
    stroke-width: 1.2;
    stroke-dasharray: 5 6;
}

.powell-cc-page .powell-cc-trend-line {
    fill: none;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-linejoin: round;
    filter: none;
}

.powell-cc-page .powell-cc-trend-point-ring {
    fill: rgba(255, 255, 255, 0.88);
    stroke-width: 2;
}

.powell-cc-page .powell-cc-trend-canvas.is-primary .powell-cc-trend-area {
    fill: color-mix(in srgb, var(--ls-primary) 16%, transparent);
}

.powell-cc-page .powell-cc-trend-canvas.is-secondary .powell-cc-trend-area {
    fill: color-mix(in srgb, var(--ls-success) 16%, transparent);
}

.powell-cc-page .powell-cc-trend-canvas.is-accent .powell-cc-trend-area {
    fill: color-mix(in srgb, var(--ls-warning) 16%, transparent);
}

.powell-cc-page .powell-cc-trend-canvas.is-primary .powell-cc-trend-line {
    stroke: var(--ls-primary);
}

.powell-cc-page .powell-cc-trend-canvas.is-primary .powell-cc-trend-point-ring {
    stroke: var(--ls-primary);
}

.powell-cc-page .powell-cc-trend-canvas.is-secondary .powell-cc-trend-line {
    stroke: var(--ls-success);
}

.powell-cc-page .powell-cc-trend-canvas.is-secondary .powell-cc-trend-point-ring {
    stroke: var(--ls-success);
}

.powell-cc-page .powell-cc-trend-canvas.is-accent .powell-cc-trend-line {
    stroke: var(--ls-warning);
}

.powell-cc-page .powell-cc-trend-canvas.is-accent .powell-cc-trend-point-ring {
    stroke: var(--ls-warning);
}

.powell-cc-page .powell-cc-trend-canvas.is-primary .powell-cc-trend-point-dot {
    fill: var(--ls-primary);
}

.powell-cc-page .powell-cc-trend-canvas.is-secondary .powell-cc-trend-point-dot {
    fill: var(--ls-success);
}

.powell-cc-page .powell-cc-trend-canvas.is-accent .powell-cc-trend-point-dot {
    fill: var(--ls-warning);
}

.powell-cc-page .powell-cc-trend-point-group.is-current .powell-cc-trend-point-ring {
    stroke-width: 3;
    filter: none;
}

.powell-cc-page .powell-cc-trend-floating {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 2;
    display: grid;
    gap: 5px;
    padding: 12px 14px;
    border-radius: var(--ls-radius-xl);
    border: 1px solid rgba(255, 255, 255, 0.68);
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(14px) saturate(140%);
    -webkit-backdrop-filter: blur(14px) saturate(140%);
    box-shadow: none;
    pointer-events: none;
}

.powell-cc-page .powell-cc-trend-floating small {
    color: var(--ls-text-muted);
    font-size: 11px;
    line-height: 1.4;
}

.powell-cc-page .powell-cc-trend-floating span {
    color: var(--ls-text-muted);
    font-size: 11px;
    line-height: 1.4;
}

.powell-cc-page .powell-cc-trend-floating strong {
    color: var(--ls-text);
    font-size: 20px;
    line-height: 1.05;
    font-weight: 650;
}

.powell-cc-page .powell-cc-trend-xaxis {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0;
    width: 100%;
    overflow: hidden;
}

.powell-cc-page .powell-cc-trend-xaxis span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--ls-text-muted);
    font-size: 12px;
    text-align: center;
}

.powell-cc-page .powell-cc-trend-xaxis.is-dense span {
    font-size: 11px;
}

.powell-cc-page .powell-cc-trend-xaxis span.is-current {
    color: var(--ls-text);
    font-weight: 600;
}

.powell-cc-page .powell-cc-trend-compare {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.powell-cc-page .powell-cc-trend-compare-card {
    display: grid;
    gap: 6px;
    padding: 16px 18px;
    border-radius: var(--ls-radius-xl);
    border: 1px solid var(--ls-border);
    background: rgba(255, 255, 255, 0.6);
}

.powell-cc-page .powell-cc-trend-compare-card strong {
    color: var(--ls-text);
    font-size: 16px;
}

.powell-cc-page .powell-cc-trend-compare-card span {
    color: var(--ls-text-secondary);
    font-size: 13px;
    font-style: normal;
}

.powell-cc-page .powell-cc-trend-compare-card em {
    color: var(--ls-text-secondary);
    font-size: 13px;
    font-style: normal;
}

.powell-cc-page .powell-cc-trend-compare-card.is-active {
    border-color: rgba(88, 103, 255, 0.24);
    background: var(--ls-card-bg);
}

.powell-cc-page .powell-cc-comments-board {
    display: grid;
    align-content: start;
    gap: 16px;
    flex: 1;
    padding: 20px;
}

.powell-cc-page .powell-cc-comments-board-head {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    align-items: start;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--ls-border);
}

.powell-cc-page .powell-cc-comments-board-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
}

.powell-cc-page .powell-cc-comments-board-stat {
    display: grid;
    min-width: 0;
    gap: 4px;
    min-height: 84px;
    align-content: center;
    padding: 12px 14px;
}

.powell-cc-page .powell-cc-comment-stream {
    display: grid;
    gap: 16px;
    max-height: 980px;
    overflow-y: auto;
}

.powell-cc-page .powell-cc-comment-stream::-webkit-scrollbar {
    width: 8px;
}

.powell-cc-page .powell-cc-comment-stream::-webkit-scrollbar-thumb {
    border-radius: var(--ls-radius-full);
    background: rgba(123, 136, 157, 0.22);
}

.powell-cc-page .powell-cc-comment-queue-item {
    display: flex;
    gap: 14px;
    align-items: start;
    box-sizing: border-box;
    width: 100%;
    padding: 18px;
    border-radius: var(--ls-radius-xl);
    border: 1px solid var(--ls-border);
    background: var(--ls-card-bg);
    text-align: left;
    cursor: pointer;
    transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.powell-cc-page .powell-cc-comment-queue-item:hover {
    transform: translateY(-1px);
    box-shadow: none;
}

.powell-cc-page .powell-cc-comment-queue-item.is-active {
    border-width: 2px;
    border-color: rgba(86, 102, 255, 0.24);
    background: var(--ls-card-bg);
}

.powell-cc-page .powell-cc-comment-queue-source-copy {
    display: grid;
    gap: 10px;
    min-width: 0;
}

.powell-cc-comment-queue-main {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}

.powell-cc-page .powell-cc-comment-queue-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.powell-cc-page .powell-cc-comment-queue-user {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.powell-cc-page .powell-cc-detail-block-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}

.powell-cc-page .powell-cc-detail-topbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    align-items: start;
}

.powell-cc-page .powell-cc-comment-queue-user .powell-cc-comment-user {
    min-width: 0;
}

.powell-cc-page .powell-cc-comment-user {
    min-width: 0;
}

.powell-cc-page .powell-cc-comment-avatar {
    width: 46px;
    height: 46px;
    border-radius: var(--ls-radius-xl);
    border: 1px solid rgba(255, 255, 255, 0.72);
    box-shadow: none;
    overflow: hidden;
}

.powell-cc-page .powell-cc-comment-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.powell-cc-page .powell-cc-comment-user strong {
    display: block;
    color: var(--ls-text);
    font-size: 15px;
    line-height: 1.35;
}

.powell-cc-page .powell-cc-comment-queue-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 4px;
}

.powell-cc-page .powell-cc-comment-queue-meta em {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: var(--ls-radius-full);
    border: 1px solid var(--ls-border);
    background: rgba(255, 255, 255, 0.68);
    color: var(--ls-text-secondary);
    font-size: 12px;
    font-style: normal;
    line-height: 1;
    white-space: nowrap;
}

.powell-cc-page .powell-cc-comment-queue-source-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 10px;
    border-radius: var(--ls-radius-full);
    border: 1px solid var(--ls-border-light);
    background: var(--ls-card-bg);
    color: var(--ls-text-secondary);
    font-size: 12px;
    font-style: normal;
    line-height: 1;
    white-space: nowrap;
}

.powell-cc-page .powell-cc-detail-source-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: var(--ls-radius-full);
    border: 1px solid var(--ls-border-light);
    background: var(--ls-card-bg);
    color: var(--ls-text-secondary);
    font-size: 12px;
    font-style: normal;
    line-height: 1;
}

.powell-cc-page .powell-cc-comment-queue-badge {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    min-height: 30px;
    padding: 0 12px;
    border-radius: var(--ls-radius-full);
    background: rgba(79, 99, 255, 0.08);
    color: #5163d5;
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
    box-shadow: none;
}

.powell-cc-page .powell-cc-child-reply-tag {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: var(--ls-radius-full);
    background: rgba(79, 99, 255, 0.08);
    color: #5163d5;
    font-size: 12px;
    line-height: 1;
}

.powell-cc-page .powell-cc-comment-queue-bubble {
    display: block;
    padding: 16px 18px;
    border-radius: var(--ls-radius-xl);
    border: 1px solid rgba(121, 136, 161, 0.12);
    background: rgba(248, 250, 255, 0.9);
    color: var(--ls-text);
    line-height: 1.82;
}

.powell-cc-page .powell-cc-comment-queue-bubble .powell-cc-rich {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.powell-cc-page .powell-cc-comment-queue-bubble .powell-cc-rich > p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.powell-cc-page .powell-cc-comment-queue-bubble img {
    display: inline-block;
    max-width: 22px;
    max-height: 22px;
    vertical-align: text-bottom;
}

.powell-cc-page .powell-cc-detail-content img {
    display: inline-block;
    max-width: 22px;
    max-height: 22px;
    vertical-align: text-bottom;
}

.powell-cc-page .powell-cc-child-content img {
    display: inline-block;
    max-width: 22px;
    max-height: 22px;
    vertical-align: text-bottom;
}

.powell-cc-page .powell-cc-comment-media {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 72px));
    gap: 8px;
    width: fit-content;
    max-width: 100%;
    margin-top: 12px;
}

.powell-cc-page .powell-cc-comment-media-1 {
    grid-template-columns: minmax(0, 112px);
}

.powell-cc-page .powell-cc-comment-media-2 {
    grid-template-columns: repeat(2, minmax(0, 84px));
}

.powell-cc-page .powell-cc-detail-content .powell-cc-comment-media,
.powell-cc-page .powell-cc-child-content .powell-cc-comment-media {
    grid-template-columns: repeat(3, minmax(0, 88px));
}

.powell-cc-page .powell-cc-detail-content .powell-cc-comment-media-1,
.powell-cc-page .powell-cc-child-content .powell-cc-comment-media-1 {
    grid-template-columns: minmax(0, 132px);
}

.powell-cc-page .powell-cc-detail-content .powell-cc-comment-media-2,
.powell-cc-page .powell-cc-child-content .powell-cc-comment-media-2 {
    grid-template-columns: repeat(2, minmax(0, 98px));
}

.powell-cc-page .powell-cc-comment-media-item {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 1;
    border-radius: 12px;
    background: rgba(121, 136, 161, 0.12);
}

.powell-cc-page .powell-cc-comment-media-item img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    margin: 0;
    object-fit: cover;
}

.powell-cc-page .powell-cc-comment-media-gif {
    position: absolute;
    top: 6px;
    left: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 18px;
    padding: 0 6px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.66);
    color: #fff;
    font-size: 10px;
    line-height: 1;
    font-weight: 600;
}

.powell-cc-page .powell-cc-post-excerpt img {
    display: inline-block;
    max-width: 22px;
    max-height: 22px;
    vertical-align: text-bottom;
}

.powell-cc-page .powell-cc-comment-queue-source {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 62px;
    gap: 12px;
    align-items: center;
    padding: 12px;
    border-radius: var(--ls-radius-xl);
    background: var(--ls-bg);
    border: 1px solid var(--ls-border-light);
}

.powell-cc-page .powell-cc-comment-queue-source small {
    display: block;
    margin-bottom: 2px;
    color: var(--ls-text-secondary);
    font-size: 12px;
    line-height: 1.6;
}

.powell-cc-page .powell-cc-detail-source-copy p {
    color: var(--ls-text-secondary);
    font-size: 13px;
    line-height: 1.8;
}

.powell-cc-page .powell-cc-detail-empty p {
    color: var(--ls-text-secondary);
    font-size: 13px;
    line-height: 1.8;
}

.powell-cc-page .powell-cc-comment-queue-source strong {
    color: var(--ls-text);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
}

.powell-cc-page .powell-cc-detail-empty h3 {
    color: var(--ls-text);
    font-size: 16px;
    line-height: 1.55;
}

.powell-cc-page .powell-cc-comment-queue-source strong .powell-cc-rich {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: inherit;
}

.powell-cc-page .powell-cc-comment-queue-source-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.powell-cc-page .powell-cc-detail-source-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.powell-cc-page .powell-cc-comment-queue-cover {
    display: block;
    width: 62px;
    height: 62px;
    border-radius: var(--ls-radius-xl);
    overflow: hidden;
    background: var(--ls-card-bg);
    border: 1px solid var(--ls-border-light);
    box-shadow: none;
}

.powell-cc-page .powell-cc-detail-source-cover {
    display: block;
    width: 62px;
    height: 62px;
    border-radius: var(--ls-radius-xl);
    overflow: hidden;
    background: var(--ls-card-bg);
    border: 1px solid var(--ls-border-light);
    box-shadow: none;
}

.powell-cc-page .powell-cc-comment-queue-cover.is-empty {
    background: var(--ls-card-bg);
    border-style: dashed;
}

.powell-cc-page .powell-cc-detail-source-cover.is-empty {
    background: var(--ls-card-bg);
    border-style: dashed;
}

.powell-cc-page .powell-cc-detail-source-cover {
    width: 84px;
    height: 84px;
    border-radius: var(--ls-radius-xl);
}

.powell-cc-page .powell-cc-comment-queue-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.powell-cc-page .powell-cc-detail-source-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.powell-cc-page .powell-cc-comment-detail {
    flex: 1;
    display: grid;
    gap: 18px;
    min-height: 860px;
    padding: 20px;
    background: var(--ls-card-bg);
}

.powell-cc-page .powell-cc-detail-empty h3 {
    margin: 0;
    font-size: 26px;
    line-height: 1.1;
    font-weight: 600;
}

.powell-cc-page .powell-cc-detail-panel {
    display: grid;
    gap: 16px;
    padding: 16px;
}

.powell-cc-page .powell-cc-detail-chip-group {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.powell-cc-page .powell-cc-detail-chip {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: var(--ls-radius-full);
    background: rgba(79, 99, 255, 0.08);
    border: 1px solid rgba(79, 99, 255, 0.12);
    color: #5365d8;
    font-size: 12px;
}

.powell-cc-page .powell-cc-detail-chip.is-soft {
    background: rgba(255, 255, 255, 0.82);
    border-color: var(--ls-border);
    color: var(--ls-text-secondary);
}

.powell-cc-page .powell-cc-detail-content {
    padding: 16px 18px;
    border-radius: var(--ls-radius-xl);
    border: 1px solid rgba(121, 136, 161, 0.12);
    background: rgba(248, 250, 255, 0.88);
}

.powell-cc-page .powell-cc-child-content {
    padding: 16px 18px;
    border-radius: var(--ls-radius-xl);
    border: 1px solid rgba(121, 136, 161, 0.12);
    background: rgba(248, 250, 255, 0.88);
}

.powell-cc-page .powell-cc-detail-reply {
    display: grid;
    gap: 12px;
    padding-top: 0;
}

.powell-cc-page .powell-cc-detail-reply textarea {
    min-height: 160px;
    border-radius: var(--ls-radius-xl);
    border: 1px solid rgba(114, 130, 158, 0.18);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: none;
}

.powell-cc-page .powell-cc-detail-reply textarea:focus {
    border-color: rgba(79, 99, 255, 0.3);
    box-shadow: none;
}

.powell-cc-page .powell-cc-detail-reply-actions {
    display: flex;
    justify-content: flex-end;
}

.powell-cc-page .powell-cc-detail-source {
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
}

.powell-cc-page .powell-cc-detail-source-copy {
    display: grid;
    gap: 10px;
    min-width: 0;
}

.powell-cc-page .powell-cc-detail-side-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.powell-cc-page .powell-cc-detail-side-stats span {
    display: grid;
    gap: 4px;
    min-height: 88px;
    align-content: center;
    padding: 12px;
    border-radius: var(--ls-radius-xl);
    border: 1px solid var(--ls-border);
    background: rgba(255, 255, 255, 0.7);
}

.powell-cc-page .powell-cc-detail-side-stats span strong {
    color: var(--ls-text);
    font-size: 14px;
    line-height: 1.5;
    word-break: break-word;
}

.powell-cc-page .powell-cc-detail-side-stats span small {
    color: var(--ls-text-muted);
    font-size: 11px;
}

.powell-cc-page .powell-cc-thread-card .powell-cc-detail-children-head {
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(118, 134, 161, 0.1);
}

.powell-cc-page .powell-cc-thread-card .powell-cc-detail-children-head h3 {
    margin: 0;
    font-size: 20px;
}

.powell-cc-page .powell-cc-thread-card .powell-cc-detail-children-head span {
    color: var(--ls-text-muted);
    font-size: 13px;
}

.powell-cc-page .powell-cc-child-comment {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 14px;
    padding: 16px;
    border-radius: var(--ls-radius-xl);
    border: 1px solid var(--ls-border);
    background: rgba(255, 255, 255, 0.66);
}

.powell-cc-page .powell-cc-child-comment img {
    width: 40px;
    height: 40px;
    border-radius: var(--ls-radius-xl);
    object-fit: cover;
}

.powell-cc-page .powell-cc-child-comment > div {
    display: grid;
    gap: 10px;
    min-width: 0;
}

.powell-cc-page .powell-cc-child-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.powell-cc-page .powell-cc-child-head strong {
    color: var(--ls-text);
    font-size: 14px;
}

.powell-cc-page .powell-cc-child-head span {
    color: var(--ls-text-muted);
    font-size: 12px;
}

.powell-cc-page .powell-cc-detail-empty {
    display: grid;
    place-items: center;
    gap: 12px;
    min-height: 720px;
    padding: 40px;
    text-align: center;
}

.powell-cc-page .powell-cc-detail-empty i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 74px;
    height: 74px;
    border-radius: var(--ls-radius-xl);
    background: rgba(79, 99, 255, 0.08);
    color: #5768d8;
    font-size: 30px;
}

.powell-cc-page .powell-cc-comment-placeholder {
    color: var(--ls-text-muted);
}

.powell-cc-page .powell-cc-type-card {
    padding: 16px 18px;
    border-radius: var(--ls-radius-xl);
    border: 1px solid rgba(118, 134, 161, 0.14);
    background: var(--ls-card-bg);
    box-shadow: none;
}

.powell-cc-page .powell-cc-type-main strong {
    color: var(--ls-text);
}

.powell-cc-page .powell-cc-empty {
    border-radius: var(--ls-radius-xl);
    border: 1px dashed rgba(118, 134, 161, 0.2);
    background: rgba(255, 255, 255, 0.56);
    color: var(--ls-text-secondary);
}

.powell-cc-page .powell-cc-sub-empty {
    border-radius: var(--ls-radius-xl);
    border: 1px dashed rgba(118, 134, 161, 0.2);
    background: rgba(255, 255, 255, 0.56);
    color: var(--ls-text-secondary);
}

.powell-cc-page .powell-cc-manage-toolbar {
    position: relative;
    display: grid;
    gap: 14px;
    padding: 18px;
    margin-bottom: 18px;
    border: 1px solid var(--ls-border);
    border-radius: var(--ls-radius-xl);
    background: var(--ls-card-bg);
    box-shadow: none;
    overflow: hidden;
}

.powell-cc-page .powell-cc-manage-toolbar > * {
    position: relative;
    z-index: 1;
}

.powell-cc-page .powell-cc-manage-toolbar .powell-cc-filter-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(118, 134, 161, 0.14);
}

.powell-cc-page .powell-cc-manage-toolbar .powell-cc-filter-tabs:empty {
    display: none;
}

.powell-cc-page .powell-cc-manage-toolbar .powell-cc-chip-btn {
    min-height: 44px;
    padding: 0 16px;
    border-radius: var(--ls-radius-xl);
    border: 1px solid rgba(118, 134, 161, 0.14);
    background: rgba(255, 255, 255, 0.72);
    box-shadow: none;
}

.powell-cc-page .powell-cc-manage-toolbar .powell-cc-filter-row {
    gap: 12px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.powell-cc-page .powell-cc-manage-toolbar .powell-cc-search i {
    flex: 0 0 auto;
    color: var(--ls-text-muted);
    font-size: 16px;
}

.powell-cc-page .powell-cc-manage-toolbar .powell-cc-search:focus-within {
    border-color: rgba(79, 99, 255, 0.28);
    box-shadow: none;
}

.powell-cc-page .powell-cc-manage-toolbar .powell-cc-select:focus {
    border-color: rgba(79, 99, 255, 0.28);
    box-shadow: none;
}

.powell-cc-page .powell-cc-manage-toolbar .powell-cc-select {
    min-width: 0;
    padding: 0 16px;
    border: 1px solid rgba(118, 134, 161, 0.16);
    border-radius: var(--ls-radius-xl);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: none;
    color: var(--ls-text);
}

.powell-cc-page .powell-cc-manage-toolbar .powell-cc-btn {
    min-height: 44px;
    padding: 0 20px;
    border-radius: var(--ls-radius-xl);
    white-space: nowrap;
    justify-content: center;
}

.powell-cc-page .powell-cc-manage-toolbar .powell-cc-btn.ghost {
    background: var(--ls-card-bg);
    border-color: rgba(118, 134, 161, 0.16);
    color: var(--ls-text);
}

.powell-cc-page .powell-cc-comments-board .powell-cc-manage-toolbar {
    margin-bottom: 12px;
    padding: 16px;
    border-radius: var(--ls-radius-xl);
}

.powell-cc-page .powell-cc-section-top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    padding: 28px;
    background: var(--ls-card-bg);
    border-radius: var(--ls-radius-xl);
    border-color: var(--ls-border-light);
    box-shadow: none;
}

.powell-content-analysis-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.powell-fans-analysis-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.powell-cc-page .powell-cc-title-wrap h2 {
    margin: 0;
    font-size: 28px;
    line-height: 1.08;
    letter-spacing: -0.03em;
    color: var(--ls-text);
    font-weight: 650;
}

.powell-cc-page .powell-cc-title-wrap p {
    max-width: 720px;
    margin: 0;
    color: var(--ls-text-secondary);
    font-size: 13px;
    line-height: 1.8;
}

.powell-cc-page [data-section-panel="works"] .powell-cc-manage-toolbar {
    width: 100%;
    justify-self: start;
}

.powell-cc-page [data-section-panel="drafts"] .powell-cc-manage-toolbar {
    width: 100%;
    justify-self: start;
}

.powell-cc-page .powell-cc-manage-toolbar .powell-cc-chip-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    font-weight: 600;
}

.powell-cc-page .powell-cc-manage-toolbar .powell-cc-chip-btn-label {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.powell-cc-page .powell-cc-manage-toolbar .powell-cc-chip-btn em {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 26px;
    height: 26px;
    padding: 0 8px;
    border-radius: var(--ls-radius-full);
    background: rgba(118, 134, 161, 0.12);
    color: var(--ls-text-secondary);
    font-style: normal;
    font-size: 12px;
    line-height: 1;
}

.powell-cc-page .powell-cc-manage-toolbar .powell-cc-chip-btn.is-active {
    color: #fff;
    border-color: transparent;
    background: var(--ls-primary);
    box-shadow: none;
}

.powell-cc-page .powell-cc-manage-toolbar .powell-cc-chip-btn.is-active em {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.powell-cc-page .powell-cc-post-card {
    grid-template-columns: 156px minmax(0, 1fr) auto;
    gap: 20px;
    align-items: start;
    min-height: 176px;
    padding: 20px;
    background: var(--ls-card-bg);
    overflow: visible;
}

.powell-cc-page .powell-cc-post-card:hover {
    transform: translateY(-2px);
}

.powell-cc-page .powell-cc-post-cover {
    width: 156px;
    height: 114px;
    border-radius: var(--ls-radius-xl);
    background: var(--ls-bg-hover);
    box-shadow: none;
}

.powell-cc-page .powell-cc-post-body {
    align-content: start;
    gap: 12px;
    padding-top: 2px;
}

.powell-cc-page .powell-cc-post-body h3 {
    font-size: 19px;
    line-height: 1.24;
    letter-spacing: -0.03em;
    font-weight: 600;
}

.powell-cc-page .powell-cc-post-lead {
    font-size: 16px;
    line-height: 1.72;
    color: var(--ls-text);
    font-weight: 400;
}

.powell-cc-page .powell-cc-post-lead a {
    color: inherit;
    text-decoration: none;
}

.powell-cc-page .powell-cc-post-body h3 a {
    color: inherit;
    text-decoration: none;
}

.powell-cc-page .powell-cc-post-body h3 .powell-cc-rich {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.powell-cc-page .powell-cc-post-lead .powell-cc-rich {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 400;
}

.powell-cc-page .powell-cc-post-tags {
    gap: 8px;
}

.powell-cc-page .powell-cc-pill {
    min-height: 30px;
    padding: 0 12px;
    border: 1px solid rgba(118, 134, 161, 0.1);
    background: rgba(255, 255, 255, 0.76);
}

.powell-cc-page .powell-cc-inline-tip {
    min-height: 30px;
    padding: 0 12px;
    border: 1px solid rgba(118, 134, 161, 0.1);
    background: rgba(255, 255, 255, 0.76);
}

.powell-cc-page .powell-cc-post-excerpt {
    min-height: 48px;
    color: var(--ls-text-secondary);
}

.powell-cc-page .powell-cc-post-excerpt .powell-cc-rich {
    font-weight: 400;
}

.powell-cc-page .powell-cc-post-lead .powell-cc-rich :is(strong, b),
.powell-cc-page .powell-cc-post-excerpt .powell-cc-rich :is(strong, b),
.powell-cc-page .powell-cc-comment-queue-source strong .powell-cc-rich :is(strong, b) {
    font-weight: inherit;
}

.powell-cc-page .powell-cc-post-body.is-content-only .powell-cc-post-meta {
    margin-top: 4px;
}

.powell-cc-page .powell-cc-post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 2px;
}

.powell-cc-page .powell-cc-post-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: var(--ls-radius-full);
    border: 1px solid rgba(118, 134, 161, 0.12);
    background: rgba(249, 250, 253, 0.92);
    color: var(--ls-text-secondary);
    font-size: 12px;
    line-height: 1;
}

.powell-cc-page .powell-cc-post-actions-wrap {
    align-self: start;
}

.powell-cc-page .powell-cc-post-actions-toggle {
    width: 42px;
    height: 42px;
    border-color: rgba(118, 134, 161, 0.14);
    background: var(--ls-card-bg);
}

.powell-cc-page .powell-cc-post-actions-menu {
    min-width: 160px;
    border-color: rgba(118, 134, 161, 0.14);
    background: var(--ls-card-bg);
}

.powell-cc-page .powell-cc-post-action-item {
    min-height: 40px;
    border-radius: var(--ls-radius-xl);
}

.powell-cc-page .powell-cc-post-action-item:hover {
    background: var(--ls-bg-hover);
}

.powell-cc-page .powell-cc-post-card.is-entering {
    opacity: 0;
    transform: translateY(18px) scale(0.985);
    filter: blur(4px);
}

.powell-cc-page .powell-cc-post-card.is-entering.is-entering-active {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
    transition: opacity .42s ease,
        transform .48s cubic-bezier(.22, 1, .36, 1),
        filter .42s ease;
    transition-delay: 0ms;
}

.powell-cc-page .powell-cc-load-more .powell-cc-btn {
    position: relative;
    min-width: 132px;
}

.powell-cc-page .powell-cc-load-more .powell-cc-btn.is-loading {
    color: transparent;
    pointer-events: none;
}

.powell-cc-page .powell-cc-load-more .powell-cc-btn.is-loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(118, 134, 161, 0.24);
    border-top-color: var(--ls-primary);
    border-radius: 50%;
    animation: powell-cc-spin .72s linear infinite;
    transform: translate(-50%, -50%);
}

.powell-cc-page .powell-cc-load-feedback {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 20px;
    margin-top: 10px;
    color: var(--ls-text-secondary);
    font-size: 13px;
    line-height: 1.5;
    opacity: 1;
    transform: translateY(0);
    transition: opacity .24s ease, transform .24s ease;
}

.powell-cc-page .powell-cc-load-feedback::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentColor;
    opacity: .72;
}

.powell-cc-page .powell-cc-load-feedback.is-hidden {
    display: none;
}

.powell-cc-page .powell-cc-load-feedback.is-loading {
    color: var(--ls-primary);
}

.powell-cc-page .powell-cc-load-feedback.is-success {
    color: var(--ls-success);
}

.powell-cc-page .powell-cc-load-feedback.is-error {
    color: #ef4444;
}

.powell-cc-page .powell-cc-load-feedback.is-info {
    color: var(--ls-text-secondary);
}

.powell-cc-page .powell-cc-comment-queue-item.is-entering {
    opacity: 0;
    transform: translateY(14px) scale(0.992);
    filter: blur(4px);
}

.powell-cc-page .powell-cc-comment-queue-item.is-entering.is-entering-active {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
    transition: opacity .36s ease,
        transform .42s cubic-bezier(.22, 1, .36, 1),
        filter .36s ease;
    transition-delay: 0ms;
}

@keyframes powell-cc-spin {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.powell-cc-page .powell-cc-detail-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

.powell-cc-page .powell-cc-detail-actions .powell-cc-mini-btn {
    min-height: 42px;
    white-space: nowrap;
}

.powell-cc-page .powell-cc-analysis-actions {
    display: grid;
    grid-template-columns: auto 168px auto;
    gap: 12px;
    align-items: center;
    padding: 14px;
    border-radius: var(--ls-radius-xl);
    border: 1px solid rgba(118, 134, 161, 0.14);
    background: var(--ls-card-bg);
    box-shadow: none;
}

.powell-cc-page .powell-cc-range-tabs {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 4px;
    padding: 4px;
    border-radius: calc(var(--powell-cc-button-pill-radius) + 2px);
    border: 1px solid rgba(118, 134, 161, 0.14);
    background: rgba(248, 250, 252, 0.92);
    box-shadow: none;
}

.powell-cc-page .powell-cc-section-top > .powell-cc-range-tabs,
.powell-cc-page .powell-cc-analysis-actions > .powell-cc-range-tabs {
    justify-self: end;
}

.powell-cc-page .powell-cc-analysis-actions .powell-cc-range-tabs {
    gap: 4px;
}

.powell-cc-page .powell-cc-range-btn {
    min-width: 56px;
    min-height: 40px;
    padding: 0 16px;
    border-radius: calc(var(--powell-cc-button-pill-radius) - 4px);
    border: 1px solid transparent;
    background: transparent;
    color: var(--ls-text-secondary);
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    box-shadow: none;
}

.powell-cc-page .powell-cc-range-btn:hover {
    background: rgba(255, 255, 255, 0.9);
    border-color: transparent;
    color: var(--ls-text);
}

.powell-cc-page .powell-cc-range-btn.is-active {
    background: var(--ls-card-bg);
    border-color: rgba(84, 99, 255, 0.16);
    color: var(--ls-primary);
    box-shadow: none;
}

.powell-cc-page .powell-cc-analysis-actions .powell-cc-range-btn {
    min-height: 40px;
    border-radius: calc(var(--powell-cc-button-pill-radius) - 4px);
}

.powell-cc-page .powell-cc-analysis-actions .powell-cc-select {
    min-height: 46px;
    border-radius: var(--ls-radius-xl);
}

.powell-cc-page .powell-cc-analysis-actions .powell-cc-btn {
    min-height: 46px;
    border-radius: var(--ls-radius-xl);
}

.powell-cc-page [data-section-panel="analysis_content"] .powell-cc-analysis-summary .powell-cc-summary-card {
    min-height: 124px;
    padding: 18px 20px;
    background: var(--ls-card-bg);
}

.powell-cc-page [data-section-panel="analysis_content"] .powell-cc-analysis-summary .powell-cc-summary-card strong {
    color: var(--ls-text);
    font-size: 20px;
    line-height: 1.12;
    font-weight: 600;
}

.powell-cc-page [data-section-panel="analysis_content"] .powell-cc-analysis-summary .powell-cc-summary-card span {
    color: var(--ls-text-secondary);
}

.powell-cc-page .powell-cc-analysis-panel {
    min-width: 0;
}

.powell-cc-page .powell-cc-analysis-panel.is-trend {
    padding: 22px;
    background: var(--ls-card-bg);
}

.powell-cc-page .powell-cc-analysis-panel.is-ranking {
    padding: 22px;
}

.powell-cc-page .powell-cc-analysis-panel .powell-cc-card-head {
    margin-bottom: 16px;
}

.powell-cc-page .powell-cc-analysis-trend {
    display: grid;
    gap: 16px;
}

.powell-cc-page .powell-cc-analysis-trend-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.powell-cc-page .powell-cc-analysis-trend-stats {
    display: flex;
    gap: 10px;
}

.powell-cc-page .powell-cc-analysis-trend-stats span {
    display: grid;
    gap: 4px;
    min-width: 112px;
    padding: 12px 14px;
    border-radius: var(--ls-radius-xl);
    border: 1px solid rgba(118, 134, 161, 0.12);
    background: rgba(255, 255, 255, 0.72);
}

.powell-cc-page .powell-cc-analysis-trend-stats small {
    color: var(--ls-text-muted);
    font-size: 11px;
    font-style: normal;
    line-height: 1.4;
}

.powell-cc-page .powell-cc-analysis-trend-stats em {
    color: var(--ls-text-muted);
    font-size: 11px;
    font-style: normal;
    line-height: 1.4;
}

.powell-cc-page .powell-cc-analysis-trend-stats strong {
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
    color: var(--ls-text);
    font-size: 17px;
    line-height: 1.05;
    font-weight: 550;
}

.powell-cc-page .powell-cc-type-card strong {
    font-size: 16px;
    line-height: 1.28;
    font-weight: 600;
}

.powell-cc-page .powell-cc-workbench-card h3 {
    margin: 0;
    font-size: 22px;
    line-height: 1.28;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.powell-cc-page {
    --powell-cc-button-radius: 14px;
    --powell-cc-button-pill-radius: 16px;
}

.powell-cc-page button,
.powell-cc-page .powell-cc-btn,
.powell-cc-page .powell-cc-inline-link,
.powell-cc-page .powell-cc-mini-btn,
.powell-cc-page .powell-cc-menu-item,
.powell-cc-page .powell-cc-trend-tab,
.powell-cc-page .powell-cc-post-actions-toggle,
.powell-cc-page .powell-cc-post-action-item {
    border-radius: var(--powell-cc-button-radius);
}

.powell-cc-page .powell-cc-chip-btn,
.powell-cc-page .powell-cc-range-btn,
.powell-cc-page .powell-cc-filter-tab {
    border-radius: var(--powell-cc-button-pill-radius);
}

.powell-cc-page .powell-cc-analysis-plot {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    min-width: 0;
}

.powell-cc-page .powell-cc-analysis-yaxis {
    display: grid;
    grid-template-rows: repeat(5, minmax(0, 1fr));
    align-items: stretch;
}

.powell-cc-page .powell-cc-analysis-yaxis span {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding-top: 4px;
    color: var(--ls-text-muted);
    font-size: 12px;
    line-height: 1;
}

.powell-cc-page .powell-cc-analysis-plot-main {
    display: grid;
    gap: 10px;
    min-width: 0;
}

.powell-cc-page .powell-cc-analysis-canvas {
    position: relative;
    min-height: 300px;
    padding: 18px;
    border-radius: var(--ls-radius-xl);
    border: 1px solid rgba(118, 134, 161, 0.12);
    background: var(--ls-card-bg);
    box-shadow: none;
}

.powell-cc-page .powell-cc-analysis-svg {
    display: block;
    width: 100%;
    height: 264px;
}

.powell-cc-page .powell-cc-analysis-chartjs {
    display: block;
    width: 100% !important;
    height: 264px !important;
    cursor: crosshair;
    touch-action: none;
}

.powell-cc-page .powell-cc-analysis-grid line {
    stroke: rgba(104, 120, 147, 0.14);
    stroke-width: 1;
    stroke-dasharray: 4 7;
}

.powell-cc-page .powell-cc-analysis-area.is-primary {
    fill: rgba(79, 99, 255, 0.14);
}

.powell-cc-page .powell-cc-analysis-area.is-secondary {
    fill: rgba(31, 157, 255, 0.12);
}

.powell-cc-page .powell-cc-analysis-area.is-accent {
    fill: rgba(255, 138, 56, 0.14);
}

.powell-cc-page .powell-cc-analysis-line {
    fill: none;
    stroke-width: 3.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.powell-cc-page .powell-cc-analysis-line.is-primary {
    stroke: var(--ls-primary);
    filter: none;
}

.powell-cc-page .powell-cc-analysis-line.is-secondary {
    stroke: var(--ls-success);
    filter: none;
}

.powell-cc-page .powell-cc-analysis-line.is-accent {
    stroke: var(--ls-warning);
    filter: none;
}

.powell-cc-page .powell-cc-analysis-point circle {
    fill: #fff;
    stroke-width: 3;
}

.powell-cc-page .powell-cc-analysis-point.is-primary circle {
    stroke: var(--ls-primary);
}

.powell-cc-page .powell-cc-analysis-point.is-secondary circle {
    stroke: var(--ls-success);
}

.powell-cc-page .powell-cc-analysis-point.is-accent circle {
    stroke: var(--ls-warning);
}

.powell-cc-page .powell-cc-analysis-xaxis {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0;
    width: 100%;
    overflow: hidden;
}

.powell-cc-page .powell-cc-analysis-xaxis span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--ls-text-muted);
    font-size: 12px;
    text-align: center;
}

.powell-cc-page .powell-cc-analysis-xaxis.is-dense span {
    font-size: 11px;
}

.powell-cc-page [data-section-panel="analysis_content"] .powell-cc-rank-list {
    display: grid;
    gap: 0;
}

.powell-cc-page [data-section-panel="analysis_content"] .powell-cc-rank-body {
    gap: 6px;
}

.powell-cc-page [data-section-panel="analysis_content"] .powell-cc-rank-item h4 {
    font-size: 16px;
    line-height: 1.45;
    font-weight: 500;
}

.powell-cc-page [data-section-panel="analysis_content"] .powell-cc-audience-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.powell-cc-page [data-section-panel="analysis_content"] .powell-cc-distribution {
    gap: 14px;
    min-height: 224px;
    padding: 18px;
    border-radius: var(--ls-radius-xl);
    border: 1px solid rgba(118, 134, 161, 0.12);
    background: var(--ls-card-bg);
}

.powell-cc-page [data-section-panel="analysis_content"] .powell-cc-distribution h4 {
    font-size: 18px;
    color: var(--ls-text);
    font-weight: 550;
}

.powell-cc-page [data-section-panel="analysis_content"] .powell-cc-distribution-row {
    grid-template-columns: 76px minmax(0, 1fr) 44px 34px;
    gap: 12px;
}

.powell-cc-page [data-section-panel="analysis_content"] .powell-cc-distribution-row strong {
    font-weight: 500;
}

.powell-cc-page [data-section-panel="analysis_content"] .powell-cc-distribution-track {
    height: 10px;
    background: rgba(118, 134, 161, 0.12);
}

.powell-cc-page [data-section-panel="analysis_content"] .powell-cc-sub-empty {
    min-height: 156px;
}

.powell-cc-page [data-section-panel="works"] .powell-cc-manage-toolbar .powell-cc-chip-btn {
    font-weight: 500;
}

.powell-cc-page [data-section-panel="works"] .powell-cc-manage-toolbar .powell-cc-chip-btn.is-active {
    font-weight: 550;
}

.powell-cc-page [data-section-panel="works"] .powell-cc-post-body h3 {
    font-weight: 500;
}

.powell-cc-page .powell-cc-access-guard {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 28px 30px;
    min-height: 260px;
    border: 1px dashed var(--ls-border);
    border-radius: var(--ls-radius-xl);
    background: rgba(255, 255, 255, 0.82);
}

.powell-cc-page .powell-cc-access-icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    background: var(--ls-primary-light);
    color: var(--ls-primary);
    font-size: 24px;
}

.powell-cc-page .powell-cc-access-copy {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.powell-cc-page .powell-cc-access-copy h3 {
    margin: 0;
    color: var(--ls-text);
    font-size: 28px;
    line-height: 1.24;
    font-weight: 600;
}

.powell-cc-page .powell-cc-access-copy p {
    margin: 0;
    color: var(--ls-text-secondary);
    font-size: 15px;
    line-height: 1.8;
}

.powell-cc-page .powell-cc-access-copy small {
    color: var(--ls-text-muted);
    font-size: 13px;
    line-height: 1.7;
}

.powell-cc-page .powell-cc-access-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
}

@media (max-width: 960px) {
    .powell-cc-page .powell-cc-access-guard {
        align-items: flex-start;
        flex-direction: column;
        padding: 24px;
    }

    .powell-cc-page .powell-cc-access-copy h3 {
        font-size: 22px;
    }
}
