.pc-bodypage-moves {
    background: #060b09 !important;
    background-image: none !important;
}

.pc-bodypage-moves .pc-shell,
.pc-bodypage-moves .pc-main,
.pc-bodypage-moves .pc-topbar,
.pc-bodypage-moves .pc-footer {
    background-image: none !important;
}

.pc-bodypage-moves .pc-main {
    padding: 12px;
    background: #060b09;
}

.pc-bodypage-moves .pc-topbar {
    background: #0c1512;
    border-bottom-color: #1e3328;
    box-shadow: none;
    backdrop-filter: none;
}

.pc-bodypage-moves .pc-footer {
    margin-top: 0;
    background: #0c1512;
    border-top: 1px solid #1e3328 !important;
    box-shadow: none;
}

.pc-bodypage-moves .pc-nav-link:hover,
.pc-bodypage-moves .pc-nav-link.is-active {
    background: #111d18;
    border-color: rgba(229, 183, 59, 0.28);
}

.pc-bodypage-moves .pc-nav-link.is-active {
    color: #e5b73b;
}

.moves-workbench {
    width: min(1520px, calc(100vw - 24px));
    margin: 0 auto;
    display: grid;
    gap: 16px;
    padding: 4px 0 18px;
    color: #a3b8ae;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace, sans-serif;
}

.moves-workbench * {
    box-sizing: border-box;
}

.moves-header,
.moves-filters,
.moves-catalog,
.moves-detail {
    background: #0c1512;
    border: 1px solid #1e3328;
    border-radius: 8px;
    box-shadow: none;
}

.moves-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 16px;
}

.moves-header-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.moves-gb-badge {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    border: 1px solid #e5b73b;
    background: #1e3328;
    color: #e5b73b;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.06em;
    flex: 0 0 auto;
}

.moves-header-copy {
    min-width: 0;
}

.moves-header-title-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.moves-header-copy h1 {
    margin: 0;
    color: #e2f0ea;
    font-size: 18px;
    line-height: 1.1;
    letter-spacing: 0.08em;
}

.moves-title-chip {
    display: inline-flex;
    align-items: center;
    min-height: 20px;
    padding: 0 8px;
    border-radius: 999px;
    border: 1px solid rgba(229, 183, 59, 0.25);
    background: #172b22;
    color: #e5b73b;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.moves-header-copy p {
    margin: 6px 0 0;
    color: #748c80;
    font-size: 11px;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

.moves-search-shell {
    position: relative;
    display: flex;
    align-items: center;
    min-width: 260px;
    width: min(380px, 100%);
    height: 34px;
    padding: 0 12px 0 38px;
    border-radius: 8px;
    border: 1px solid #1e3328;
    background: #0a120f;
}

.moves-search-shell:focus-within {
    border-color: #e5b73b;
    box-shadow: 0 0 0 3px rgba(229, 183, 59, 0.12);
}

.moves-search-icon {
    position: absolute;
    left: 12px;
    width: 15px;
    height: 15px;
    opacity: 0.78;
}

.moves-search-shell input {
    width: 100%;
    border: 0;
    background: transparent;
    color: #e2f0ea;
    font-size: 12px;
    outline: none;
}

.moves-search-shell input::placeholder {
    color: #748c80;
}

.moves-header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.moves-header-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 32px;
    padding: 0 10px;
    border-radius: 999px;
    border: 1px solid #1e3328;
    background: #111d18;
    color: #a3b8ae;
    font-size: 11px;
    white-space: nowrap;
}

.moves-header-badge strong {
    color: #e2f0ea;
    font-size: 12px;
}

.moves-header-badge .panel-glyph {
    width: 15px;
    height: 15px;
}

.moves-action-button,
.moves-footer-button,
.moves-filter-chip,
.moves-page-button,
.moves-tag-pill button {
    font: inherit;
}

.moves-action-button,
.moves-footer-button,
.moves-page-button,
.moves-star-button {
    appearance: none;
    border: 1px solid #1e3328;
    background: #111d18;
    color: #a3b8ae;
    cursor: pointer;
    transition: border-color 0.16s ease, color 0.16s ease, background 0.16s ease, transform 0.16s ease;
}

.moves-action-button:hover,
.moves-footer-button:hover,
.moves-page-button:hover,
.moves-star-button:hover {
    border-color: #e5b73b;
    color: #e5b73b;
    background: #172b22;
}

.moves-action-button.is-active,
.moves-footer-button.is-active {
    border-color: #e5b73b;
    color: #e5b73b;
    background: rgba(229, 183, 59, 0.08);
}

.moves-action-button {
    min-height: 32px;
    padding: 0 12px;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 600;
}

.moves-layout {
    display: grid;
    grid-template-columns: 284px minmax(0, 1fr) 332px;
    gap: 16px;
    align-items: start;
}

.moves-filters,
.moves-catalog,
.moves-detail {
    min-height: 0;
}

.moves-filters {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.moves-filter-scroll {
    display: grid;
    gap: 14px;
    padding-right: 2px;
    overflow: auto;
}

.moves-filter-group h3,
.moves-active-header h3,
.moves-filter-toggles span,
.moves-detail-subtitle,
.moves-section-title,
.moves-fact-label,
.moves-fact-value,
.moves-mini-copy {
    margin: 0;
}

.moves-filter-group h3,
.moves-active-header h3 {
    margin-bottom: 8px;
    color: #748c80;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.moves-chip-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
}

.moves-chip-grid.compact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.moves-chip-grid.type-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.moves-filter-chip {
    min-height: 30px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 7px;
    padding: 0 10px;
    border: 1px solid #1e3328;
    border-radius: 7px;
    background: #111d18;
    color: #748c80;
    font-size: 11px;
    text-align: left;
    cursor: pointer;
    transition: border-color 0.16s ease, color 0.16s ease, background 0.16s ease;
}

.moves-filter-chip:hover,
.moves-filter-chip.is-active {
    border-color: #e5b73b;
    color: #e5b73b;
    background: rgba(229, 183, 59, 0.08);
}

.moves-filter-chip.is-muted {
    justify-content: center;
}

.moves-filter-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    flex: 0 0 auto;
}

.moves-filter-toggles {
    display: grid;
    gap: 10px;
    padding-top: 8px;
    border-top: 1px solid #1e3328;
}

.moves-toggle-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #a3b8ae;
    font-size: 12px;
}

.moves-toggle {
    display: inline-flex;
    align-items: center;
}

.moves-toggle input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.moves-toggle-track {
    position: relative;
    width: 34px;
    height: 18px;
    border: 1px solid #1e3328;
    border-radius: 999px;
    background: #111d18;
    transition: border-color 0.16s ease, background 0.16s ease;
}

.moves-toggle-thumb {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: #748c80;
    transition: transform 0.16s ease, background 0.16s ease;
}

.moves-toggle input:checked + .moves-toggle-track {
    border-color: #e5b73b;
    background: #172b22;
}

.moves-toggle input:checked + .moves-toggle-track .moves-toggle-thumb {
    transform: translateX(16px);
    background: #e5b73b;
}

.moves-active-filters {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid #1e3328;
}

.moves-active-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 8px;
}

.moves-active-header button {
    border: 0;
    background: transparent;
    color: #748c80;
    font-size: 11px;
    cursor: pointer;
}

.moves-active-header button:hover {
    color: #e5b73b;
}

.moves-active-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.moves-tag-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 24px;
    padding: 0 8px;
    border-radius: 999px;
    border: 1px solid #1e3328;
    background: #172b22;
    color: #a3b8ae;
    font-size: 10px;
}

.moves-tag-pill button {
    border: 0;
    background: transparent;
    color: #748c80;
    cursor: pointer;
    font-size: 11px;
    line-height: 1;
    padding: 0;
}

.moves-tag-pill button:hover {
    color: #e5b73b;
}

.moves-empty-copy,
.moves-empty-row,
.moves-empty-state,
.moves-footer-copy,
.moves-mini-copy {
    color: #748c80;
}

.moves-fact-value,
.moves-detail-description,
.moves-learner-meta p {
    overflow-wrap: anywhere;
}

.moves-catalog {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 0;
    align-self: start;
}

.moves-table-scroll {
    flex: 0 0 auto;
    overflow: auto;
}

.moves-table {
    width: 100%;
    min-width: 980px;
    border-collapse: collapse;
    font-size: 11px;
}

.moves-table thead th {
    position: sticky;
    top: 0;
    z-index: 2;
    padding: 12px 10px;
    border-bottom: 1px solid #1e3328;
    background: #111d18;
    color: #748c80;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    font-size: 10px;
    white-space: nowrap;
}

.moves-table tbody td {
    padding: 10px;
    border-bottom: 1px solid rgba(30, 51, 40, 0.6);
    color: #a3b8ae;
    vertical-align: middle;
}

.moves-table tbody tr {
    cursor: pointer;
    transition: background 0.16s ease, color 0.16s ease;
}

.moves-table tbody tr:hover {
    background: #111d18;
}

.moves-table tbody tr.is-selected {
    background: #172b22;
    box-shadow: inset 3px 0 0 #e5b73b;
}

.moves-table tbody tr.is-selected td {
    color: #e2f0ea;
}

.moves-table tbody tr.is-selected .moves-name-cell {
    color: #e5b73b;
}

.moves-empty-row {
    padding: 30px 10px !important;
    text-align: center;
    font-style: italic;
}

.centered-cell {
    text-align: center;
}

.moves-num-cell {
    color: #748c80 !important;
    font-weight: 700;
    white-space: nowrap;
}

.moves-name-cell {
    color: #e2f0ea;
    font-weight: 700;
}

.moves-type-badge,
.moves-class-badge,
.moves-inline-chip,
.moves-method-chip,
.moves-machine-chip,
.moves-summary-badge,
.moves-tag-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 20px;
    padding: 0 7px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
    white-space: nowrap;
}

.moves-type-badge {
    color: #f7fbf9;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
}

.moves-class-badge.is-physical {
    background: rgba(241, 154, 71, 0.12);
    color: #f19a47;
}

.moves-class-badge.is-special {
    background: rgba(101, 168, 255, 0.12);
    color: #65a8ff;
}

.moves-class-badge.is-status {
    background: rgba(68, 201, 130, 0.12);
    color: #44c982;
}

.moves-star-button,
.moves-row-star {
    display: inline-grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    font-size: 13px;
}

.moves-row-star {
    width: 24px;
    height: 24px;
    margin: 0 auto;
}

.moves-star-button.is-active,
.moves-row-star.is-active {
    border-color: #e5b73b;
    color: #e5b73b;
    background: rgba(229, 183, 59, 0.08);
}

.moves-table-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    border-top: 1px solid #1e3328;
    background: #111d18;
    flex-wrap: wrap;
}

.moves-footer-copy {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 11px;
    flex-wrap: wrap;
}

.moves-footer-copy strong {
    color: #e2f0ea;
}

.moves-pagination {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.moves-page-status {
    color: #748c80;
    font-size: 11px;
    white-space: nowrap;
}

.moves-page-button {
    min-width: 30px;
    height: 30px;
    padding: 0 10px;
    border-radius: 8px;
    font-size: 11px;
}

.moves-page-button.is-active {
    border-color: #e5b73b;
    background: #172b22;
    color: #e5b73b;
}

.moves-page-button.is-disabled {
    cursor: default;
    opacity: 0.45;
}

.moves-page-ellipsis {
    min-width: 18px;
    color: #748c80;
    font-size: 11px;
    text-align: center;
}

.moves-footer-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.moves-footer-button {
    min-height: 32px;
    padding: 0 12px;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 600;
}

.moves-footer-button-primary {
    border-color: #e5b73b;
    background: #172b22;
    color: #e5b73b;
}

.moves-footer-button-primary:hover {
    background: #1e3d2f;
}

.moves-side-stack {
    display: grid;
    gap: 16px;
    min-height: 0;
}

.moves-detail {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.moves-detail-pane {
    display: grid;
    gap: 14px;
    overflow: auto;
    padding-right: 2px;
}

.moves-detail-header {
    display: grid;
    gap: 8px;
}

.moves-detail-overline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: #748c80;
    font-size: 10px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.moves-detail-title-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.moves-detail-title-row h3 {
    margin: 0;
    color: #e2f0ea;
    font-size: 24px;
    line-height: 1.08;
}

.moves-detail-subtitle {
    color: #748c80;
    font-size: 11px;
    margin-top: 4px;
}

.moves-machine-chip {
    border: 1px solid rgba(229, 183, 59, 0.28);
    background: #172b22;
    color: #e5b73b;
}

.moves-detail-chip-row,
.moves-tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.moves-inline-chip {
    border: 1px solid #1e3328;
    background: #111d18;
    color: #a3b8ae;
}

.moves-tag-badge {
    border: 1px solid rgba(30, 51, 40, 0.8);
    background: rgba(17, 29, 24, 0.85);
    color: #c5d5cd;
}

.moves-stat-grid,
.moves-summary-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
}

.moves-stat-card,
.moves-summary-card,
.moves-detail-section {
    border: 1px solid #1e3328;
    border-radius: 8px;
    background: #111d18;
}

.moves-stat-card {
    padding: 10px 8px;
    text-align: center;
}

.moves-stat-card strong {
    display: block;
    color: #e5b73b;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 6px;
}

.moves-stat-card span {
    display: block;
    color: #748c80;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.moves-detail-section {
    padding: 12px;
    display: grid;
    gap: 10px;
}

.moves-section-title {
    color: #e2f0ea;
    font-size: 12px;
    font-weight: 700;
}

.moves-detail-description {
    color: #c5d5cd;
    font-size: 12px;
    line-height: 1.6;
}

.moves-summary-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.moves-summary-card {
    padding: 10px;
    display: grid;
    gap: 4px;
}

.moves-summary-card strong {
    color: #e5b73b;
    font-size: 18px;
    line-height: 1;
}

.moves-summary-card span {
    color: #748c80;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

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

.moves-fact-row {
    padding: 8px 10px;
    border: 1px solid #1e3328;
    border-radius: 7px;
    background: #0b120f;
    display: grid;
    gap: 4px;
}

.moves-fact-label {
    color: #748c80;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.moves-fact-value {
    color: #e2f0ea;
    font-size: 12px;
    line-height: 1.4;
}

.moves-learn-section {
    display: grid;
    gap: 8px;
}

.moves-learn-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.moves-method-chip {
    border: 1px solid #1e3328;
    background: #0b120f;
    color: #e5b73b;
}

.moves-learner-grid {
    display: grid;
    gap: 8px;
}

.moves-learner-card {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    border: 1px solid #1e3328;
    border-radius: 8px;
    background: #0b120f;
}

.moves-learner-card img {
    width: 30px;
    height: 30px;
    image-rendering: pixelated;
    image-rendering: crisp-edges;
    flex: 0 0 auto;
}

.moves-learner-meta {
    min-width: 0;
}

.moves-learner-meta a {
    color: #e2f0ea;
    font-size: 11px;
    font-weight: 700;
}

.moves-learner-meta a:hover {
    color: #e5b73b;
}

.moves-learner-meta p {
    margin: 3px 0 0;
    color: #748c80;
    font-size: 10px;
    line-height: 1.45;
}

.moves-toast[hidden] {
    display: none !important;
}

.moves-toast {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 70;
    min-width: 160px;
    max-width: min(320px, calc(100vw - 32px));
    padding: 10px 12px;
    border: 1px solid #e5b73b;
    border-radius: 8px;
    background: #111d18;
    color: #e2f0ea;
    font-size: 11px;
    line-height: 1.45;
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.34);
}

.moves-workbench ::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.moves-workbench ::-webkit-scrollbar-track {
    background: #060b09;
}

.moves-workbench ::-webkit-scrollbar-thumb {
    background: #1e3328;
    border-radius: 999px;
}

.moves-workbench ::-webkit-scrollbar-thumb:hover {
    background: #e5b73b;
}

@media (max-width: 1320px) {
    .moves-layout {
        grid-template-columns: 268px minmax(0, 1fr) 312px;
    }

    .moves-stat-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1080px) {
    .moves-header {
        flex-wrap: wrap;
    }

    .moves-search-shell {
        order: 3;
        width: 100%;
    }

    .moves-layout {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .moves-side-stack {
        grid-template-columns: 1fr;
    }

    .moves-filters {
        order: 1;
    }

    .moves-catalog {
        order: 2;
    }

    .moves-side-stack {
        order: 3;
    }
}

@media (max-width: 720px) {
    .pc-bodypage-moves .pc-main {
        padding: 8px;
    }

    .moves-workbench {
        width: min(100vw - 8px, 100%);
        gap: 12px;
    }

    .moves-header {
        padding: 12px;
    }

    .moves-header-copy h1 {
        font-size: 16px;
    }

    .moves-chip-grid,
    .moves-chip-grid.compact-grid,
    .moves-chip-grid.type-grid,
    .moves-summary-grid,
    .moves-fact-grid,
    .moves-stat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .moves-table-footer {
        align-items: flex-start;
    }

    .moves-footer-copy,
    .moves-pagination,
    .moves-footer-actions {
        width: 100%;
    }

    .moves-header-actions {
        width: 100%;
        justify-content: flex-start;
    }

    .moves-footer-button,
    .moves-action-button {
        flex: 1 1 auto;
    }
}
