.powell-sm-page {
    padding: 20px 0 48px;
    color: var(--ls-text);
    display: flex;
    justify-content: center;
    align-items: center;
}

.powell-sm-shell {
    width: var(--ls-width);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.powell-sm-hero {
    border: 1px solid var(--ls-border);
    border-radius: var(--ls-radius-xl);
    background: var(--ls-card-bg);
    backdrop-filter: blur(12px);
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    padding: 34px 36px;
}

.powell-sm-panel {
    border: 1px solid var(--ls-border);
    border-radius: var(--ls-radius-xl);
    background: var(--ls-card-bg);
    backdrop-filter: blur(12px);
    position: relative;
    overflow: hidden;
    padding: 28px;
}

.powell-sm-stats-wrap {
    border: 1px solid var(--ls-border);
    border-radius: var(--ls-radius-xl);
    background: var(--ls-card-bg);
    backdrop-filter: blur(12px);
    padding: 26px 28px;
}

.powell-sm-gate {
    border: 1px solid var(--ls-border);
    border-radius: var(--ls-radius-xl);
    background: var(--ls-card-bg);
    backdrop-filter: blur(12px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 64px 24px;
}

.powell-sm-hero-copy {
    position: relative;
    z-index: 1;
    max-width: 880px;
}

.powell-sm-hero-copy h1 {
    font-size: 44px;
    line-height: 1;
    letter-spacing: -0.03em;
}

.powell-sm-hero-copy p {
    max-width: 760px;
    margin: 10px 0 0;
    color: var(--ls-text-muted);
    font-size: 16px;
    line-height: 1.8;
}

.powell-sm-hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    justify-content: flex-end;
    gap: 12px;
    min-width: 240px;
    position: relative;
    z-index: 1;
}

.powell-sm-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 16px;
    border: 1px solid transparent;
    border-radius: var(--ls-radius-lg);
    background: #fff;
    color: var(--ls-text);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

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

.powell-sm-btn em {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    border-radius: var(--ls-radius-full);
    background: rgba(20, 35, 47, 0.08);
    font-style: normal;
    font-size: 12px;
}

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

.powell-sm-btn.is-danger {
    background: var(--ls-danger);
    color: #fff;
}

.powell-sm-btn.is-soft {
    border-color: rgba(20, 35, 47, 0.08);
    background: rgba(255, 255, 255, 0.74);
}

.powell-sm-btn.is-ghost {
    border-color: rgba(20, 35, 47, 0.08);
    background: rgba(255, 255, 255, 0.72);
}

.powell-sm-btn[disabled] {
    opacity: 0.55;
    cursor: not-allowed;
    transform: none;
}

.powell-sm-stats-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}

.powell-sm-stats-head h2 {
    margin: 0;
    font-size: 22px;
    line-height: 1.2;
}

.powell-sm-panel-head h2 {
    margin: 0;
    font-size: 22px;
    line-height: 1.2;
}

.powell-sm-gate h2 {
    margin: 0;
    font-size: 22px;
    line-height: 1.2;
}

.powell-sm-stats-head p {
    margin: 8px 0 0;
    color: var(--ls-text-muted);
    font-size: 14px;
    line-height: 1.7;
}

.powell-sm-panel-head p {
    margin: 8px 0 0;
    color: var(--ls-text-muted);
    font-size: 14px;
    line-height: 1.7;
}

.powell-sm-inline-note {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    padding: 8px 12px;
    border-radius: var(--ls-radius-full);
    background: var(--ls-primary-light);
    color: var(--ls-primary);
    white-space: nowrap;
}

.powell-sm-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.powell-sm-stat-card {
    position: relative;
    padding: 20px;
    border-radius: var(--ls-radius-lg);
    border: 1px solid rgba(15, 23, 42, 0.06);
    overflow: hidden;
}

.powell-sm-stat-card .value {
    margin-top: 10px;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.powell-sm-stat-card .label {
    font-size: 14px;
    font-weight: 700;
}

.powell-sm-stat-card .desc {
    margin-top: 10px;
    color: var(--ls-text-muted);
    font-size: 13px;
    line-height: 1.7;
}

.powell-sm-panel-grid > .powell-sm-panel:only-child {
    grid-column: 1 / -1;
}

.powell-sm-panel-head {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
    align-items: end;
}

.powell-sm-panel-head > div:first-child {
    flex: 1;
    min-width: 0;
}

.powell-sm-filter-row {
    display: grid;
    grid-template-columns: minmax(320px, 1.6fr) repeat(2, minmax(170px, 0.75fr)) auto;
    align-items: stretch;
    gap: 14px;
    margin-bottom: 18px;
    padding: 16px;
    border-radius: var(--ls-radius-lg);
    border: 1px solid rgba(15, 23, 42, 0.06);
}

.powell-sm-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.powell-sm-input {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 15px;
    border: 1px solid rgba(20, 35, 47, 0.08);
    border-radius: var(--ls-radius-lg);
    background: rgba(255, 255, 255, 0.88);
    transition: border-color .18s ease, background .18s ease;
    flex: 1;
}

.powell-sm-select {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 15px;
    border: 1px solid rgba(20, 35, 47, 0.08);
    border-radius: var(--ls-radius-lg);
    background: rgba(255, 255, 255, 0.88);
    transition: border-color .18s ease, background .18s ease;
    min-width: 140px;
}

.powell-sm-input:focus-within {
    border-color: rgba(15, 118, 110, 0.28);
    background: rgba(255, 255, 255, 0.96);
}

.powell-sm-select:focus-within {
    border-color: rgba(15, 118, 110, 0.28);
    background: rgba(255, 255, 255, 0.96);
}

.powell-sm-input i {
    color: var(--ls-text-muted);
    font-size: 13px;
    white-space: nowrap;
}

.powell-sm-select span {
    color: var(--ls-text-muted);
    font-size: 13px;
    white-space: nowrap;
}

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

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

.powell-sm-filter-row > .powell-sm-btn {
    min-height: 52px;
    padding-inline: 18px;
}

.powell-sm-summary {
    padding: 18px 20px;
    border-radius: var(--ls-radius-lg);
    border: 1px solid rgba(15, 118, 110, 0.12);
    margin-bottom: 18px;
}

.powell-sm-summary h3 {
    margin: 0 0 8px;
    font-size: 16px;
}

.powell-sm-summary p {
    margin: 0;
    color: var(--ls-text-muted);
    font-size: 14px;
    line-height: 1.7;
}

.powell-sm-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.powell-sm-tags span {
    display: inline-flex;
    align-items: center;
    padding: 7px 11px;
    border-radius: var(--ls-radius-full);
    background: rgba(255, 255, 255, 0.78);
    color: var(--ls-text);
    font-size: 12px;
    border: 1px solid rgba(15, 23, 42, 0.06);
}

.powell-sm-table-wrap {
    overflow: auto;
    border-radius: var(--ls-radius-xl);
    border: 1px solid rgba(15, 23, 42, 0.06);
}

.powell-sm-table {
    width: 100%;
    border-collapse: collapse;
    background: rgba(255, 255, 255, 0.9);
    min-width: 980px;
}

.powell-sm-table thead th {
    position: sticky;
    top: 0;
    z-index: 1;
    padding: 14px 14px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    background: var(--ls-primary-light);
    color: var(--ls-text-muted);
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.powell-sm-table tbody td {
    padding: 16px 14px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    vertical-align: top;
    font-size: 14px;
}

.powell-sm-table tbody tr:hover td {
    background: var(--ls-primary-light);
}

.powell-sm-table tbody tr:last-child td {
    border-bottom: none;
}

.powell-sm-table .keyword a {
    color: var(--ls-text);
    font-weight: 700;
    text-decoration: none;
}

.powell-sm-table .keyword a:hover {
    color: var(--ls-primary);
}

.powell-sm-meta-line {
    margin-top: 8px;
    color: var(--ls-text-muted);
    font-size: 12px;
    line-height: 1.8;
}

.powell-sm-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: var(--ls-radius-full);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.powell-sm-badge.is-hot {
    color: #b45309;
    background: rgba(245, 158, 11, 0.12);
}

.powell-sm-badge.is-normal {
    color: #475569;
    background: rgba(71, 85, 105, 0.12);
}

.powell-sm-table-actions {
    display: flex;
    justify-content: flex-end;
}

.powell-sm-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 220px;
    border: 1px dashed rgba(15, 23, 42, 0.14);
    border-radius: var(--ls-radius-xl);
    background: rgba(255, 255, 255, 0.68);
    color: var(--ls-text-muted);
    text-align: center;
}

.powell-sm-empty i {
    font-size: 32px;
    color: var(--ls-primary);
}

.powell-sm-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid rgba(15, 23, 42, 0.06);
    color: var(--ls-text-muted);
    font-size: 13px;
}

.powell-sm-pagination-actions {
    display: flex;
    gap: 8px;
}

.powell-sm-pagination .powell-sm-btn {
    min-height: 38px;
    padding: 0 12px;
    border-radius: var(--ls-radius-lg);
    font-size: 13px;
}

.powell-sm-gate-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 84px;
    height: 84px;
    margin-bottom: 18px;
    border-radius: var(--ls-radius-xl);
    background: rgba(15, 118, 110, 0.12);
    color: var(--ls-primary);
    font-size: 34px;
}

.powell-sm-gate p {
    max-width: 520px;
    margin: 12px auto 20px;
    color: var(--ls-text-muted);
    font-size: 15px;
    line-height: 1.9;
}

.powell-sm-check {
    width: 16px;
    height: 16px;
    cursor: pointer;
}
