.gw-pulse-panel {
    border: 1px solid #c8d0d8;
    background: #ffffff;
    padding: 16px;
}

.gw-pulse-panel.gw-jobs-panel {
    width: 100%;
    box-sizing: border-box;
}

.gw-pulse-panel .gw-panel-page-header {
    display: table;
    width: 100%;
    border-bottom: 1px solid #d8dde3;
    margin-bottom: 12px;
    padding-bottom: 10px;
}

.gw-pulse-panel .gw-panel-page-title {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    font-size: 18px;
    color: #1e3348;
    font-weight: bold;
}

.gw-pulse-panel .gw-panel-page-actions {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    white-space: nowrap;
}

.gw-pulse-panel .gw-camp-wizard-notice {
    margin-bottom: 12px;
    padding: 10px 12px;
    border: 1px solid #d8dde3;
    background: #f7f8f9;
    font-size: 12px;
    line-height: 1.5;
    color: #4a5f73;
}

.gw-pulse-hero {
    display: table;
    width: 100%;
    border: 2px solid #1e3348;
    background: #f7f8f9;
    margin-bottom: 14px;
}

.gw-pulse-hero-main,
.gw-pulse-hero-side {
    display: table-cell;
    vertical-align: top;
    padding: 16px;
}

.gw-pulse-hero-side {
    width: 34%;
    border-left: 1px solid #d8dde3;
    background: #ffffff;
}

.gw-pulse-badge {
    display: inline-block;
    padding: 3px 8px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1e3348;
    border: 1px solid #b8860b;
    background: #fff8e8;
    margin-bottom: 8px;
}

.gw-pulse-title {
    margin: 0 0 8px;
    font-size: 22px;
    color: #1e3348;
}

.gw-pulse-lead {
    margin: 0;
    font-size: 13px;
    line-height: 1.55;
    color: #4a5f73;
}

.gw-pulse-stat-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
}

.gw-pulse-stat-table td {
    padding: 8px 0;
    border-bottom: 1px solid #eef1f4;
}

.gw-pulse-stat-label {
    color: #6a7a88;
    font-weight: bold;
    width: 42%;
}

.gw-pulse-stat-value {
    color: #1e3348;
}

.gw-pulse-stat-soon {
    color: #b8860b;
    font-weight: bold;
}

.gw-pulse-info-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #d8dde3;
    margin-bottom: 14px;
}

.gw-pulse-info-table td {
    width: 33.33%;
    vertical-align: top;
    padding: 12px;
    border-right: 1px solid #e8edf2;
    font-size: 12px;
    line-height: 1.5;
    color: #4a5f73;
}

.gw-pulse-info-table td:last-child {
    border-right: none;
}

.gw-pulse-info-head {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1e3348;
    margin-bottom: 6px;
}

.gw-pulse-roadmap {
    border: 1px solid #d8dde3;
    margin-bottom: 14px;
}

.gw-pulse-roadmap-head {
    padding: 8px 12px;
    font-size: 12px;
    font-weight: bold;
    color: #1e3348;
    background: #eef2f6;
    border-bottom: 1px solid #d8dde3;
}

.gw-pulse-roadmap-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
}

.gw-pulse-roadmap-table th,
.gw-pulse-roadmap-table td {
    padding: 8px 10px;
    border-bottom: 1px solid #eef1f4;
    text-align: left;
    vertical-align: top;
}

.gw-pulse-roadmap-table th {
    background: #f7f8f9;
    font-size: 11px;
    text-transform: uppercase;
    color: #6a7a88;
}

.gw-pulse-phase-id {
    width: 48px;
    font-weight: bold;
    color: #1e3348;
}

.gw-pulse-phase-title {
    width: 22%;
    font-weight: bold;
    color: #1e3348;
}

.gw-pulse-phase-desc {
    color: #4a5f73;
}

.gw-pulse-actions {
    padding-top: 4px;
}

.gw-pulse-actions .gw-btn {
    margin-right: 6px;
    margin-bottom: 6px;
}

@media (max-width: 900px) {
    .gw-pulse-hero,
    .gw-pulse-hero-main,
    .gw-pulse-hero-side,
    .gw-pulse-info-table td {
        display: block;
        width: 100%;
    }

    .gw-pulse-hero-side {
        border-left: none;
        border-top: 1px solid #d8dde3;
    }

    .gw-pulse-info-table td {
        border-right: none;
        border-bottom: 1px solid #e8edf2;
    }
}

.gw-rentals-hero {
    display: table;
    width: 100%;
    border: 2px solid #1e3348;
    background: #f7f8f9;
    margin-bottom: 14px;
}

.gw-rentals-hero-main,
.gw-rentals-hero-side {
    display: table-cell;
    vertical-align: top;
    padding: 16px;
}

.gw-rentals-hero-side {
    width: 36%;
    border-left: 1px solid #d8dde3;
    background: #ffffff;
}

.gw-rentals-intro {
    margin-bottom: 14px;
}

.gw-rentals-steps-head {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1e3348;
    margin: 16px 0 8px;
    padding-bottom: 4px;
    border-bottom: 2px solid #1e3348;
}

.gw-rentals-steps-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #c8d0d8;
    margin-bottom: 16px;
    font-size: 12px;
}

.gw-rentals-steps-table th,
.gw-rentals-steps-table td {
    padding: 8px 10px;
    border: 1px solid #d8dde3;
    text-align: left;
    vertical-align: top;
    color: #4a5f73;
}

.gw-rentals-steps-table th {
    background: #eef2f6;
    color: #1e3348;
    font-weight: bold;
}

.gw-rentals-template-grid {
    margin-bottom: 16px;
}

.gw-rentals-template-card {
    cursor: default;
}

.gw-rentals-template-features {
    flex: 1 1 auto;
    margin: 8px 0;
    padding-left: 18px;
    font-size: 11px;
    line-height: 1.45;
    color: #4a5f73;
}

.gw-rentals-template-durations,
.gw-rentals-template-meta,
.gw-rentals-template-foot {
    font-size: 11px;
    color: #6a7a88;
    margin-top: 6px;
}

.gw-rentals-template-foot {
    margin-top: auto;
    padding-top: 10px;
    font-style: normal;
}

.gw-rentals-template-foot .gw-btn-mini {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    white-space: normal;
    line-height: 1.25;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.gw-rentals-faq {
    margin-top: 8px;
}

.gw-rentals-manual-verify-notice {
    margin: 12px 0;
    border-left: 3px solid #2c5282;
}

.gw-rentals-manual-verify-list {
    margin: 8px 0 0 18px;
    padding: 0;
}

.gw-rentals-manual-verify-list li {
    margin-bottom: 4px;
}

.gw-rentals-guarantee-accept {
    margin: 10px 0;
}

.gw-rentals-guarantee-label {
    font-size: 12px;
    line-height: 1.5;
    color: #3d4f63;
    font-weight: normal;
    display: block;
}

.gw-rentals-guarantee-label input {
    margin-right: 6px;
    vertical-align: top;
}

.gw-hunters-intro {
    margin-bottom: 12px;
}

.gw-hunters-platform-section {
    margin-bottom: 18px;
    padding: 12px 14px;
    border: 1px solid #b8d4e8;
    background: linear-gradient(180deg, #f0f8ff 0%, #f8fbfe 100%);
}

.gw-hunters-platform-lead {
    margin: 0 0 10px;
    font-size: 12px;
    color: #3a4a5a;
}

.gw-hunters-platform-badge,
.gw-hunters-platform-pill {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 2px 7px;
    border-radius: 3px;
    background: #e8f4fc;
    border: 1px solid #7ab0d4;
    color: #1a4a6a;
}

.gw-hunters-platform-table {
    margin-bottom: 0;
}

.gw-hunters-platform-row td {
    background: #fff;
}

.gw-hunters-board-stats {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 12px;
    font-size: 12px;
}

.gw-hunters-board-stats td {
    border: 1px solid #c5d0dc;
    background: #f4f7fa;
    padding: 8px 12px;
    width: 25%;
}

.gw-hunters-stat-label {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    color: #5a6a7a;
    margin-bottom: 2px;
}

.gw-hunters-board-bar {
    margin-bottom: 10px;
}

.gw-hunters-board-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 12px;
    padding: 8px;
    background: #f7f9fb;
    border: 1px solid #d8dee6;
}

.gw-hunters-board-search {
    flex: 1 1 180px;
    min-width: 140px;
}

.gw-hunters-board-sort {
    width: 140px;
}

.gw-hunters-board-min-pay {
    width: 100px;
}

.gw-hunters-board-eligible {
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    white-space: nowrap;
}

.gw-hunters-board-table .gw-lt-worker-title a {
    color: #1e3348;
    text-decoration: none;
}

.gw-hunters-board-table .gw-lt-worker-title a:hover {
    text-decoration: underline;
}

.gw-hunters-board-hint {
    display: block;
    font-size: 11px;
    color: #5a6a7a;
    margin-top: 2px;
}

.gw-hunters-board-my-rows {
    display: block;
    font-size: 10px;
    color: #2c5f8a;
    margin-top: 2px;
}

.gw-hunters-payout-pill {
    display: block;
    font-size: 10px;
    color: #5a6a7a;
    margin-top: 2px;
}

.gw-hunters-rows-cell {
    min-width: 90px;
    max-width: 140px;
}

.gw-hunters-rows-bar {
    display: inline-block;
    vertical-align: middle;
    width: 72px;
    max-width: 100%;
    height: 4px;
    background: #dde4ec;
    margin-top: 4px;
    overflow: hidden;
    box-sizing: border-box;
}

.gw-hunters-rows-bar-fill {
    display: block;
    height: 100%;
    min-height: 4px;
    max-width: 100%;
    background: #2c6e9b;
}

.gw-hunters-ineligible-tag {
    display: inline-block;
    font-size: 10px;
    color: #8a4b12;
    background: #f9eed8;
    border: 1px solid #e0c89a;
    padding: 1px 4px;
    margin-left: 4px;
    vertical-align: middle;
}

.gw-hunters-schema-preview {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
}

.gw-hunters-schema-preview th,
.gw-hunters-schema-preview td {
    border: 1px solid #d8dee6;
    padding: 6px 8px;
}

.gw-hunters-schema-preview th {
    background: #eef2f6;
    text-align: left;
}

.gw-hunters-schema-builder {
    margin-top: 6px;
}

.gw-hunters-schema-builder-head label {
    font-weight: bold;
    display: block;
}

.gw-hunters-schema-builder-head-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.gw-hunter-schema-field-count {
    font-size: 11px;
    font-weight: bold;
    color: #3d5a73;
    background: #eef2f6;
    border: 1px solid #c8d2dc;
    padding: 2px 8px;
    white-space: nowrap;
}

.gw-hunter-schema-field-count.is-at-limit {
    color: #8a4a00;
    background: #fff8e8;
    border-color: #d4b84a;
}

.gw-hunters-schema-quick-import {
    margin: 0 0 10px;
    border: 1px solid #c8d2dc;
    background: #f7f9fb;
}

.gw-hunters-schema-quick-import-toggle {
    display: block;
    width: 100%;
    text-align: left;
    padding: 8px 10px;
    font-size: 12px;
    font-weight: bold;
    color: #1e3348;
    background: #eef2f6;
    border: none;
    border-bottom: 1px solid transparent;
    cursor: pointer;
}

.gw-hunters-schema-quick-import-toggle.is-open {
    border-bottom-color: #c8d2dc;
}

.gw-hunters-schema-quick-import-toggle::before {
    content: '+ ';
    color: #5a6a7a;
}

.gw-hunters-schema-quick-import-toggle.is-open::before {
    content: '− ';
}

.gw-hunters-schema-quick-import-body {
    padding: 10px 12px 12px;
}

.gw-hunter-schema-import-text {
    width: 100%;
    box-sizing: border-box;
    font-size: 12px;
    font-family: Consolas, Monaco, monospace;
    margin-bottom: 8px;
}

.gw-hunter-schema-import-options {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
    margin-bottom: 8px;
    font-size: 12px;
}

.gw-hunter-schema-import-mode {
    font-weight: normal;
    margin: 0;
}

.gw-hunter-schema-import-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.gw-btn-primary-mini {
    background: #1e3348;
    color: #ffffff;
    border-color: #152638;
}

.gw-hunter-schema-import-preview {
    margin: 8px 0 10px;
    border: 1px solid #d8dee6;
    background: #ffffff;
}

.gw-hunter-schema-import-preview-head {
    padding: 5px 8px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #556677;
    background: #eef2f6;
    border-bottom: 1px solid #d8dee6;
}

.gw-hunter-schema-import-preview-table {
    margin: 0;
    font-size: 11px;
}

.gw-hunter-schema-pack-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 8px;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px dashed #d8dee6;
}

.gw-hunter-schema-pack-label {
    font-size: 11px;
    color: #5a6a7a;
}

.gw-hunter-schema-pack-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.gw-hunter-schema-action-cell {
    white-space: nowrap;
    width: 108px;
}

.gw-hunters-schema-quick-import-body code {
    font-size: 10px;
    background: #eef2f6;
    padding: 0 3px;
}

.gw-hunters-schema-builder-hint {
    display: block;
    font-size: 11px;
    color: #5a6a7a;
    margin: 4px 0 8px;
}

.gw-hunters-schema-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
}

.gw-hunters-schema-table th,
.gw-hunters-schema-table td {
    border: 1px solid #d8dee6;
    padding: 4px 6px;
    vertical-align: middle;
}

.gw-hunters-schema-table th {
    background: #eef2f6;
    text-align: left;
}

.gw-hunters-schema-table .gw-form-control {
    font-size: 12px;
    padding: 4px 6px;
    width: 100%;
    box-sizing: border-box;
}

.gw-hunters-schema-check-cell {
    text-align: center;
    width: 52px;
}

.gw-hunters-schema-actions {
    margin: 8px 0 14px;
    display: flex;
    gap: 8px;
}

.gw-hunters-example-row-block,
.gw-hunters-duplicate-rules-block {
    margin-top: 14px;
    padding-top: 10px;
    border-top: 1px solid #d8dee6;
}

.gw-hunters-example-row-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 12px;
}

.gw-hunters-example-field {
    margin-bottom: 0;
}

.gw-hunters-duplicate-match-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    margin-bottom: 8px;
}

.gw-hunters-dup-match-item {
    font-size: 12px;
    font-weight: normal;
}

.gw-hunters-normalize-option {
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin: 4px 0;
}

.gw-hunter-schema-meta-row td {
    background: #f9fbfd;
    border-top: none;
    padding-top: 0;
}

.gw-hunter-schema-meta-cell {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    align-items: center;
    font-size: 11px;
}

.gw-hunter-schema-meta-item {
    font-weight: normal;
    margin: 0;
}

.gw-hunter-schema-meta-item .gw-form-control {
    width: 140px;
    display: inline-block;
    margin-left: 4px;
}

.gw-hunter-schema-http-expect {
    width: 170px;
    font-size: 11px;
    padding: 3px 6px;
}

.gw-hunter-field-hint {
    font-size: 10px;
    color: #5a6a7a;
    margin-bottom: 3px;
}

.gw-hunter-field-feedback {
    font-size: 11px;
    margin-top: 3px;
}

.gw-hunter-field-feedback-ok {
    color: #2d6a3a;
}

.gw-hunter-field-feedback-error,
.gw-form-group-error .gw-hunter-field-feedback-error {
    color: #9b2c2c;
}

.gw-hunter-field-feedback-checking {
    color: #5a6a7a;
}

.gw-form-group-valid .gw-form-control {
    border-color: #6a9f6a;
}

.gw-hunters-settlement-kpi {
    margin: 12px 0;
}

.gw-hunters-worker-detail .gw-hunters-detail-body {
    padding: 14px;
}

.gw-hunters-worker-detail .gw-lt-detail-hero {
    margin-bottom: 16px;
}

.gw-hunters-detail-subtitle {
    margin: 0;
    font-size: 12px;
    color: #5a6a7a;
    line-height: 1.4;
}

.gw-hunters-instructions-body {
    margin: 0 0 16px;
    padding: 12px 14px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 13px;
    line-height: 1.55;
    color: #334155;
}

.gw-hunters-instructions-body p {
    margin: 0 0 10px;
}

.gw-hunters-instructions-body p:last-child,
.gw-hunters-instructions-body ol:last-child,
.gw-hunters-instructions-body ul:last-child {
    margin-bottom: 0;
}

.gw-hunters-instructions-body ol,
.gw-hunters-instructions-body ul {
    margin: 0 0 10px 18px;
    padding: 0;
}

.gw-hunters-instructions-body li {
    margin-bottom: 6px;
}

.gw-hunters-worker-detail .gw-lt-detail-table {
    margin-bottom: 18px;
}

.gw-hunters-worker-detail .gw-hunters-schema-preview {
    margin-bottom: 16px;
    border: 1px solid #c8d0d8;
    width: 100%;
    min-width: 640px;
    table-layout: auto;
}

.gw-hunters-worker-detail .gw-hunters-schema-preview th,
.gw-hunters-worker-detail .gw-hunters-schema-preview td {
    overflow-wrap: anywhere;
    word-break: break-word;
    vertical-align: top;
    line-height: 1.45;
    max-width: 220px;
}

.gw-hunters-worker-detail .gw-hunters-schema-preview-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 16px;
}

.gw-hunters-worker-detail .gw-hunters-schema-preview .gw-hunters-preview-cell-url,
.gw-hunters-worker-detail .gw-hunters-schema-preview .gw-hunters-preview-cell-email {
    word-break: break-all;
    font-size: 11px;
    min-width: 140px;
    max-width: 240px;
}

.gw-hunters-worker-detail .gw-hunters-schema-preview th {
    background: #2f4050;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
}

.gw-hunters-worker-detail .gw-rentals-steps-table {
    margin-bottom: 0;
}

.gw-hunters-worker-detail .gw-rentals-steps-head {
    margin: 18px 0 8px;
}

.gw-hunters-submit-cta {
    margin: 18px 0 10px;
    padding: 12px 14px;
    background: #f4f7fa;
    border: 1px solid #d8dde3;
}

.gw-hunters-submit-cta .gw-btn,
.gw-hunters-submit-cta .gw-btn-mini {
    margin-right: 8px;
}

.gw-hunters-bulk-hint {
    margin-bottom: 14px;
}

.gw-hunters-submit-panel {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
}

.gw-hunters-submit-body {
    padding: 14px 16px 18px;
}

.gw-hunters-submit-summary {
    margin: 0 0 14px;
    padding: 12px 14px;
    background: #f4f7fa;
    border: 1px solid #d8dde3;
}

.gw-hunters-submit-summary-table {
    width: 100%;
    border-collapse: collapse;
}

.gw-hunters-submit-summary-table td {
    padding: 4px 12px 4px 0;
    vertical-align: top;
    font-size: 12px;
    width: 25%;
}

.gw-hunters-submit-summary-label {
    display: block;
    font-size: 10px;
    color: #6a7a88;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.gw-hunters-submit-tabs {
    margin: 0 0 14px;
    border-bottom: 1px solid #d8dde3;
}

.gw-hunters-submit-tab {
    display: inline-block;
    padding: 8px 14px;
    margin-right: 4px;
    font-size: 12px;
    font-weight: bold;
    color: #1e3348;
    text-decoration: none;
    border: 1px solid transparent;
    border-bottom: none;
    margin-bottom: -1px;
}

.gw-hunters-submit-tab.active {
    background: #fff;
    border-color: #d8dde3;
    border-top: 2px solid #1e3348;
}

.gw-hunters-submit-example {
    margin-bottom: 14px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.gw-hunters-submit-panel .gw-hunters-schema-preview {
    width: 100%;
    min-width: 640px;
    border: 1px solid #c8d0d8;
    table-layout: auto;
}

.gw-hunters-submit-panel .gw-hunters-schema-preview th,
.gw-hunters-submit-panel .gw-hunters-schema-preview td {
    overflow-wrap: anywhere;
    word-break: break-word;
    vertical-align: top;
    line-height: 1.45;
    max-width: 220px;
}

.gw-hunters-submit-panel .gw-hunters-schema-preview .gw-hunters-preview-cell-url,
.gw-hunters-submit-panel .gw-hunters-schema-preview .gw-hunters-preview-cell-email {
    word-break: break-all;
    font-size: 11px;
    min-width: 140px;
    max-width: 240px;
}

.gw-hunters-submit-panel .gw-hunters-schema-preview .gw-hunters-preview-cell-text {
    min-width: 120px;
}

.gw-hunters-submit-panel .gw-hunters-schema-preview th {
    background: #eef2f6;
    color: #1e3348;
    font-weight: bold;
}

.gw-hunters-submit-form,
.gw-hunters-submit-bulk-panel {
    margin-top: 10px;
}

.gw-hunters-submit-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 14px;
    background: #fff;
    border: 1px solid #d8dde3;
    table-layout: fixed;
}

.gw-hunters-submit-table th {
    background: #2f4050;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 12px;
    text-align: left;
}

.gw-hunters-submit-table td {
    padding: 10px 12px;
    vertical-align: top;
    border-top: 1px solid #e8ecf0;
    overflow-wrap: anywhere;
    word-break: break-word;
    min-width: 0;
}

.gw-hunters-submit-table .gw-form-control {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    font-size: 13px;
    padding: 8px 10px;
}

.gw-hunters-submit-actions {
    margin-top: 12px;
    padding-top: 4px;
}

.gw-hunters-submit-notice {
    margin-bottom: 10px;
}

.gw-hunters-batch-wrap {
    max-height: 520px;
    overflow: auto;
    border: 1px solid #d8dde3;
    margin-bottom: 10px;
    background: #fff;
}

.gw-hunters-batch-table {
    margin-bottom: 0;
    border: none;
}

.gw-hunters-batch-col-num {
    width: 42px;
    text-align: center;
    font-weight: bold;
    color: #5a6d7d;
    background: #f4f7fa;
}

.gw-hunters-batch-table .gw-hunters-batch-input {
    font-size: 12px;
    padding: 6px 8px;
}

.gw-hunters-batch-row-error td {
    background: #fff6f6;
}

.gw-hunters-batch-error-row td {
    padding-top: 0;
    padding-bottom: 8px;
    font-size: 11px;
}

.gw-hunters-batch-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 8px 0 4px;
}

.gw-hunters-batch-filled-count {
    font-size: 12px;
    font-weight: bold;
    color: #2f4050;
}

.gw-hunters-bulk-actions {
    margin: 10px 0;
}

.gw-hunters-bulk-form .gw-hunters-csv-input {
    max-width: 420px;
}

.gw-hunter-bulk-toggle {
    font-weight: bold;
    font-size: 12px;
}

.gw-hunter-bulk-toggle input {
    margin-right: 6px;
}

.gw-hunters-row-preview {
    font-size: 11px;
    width: 100%;
    max-width: none;
}

.gw-hunters-admin-action-form {
    display: flex;
    gap: 6px;
    align-items: center;
    flex-wrap: wrap;
}

.gw-hunters-admin-notes {
    width: 140px;
    font-size: 11px;
}

.gw-pulse-info-table .gw-pulse-info-q {
    width: 32%;
    font-weight: bold;
    color: #1e3348;
    background: #f7f8f9;
}

.gw-pulse-info-table .gw-pulse-info-a {
    width: 68%;
}

.gw-rentals-f2-note {
    display: inline-block;
    margin-left: 8px;
    font-size: 12px;
    color: #6a7a88;
    vertical-align: middle;
}

.gw-rentals-scenarios-table,
.gw-rentals-faq-table {
    margin-bottom: 16px;
}

.gw-admin-tag {
    display: inline-block;
    margin-left: 6px;
    padding: 1px 5px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1e3348;
    background: #dce6f0;
    border: 1px solid #b8c5d4;
}

.gw-admin-recheck-panel {
    padding: 10px 12px;
    border: 1px solid #d8dde3;
    background: #f7f9fb;
}

.gw-admin-kpi-bar {
    margin-bottom: 16px;
}

.gw-arena-feature-list {
    list-style: disc;
    margin: 0 0 14px 20px;
    font-size: 12px;
    line-height: 1.55;
    color: #4a5f73;
}

.gw-hunter-export-group {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.gw-hunter-export-trigger {
    cursor: default;
}

.gw-hunter-export-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 20;
    min-width: 170px;
    margin-top: 2px;
    padding: 4px 0;
    background: #fff;
    border: 1px solid #b8c5d4;
    box-shadow: 0 2px 6px rgba(30, 51, 72, 0.12);
}

.gw-hunter-export-group:hover .gw-hunter-export-menu,
.gw-hunter-export-group:focus-within .gw-hunter-export-menu {
    display: block;
}

.gw-hunter-export-menu a {
    display: block;
    padding: 6px 12px;
    font-size: 12px;
    color: #1e3348;
    text-decoration: none;
    white-space: nowrap;
}

.gw-hunter-export-menu a:hover {
    background: #eef3f8;
    text-decoration: none;
}

.gw-hunter-bounty-show-header {
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e3e9f1;
}

.gw-hunter-bounty-show-back {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #1e5f9a;
    text-decoration: none;
}

.gw-hunter-bounty-show-back:hover {
    text-decoration: underline;
}

.gw-hunter-bounty-show-title-block {
    margin-bottom: 12px;
}

.gw-hunter-bounty-show-title {
    margin: 0 0 8px;
    font-size: 22px;
    line-height: 1.3;
    color: #1e3348;
    word-break: break-word;
}

.gw-hunter-bounty-show-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.gw-hunter-bounty-show-id,
.gw-hunter-bounty-show-template {
    font-size: 12px;
    color: #5b6777;
}

.gw-hunter-bounty-show-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: stretch;
}

.gw-hunter-bounty-show-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 14px;
    border: 1px solid #c8d0d8;
    border-radius: 6px;
    background: #fff;
    color: #1e3348;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.25;
    text-decoration: none;
    box-sizing: border-box;
    cursor: pointer;
    list-style: none;
}

.gw-hunter-bounty-show-btn-primary {
    border-color: #b8860b;
    background: #fff8e8;
    color: #1e3348;
}

.gw-hunter-export-details {
    position: relative;
    flex: 0 0 auto;
    width: auto;
    align-self: flex-start;
}

.gw-hunter-export-details > summary {
    width: auto;
    white-space: nowrap;
}

.gw-hunter-export-details > summary::-webkit-details-marker {
    display: none;
}

.gw-hunter-export-details[open] > summary {
    border-color: #1e3348;
    background: #f4f7fa;
}

.gw-hunter-export-details-menu {
    margin-top: 6px;
    padding: 4px 0;
    border: 1px solid #d8dde3;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 4px 14px rgba(30, 51, 72, 0.08);
    overflow: hidden;
}

.gw-hunter-export-details-menu a {
    display: block;
    padding: 10px 12px;
    font-size: 12px;
    color: #1e3348;
    text-decoration: none;
    border-bottom: 1px solid #eef2f6;
}

.gw-hunter-export-details-menu a:last-child {
    border-bottom: 0;
}

.gw-hunter-export-details-menu a:hover {
    background: #f4f7fa;
}

@media (min-width: 993px) {
    .gw-hunter-bounty-show-header {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-areas:
            "back actions"
            "title actions";
        gap: 8px 16px;
        align-items: start;
    }

    .gw-hunter-bounty-show-back {
        grid-area: back;
        margin-bottom: 0;
    }

    .gw-hunter-bounty-show-title-block {
        grid-area: title;
        margin-bottom: 0;
    }

    .gw-hunter-bounty-show-actions {
        grid-area: actions;
        justify-content: flex-end;
        align-self: start;
    }

    .gw-hunters-employer-show .gw-hunter-bounty-show-actions {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .gw-hunters-employer-show .gw-hunter-bounty-show-btn,
    .gw-hunters-employer-show .gw-hunter-export-details,
    .gw-hunters-employer-show .gw-hunter-export-details > summary {
        width: auto;
        min-width: 120px;
    }

    .gw-hunters-employer-show .gw-hunter-export-details-menu {
        position: absolute;
        left: 0;
        right: auto;
        top: calc(100% + 4px);
        min-width: 200px;
        margin-top: 0;
        box-shadow: 0 4px 14px rgba(30, 51, 72, 0.12);
        z-index: 20;
    }

    .gw-hunters-employer-show .gw-hunter-export-details {
        position: relative;
        flex: 0 0 auto;
        width: auto;
    }
}

.gw-hunters-fraud-row td {
    background: #fff8f0;
}

.gw-hunters-fraud-flags {
    display: block;
    font-size: 10px;
    color: #7a4a10;
    margin-top: 2px;
}

.gw-hunters-bounty-approve-form,
.gw-hunters-bounty-reject-form,
.gw-arena-test-approve-form,
.gw-arena-test-reject-form {
    display: flex;
    gap: 6px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 6px;
}

.gw-hunters-admin-bounty-note,
.gw-hunters-admin-flag-note,
.gw-arena-admin-test-note,
.gw-hunters-pending-banner,
.gw-hunters-live-banner {
    margin-bottom: 14px;
}

.gw-hunters-blacklist-form-table {
    margin-bottom: 0;
}

.gw-admin-hunter-filter-bar {
    margin-bottom: 14px;
}

.gw-admin-page .gw-hunters-fraud-row td {
    background: #fff8f0;
}

.gw-admin-page .gw-hunters-admin-table .gw-hunters-row-preview {
    max-width: 280px;
    font-size: 11px;
    line-height: 1.4;
}

.gw-admin-page .gw-hunters-admin-action-form {
    display: flex;
    gap: 6px;
    align-items: center;
    flex-wrap: wrap;
    min-width: 220px;
}

.gw-admin-page .gw-hunters-admin-notes {
    width: 120px;
    font-size: 11px;
}

.gw-admin-page .gw-hunters-fraud-flags {
    display: block;
    font-size: 10px;
    color: #7a4a10;
    margin-top: 2px;
}

.gw-admin-hunter-filter-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    margin: 12px 0 10px;
}

.gw-admin-hunter-count {
    margin-bottom: 10px;
    font-size: 12px;
    color: #5a6478;
}

.gw-admin-hunter-queue-table .gw-hunters-queue-fields-cell {
    max-width: 260px;
}

.gw-admin-hunter-queue-table .gw-hunters-queue-field-preview {
    display: block;
    font-size: 11px;
    color: #5a6478;
    margin-top: 4px;
    line-height: 1.35;
}

.gw-admin-hunter-submission-split {
    width: 100%;
    border-collapse: separate;
    border-spacing: 16px 0;
}

.gw-admin-hunter-submission-split > tbody > tr > td {
    vertical-align: top;
}

.gw-admin-hunter-submission-main {
    width: 68%;
}

.gw-admin-hunter-submission-side {
    width: 32%;
}

.gw-admin-hunter-submission-top {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 14px;
}

.gw-admin-hunter-submission-top-actions {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}

.gw-admin-hunter-queue-pos {
    font-size: 12px;
    color: #5a6478;
}

.gw-admin-hunter-text-block {
    font-size: 13px;
    line-height: 1.55;
}

.gw-admin-hunter-side-card .gw-admin-section-title {
    margin-top: 0;
}

.gw-admin-hunter-context-table {
    width: 100%;
    font-size: 12px;
}

.gw-admin-hunter-context-table th {
    text-align: left;
    color: #5a6478;
    font-weight: 600;
    padding: 6px 8px 6px 0;
    width: 38%;
    vertical-align: top;
}

.gw-admin-hunter-context-table td {
    padding: 6px 0;
    vertical-align: top;
}

.gw-admin-hunter-decision-form {
    margin-bottom: 14px;
}

.gw-admin-hunter-decision-form .gw-form-control {
    width: 100%;
    margin: 6px 0 8px;
}

.gw-admin-hunter-decision-btn {
    width: 100%;
}

.gw-admin-hunter-reject-form {
    padding-top: 12px;
    border-top: 1px solid #e8edf3;
}

.gw-admin-hunter-raw-summary {
    cursor: pointer;
    list-style: none;
}

.gw-admin-hunter-raw-summary::-webkit-details-marker {
    display: none;
}

.gw-admin-hunter-json {
    max-height: 220px;
    overflow: auto;
    font-size: 11px;
    background: #f6f8fb;
    padding: 10px;
    border-radius: 6px;
    white-space: pre-wrap;
    word-break: break-word;
}

.gw-admin-hunter-meta-table th {
    width: 140px;
    text-align: left;
    vertical-align: top;
    font-size: 12px;
}

.gw-admin-page .gw-hunter-row-fields-wrap {
    overflow-x: auto;
}

.gw-hunters-template-guide-table {
    margin-bottom: 16px;
}

.gw-hunters-employer-dashboard .gw-lt-filter-bar {
    margin-bottom: 14px;
}

.gw-hunter-employer-table-wrap {
    width: 100%;
    max-width: 100%;
}

@media (min-width: 993px) {
    .gw-table-responsive > table.gw-hunters-employer-table {
        width: 100%;
        min-width: 0;
        table-layout: fixed;
    }
}

.gw-hunter-employer-bounty-id {
    display: none;
}

.gw-hunter-employer-bounty-meta {
    display: none;
}

@media (min-width: 993px) {
    .gw-hunter-employer-table-wrap > .gw-hunters-employer-table.gw-table-stack {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

    .gw-hunters-employer-table .col-id {
        width: 52px;
        white-space: nowrap;
    }

    .gw-hunters-employer-table .col-pay {
        width: 84px;
        white-space: nowrap;
    }

    .gw-hunters-employer-table .col-rows {
        width: 120px;
        overflow: hidden;
    }

    .gw-hunters-employer-table .col-status {
        width: 108px;
    }

    .gw-hunters-employer-table .col-window {
        width: 168px;
        white-space: nowrap;
        font-size: 11px;
    }

    .gw-hunters-employer-table .col-action {
        width: 108px;
        text-align: right;
        white-space: nowrap;
    }

    .gw-hunters-employer-table .col-action .gw-btn-mini {
        float: none;
        display: inline-block;
        max-width: 100%;
        box-sizing: border-box;
    }

    .gw-hunters-employer-table .gw-hunters-rows-cell .gw-hunters-rows-bar {
        display: inline-block;
        width: 72px;
        max-width: 100%;
        margin-top: 4px;
    }
}

.gw-hunters-employer-table .gw-lt-title-cell a {
    font-weight: bold;
    color: #1e3348;
    text-decoration: none;
}

.gw-hunters-employer-table .gw-lt-title-cell a:hover {
    text-decoration: underline;
}

.gw-lt-kpi-live .gw-lt-kpi-num {
    color: #2d6a4f;
}

.gw-employer-proof-filter-bar .gw-form-control {
    display: inline-block;
    width: auto;
    min-width: 140px;
    vertical-align: middle;
    margin-right: 6px;
}

.gw-employer-hunter-review-table .col-action,
.gw-employer-rental-review-table .col-action,
.gw-employer-lt-review-table .col-action {
    width: 200px;
    text-align: right;
    vertical-align: top;
}

.gw-employer-proof-subrow td {
    font-size: 11px;
    color: #4a5f73;
    background: #fafbfc;
    border-bottom: 1px solid #e8edf2;
}

.gw-employer-lt-reason {
    display: block;
    font-size: 10px;
    color: #6a7a88;
    margin-top: 2px;
}

.gw-employer-lt-review-intro {
    margin-bottom: 12px;
    line-height: 1.55;
}

@media (max-width: 900px) {
    .gw-rentals-hero,
    .gw-rentals-hero-main,
    .gw-rentals-hero-side {
        display: block;
        width: 100%;
    }

    .gw-rentals-hero-side {
        border-left: none;
        border-top: 1px solid #d8dde3;
    }

    .gw-pulse-info-table .gw-pulse-info-q,
    .gw-pulse-info-table .gw-pulse-info-a {
        display: block;
        width: 100%;
    }
}

.gw-arena-options-grid {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 12px 0;
    margin: 0 -12px 16px;
}

.gw-arena-option-card {
    display: table-cell;
    vertical-align: top;
    border: 1px solid #c5ced8;
    background: #fff;
    padding: 12px;
}

.gw-arena-option-card-head {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #2c4a66;
    margin-bottom: 10px;
    letter-spacing: 0.04em;
}

.gw-arena-option-preview {
    margin-top: 8px;
    min-height: 40px;
}

.gw-arena-option-image-wrap {
    width: 100%;
    height: 180px;
    line-height: 180px;
    text-align: center;
    background: #f4f6f8;
    border: 1px solid #d8dde3;
    margin-bottom: 8px;
    overflow: hidden;
}

.gw-arena-option-preview-img,
.gw-arena-option-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 180px;
    width: auto;
    height: auto;
    object-fit: contain;
    border: 0;
    background: transparent;
}

.gw-arena-option-video-wrap,
.gw-arena-option-video {
    display: block;
    width: 100%;
    max-width: 100%;
    max-height: 260px;
    background: #0f1724;
}

.gw-arena-option-preview-video {
    display: block;
    width: 100%;
    max-height: 220px;
    background: #0f1724;
}

.gw-arena-upload-error {
    color: #a32020;
}

.gw-arena-option-preview-img {
    border: 1px solid #d8dde3;
    background: #f4f6f8;
}

.gw-arena-option-headline {
    font-size: 14px;
    font-weight: 700;
    color: #1f3347;
    margin: 0 0 6px;
}

.gw-arena-option-body {
    font-size: 12px;
    line-height: 1.5;
    color: #4a5f73;
    margin: 0;
}

.gw-arena-options-note {
    margin-bottom: 12px;
}

.gw-arena-split-bars {
    border: 1px solid #d8dde3;
    background: #f7f9fb;
    padding: 12px;
}

.gw-arena-split-row {
    display: table;
    width: 100%;
    margin-bottom: 8px;
}

.gw-arena-split-row:last-child {
    margin-bottom: 0;
}

.gw-arena-split-label,
.gw-arena-split-pct {
    display: table-cell;
    width: 56px;
    font-size: 12px;
    font-weight: 700;
    color: #2c4a66;
    vertical-align: middle;
}

.gw-arena-split-track {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
}

.gw-arena-split-fill {
    height: 14px;
    min-width: 2px;
}

.gw-arena-split-a {
    background: #2f6fad;
}

.gw-arena-split-b {
    background: #5a8f3c;
}

@media (max-width: 768px) {
    .gw-arena-options-grid,
    .gw-arena-options-grid-readonly .gw-arena-option-card {
        display: block;
        width: auto;
        margin: 0 0 12px;
    }

    .gw-arena-panel-split {
        display: block;
    }

    .gw-arena-option-pick-card {
        display: block;
        width: auto;
        margin-bottom: 12px;
    }
}

.gw-arena-panel-meta-bar {
    display: table;
    width: 100%;
    border: 1px solid #d8dde3;
    background: #f7f9fb;
    padding: 10px 12px;
    margin-bottom: 14px;
    font-size: 12px;
    color: #4a5f73;
}

.gw-arena-panel-meta-bar span {
    display: table-cell;
    padding-right: 16px;
    white-space: nowrap;
}

.gw-arena-panel-meta-bar span:last-child {
    text-align: right;
    padding-right: 0;
}

.gw-arena-panel-intro,
.gw-arena-panel-submitted-note {
    margin-bottom: 12px;
}

.gw-arena-panel-prompt {
    font-size: 14px;
    color: #1f3347;
    margin: 0 0 14px;
}

.gw-arena-panel-split {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 12px 0;
    margin: 0 -12px 16px;
}

.gw-arena-option-pick-card {
    display: table-cell;
    vertical-align: top;
    cursor: pointer;
    position: relative;
}

.gw-arena-option-radio {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.gw-arena-option-pick-inner {
    border: 2px solid #c5ced8;
    background: #fff;
    padding: 12px;
    min-height: 220px;
}

.gw-arena-option-pick-card.is-active .gw-arena-option-pick-inner {
    border-color: #3d6f99;
    background: #f8fbff;
}

.gw-arena-option-pick-card.is-selected .gw-arena-option-pick-inner {
    border-color: #2c4a66;
    box-shadow: inset 0 0 0 1px #2c4a66;
}

.gw-arena-dwell-pill {
    float: right;
    font-size: 11px;
    font-weight: 600;
    color: #7a8b9c;
    text-transform: none;
    letter-spacing: 0;
}

.gw-arena-dwell-pill.is-met {
    color: #3d7a2c;
}

.gw-arena-dwell-track {
    height: 4px;
    background: #e4e9ee;
    margin: 0 0 10px;
    overflow: hidden;
}

.gw-arena-dwell-fill {
    height: 4px;
    width: 0;
    background: #3d6f99;
    transition: width 0.2s linear;
}

.gw-arena-dwell-fill-b {
    background: #5a8f3c;
}

.gw-arena-pick-cta {
    margin-top: 12px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #6b7f92;
    font-weight: 700;
}

.gw-arena-option-pick-card.is-selected .gw-arena-pick-cta {
    color: #2c4a66;
}

.gw-arena-rationale-block {
    border: 1px solid #d8dde3;
    background: #fff;
    padding: 12px;
    margin-bottom: 14px;
}

.gw-arena-rationale-block label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #2c4a66;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.gw-arena-rationale-meta {
    display: table;
    width: 100%;
    margin-top: 8px;
    font-size: 11px;
    color: #6b7f92;
}

.gw-arena-rationale-meta span {
    display: table-cell;
}

.gw-arena-rationale-meta span:last-child {
    text-align: right;
}

.gw-arena-rationale-ok {
    color: #3d7a2c;
    font-weight: 600;
}

.gw-arena-submit-row {
    text-align: right;
}

.gw-arena-panel-guard {
    margin-top: 10px;
    padding: 8px 10px;
    border: 1px solid #e8c547;
    background: #fff9e6;
    color: #6b5520;
    font-size: 12px;
}

.gw-arena-chosen-badge {
    display: inline-block;
    margin-left: 8px;
    padding: 2px 6px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    background: #2c4a66;
    color: #fff;
}

.gw-arena-option-card.is-chosen {
    border-color: #2c4a66;
    box-shadow: inset 0 0 0 1px #2c4a66;
}

.gw-arena-status-pending { color: #8a6d1d; }
.gw-arena-status-pass { color: #3d7a2c; }
.gw-arena-status-fail { color: #a33; }
.gw-arena-status-spam { color: #a33; }

.gw-arena-monitor-intro {
    border: 1px solid #d8dde3;
    background: #f7f9fb;
    padding: 10px 12px;
    margin-bottom: 14px;
    font-size: 13px;
    color: #4a5f73;
}

.gw-arena-word-tags {
    min-height: 36px;
}

.gw-arena-word-tags-empty {
    font-size: 12px;
    color: #6b7f92;
}

.gw-arena-word-tag {
    display: inline-block;
    margin: 0 6px 6px 0;
    padding: 4px 8px;
    border: 1px solid #c5ced8;
    background: #fff;
    font-size: 12px;
    color: #2c4a66;
    text-transform: lowercase;
}

.gw-arena-word-tag em {
    font-style: normal;
    font-weight: 700;
    color: #6b7f92;
    margin-left: 4px;
}

.gw-arena-status-pill {
    display: inline-block;
    padding: 2px 6px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #c5ced8;
    background: #f7f9fb;
}

.gw-arena-status-pill.gw-arena-status-pass {
    border-color: #8fbf7a;
    background: #eef8e8;
    color: #3d7a2c;
}

.gw-arena-status-pill.gw-arena-status-pending {
    border-color: #e0c878;
    background: #fff9e6;
    color: #8a6d1d;
}

.gw-arena-status-pill.gw-arena-status-fail,
.gw-arena-status-pill.gw-arena-status-spam {
    border-color: #d9a0a0;
    background: #fff0f0;
    color: #a33;
}

.gw-arena-rationale-cell {
    max-width: 280px;
    font-size: 12px;
    line-height: 1.4;
    color: #4a5f73;
}

.gw-arena-verdict-feed td {
    vertical-align: top;
}

.gw-arena-honeypot {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.gw-arena-admin-flag-row {
    background: #fff9e6;
}

.gw-arena-admin-flags,
.gw-arena-admin-task-title {
    font-size: 11px;
    color: #6b7f92;
    margin-top: 4px;
}

.gw-arena-admin-action-form .gw-hunters-admin-notes {
    min-width: 140px;
    margin-bottom: 6px;
}

.gw-arena-admin-filter-bar {
    margin-bottom: 14px;
}

.gw-lt-view-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 8px;
}

.gw-hunter-batch-filter-bar .gw-lt-view-chips {
    margin-bottom: 0;
}

.gw-hunter-batch-queue-table .gw-hunter-batch-id-range {
    font-size: 12px;
    color: #5b6777;
    white-space: nowrap;
}

.gw-hunter-batch-hero {
    margin-bottom: 16px;
}

.gw-hunter-batch-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    margin-bottom: 14px;
    background: #f7f9fc;
    border: 1px solid #e3e9f1;
    border-radius: 10px;
}

.gw-hunter-batch-toolbar-bottom {
    margin-top: 14px;
    margin-bottom: 0;
}

.gw-hunter-batch-toolbar-main {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.gw-hunter-batch-select-all {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    font-weight: 600;
    margin: 0;
}

.gw-hunter-batch-selected-count {
    font-size: 12px;
    color: #5b6777;
}

.gw-hunter-batch-toolbar-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.gw-hunter-batch-notes-label {
    margin: 0;
    font-size: 12px;
}

.gw-hunter-batch-notes-input {
    min-width: 220px;
    max-width: 320px;
}

.gw-hunter-batch-rows {
    display: grid;
    gap: 12px;
}

.gw-hunter-batch-row-card {
    border: 1px solid #e3e9f1;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}

.gw-hunter-batch-row-card-risk {
    border-color: #f0c9a6;
    background: #fffaf5;
}

.gw-hunter-batch-row-card-resolved {
    opacity: 0.92;
}

.gw-hunter-batch-row-card-head {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    justify-content: space-between;
    align-items: center;
    padding: 10px 14px;
    background: #f7f9fc;
    border-bottom: 1px solid #e8edf3;
}

.gw-hunter-batch-row-card-title {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.gw-hunter-batch-row-check {
    display: inline-flex;
    margin: 0;
}

.gw-hunter-batch-row-card-meta {
    font-size: 12px;
    color: #5b6777;
}

.gw-hunter-batch-row-fields {
    padding: 10px 14px 14px;
}

.gw-hunter-batch-row-notes {
    padding: 0 14px 12px;
    font-size: 12px;
    color: #4f5d6d;
}

.gw-hunter-batch-review-panel {
    padding-bottom: 20px;
}

@media (max-width: 768px) {
    .gw-hunter-batch-toolbar {
        align-items: stretch;
    }

    .gw-hunter-batch-toolbar-actions {
        width: 100%;
    }

    .gw-hunter-batch-notes-input {
        width: 100%;
        max-width: none;
    }

    .gw-hunter-batch-toolbar-actions .gw-btn,
    .gw-hunter-batch-toolbar-actions .gw-btn-mini {
        flex: 1 1 auto;
    }
}

.gw-hunter-submission-archive {
    margin-bottom: 18px;
}

.gw-hunter-archive-head {
    display: flex;
    align-items: center;
    gap: 8px;
}

.gw-hunter-archive-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    border-radius: 999px;
    background: #e8edf3;
    color: #1e3348;
    font-size: 11px;
    font-weight: 700;
}

.gw-hunter-archive-list {
    display: grid;
    gap: 10px;
}

.gw-hunter-archive-card {
    border: 1px solid #d8dde3;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}

.gw-hunter-archive-card.gw-lt-status-border-accepted {
    border-left: 4px solid #2f9d62;
}

.gw-hunter-archive-card.gw-lt-status-border-pending_review {
    border-left: 4px solid #d9a441;
}

.gw-hunter-archive-card.gw-lt-status-border-rejected {
    border-left: 4px solid #d9534f;
}

.gw-hunter-archive-card-summary {
    display: block;
    padding: 12px 14px;
    cursor: pointer;
    list-style: none;
}

.gw-hunter-archive-card-summary::-webkit-details-marker {
    display: none;
}

.gw-hunter-archive-card-summary-main,
.gw-hunter-archive-card-summary-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.gw-hunter-archive-card-summary-meta {
    margin-top: 6px;
    font-size: 12px;
    color: #5b6777;
}

.gw-hunter-archive-card-id {
    font-weight: 700;
    color: #1e3348;
}

.gw-hunter-archive-card-worker {
    font-weight: 600;
    color: #33485d;
}

.gw-hunter-archive-card-payout {
    font-weight: 700;
    color: #2f9d62;
}

.gw-hunter-archive-card-preview {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.45;
    color: #4a5f73;
    word-break: break-word;
}

.gw-hunter-archive-card-body {
    padding: 0 14px 14px;
    border-top: 1px solid #e8edf3;
}

.gw-hunter-archive-fields {
    padding-top: 12px;
}

.gw-hunter-archive-review-note {
    margin-top: 10px;
    padding: 10px 12px;
    border-radius: 8px;
    background: #fff8f0;
    font-size: 12px;
    line-height: 1.45;
    color: #4a5f73;
}

.gw-hunter-archive-card-actions {
    margin-top: 12px;
}

.gw-hunter-archive-card-bounty {
    font-weight: 600;
    color: #1e5f9a;
    text-decoration: none;
}

.gw-hunter-archive-card-bounty:hover {
    text-decoration: underline;
}

.gw-hunter-submission-detail-panel .gw-hunter-submission-detail-hero {
    margin-bottom: 14px;
}

.gw-hunter-submission-detail-title {
    margin: 0 0 6px;
    font-size: 20px;
    color: #1e3348;
}

.gw-hunter-submission-detail-sub {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    color: #5b6777;
}

.gw-hunter-submission-detail-fields,
.gw-hunter-submission-detail-instructions,
.gw-hunter-submission-detail-hint {
    margin-bottom: 16px;
}

.gw-hunter-history-count {
    margin-bottom: 12px;
}

.gw-hunter-submission-archive-workers .gw-hunter-archive-workers-summary {
    margin: 0 0 12px;
    font-size: 12px;
    line-height: 1.45;
    color: #5b6777;
}

.gw-hunter-archive-worker-list {
    display: grid;
    gap: 10px;
}

.gw-hunter-archive-worker-group {
    border: 1px solid #d8dde3;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}

.gw-hunter-archive-worker-summary {
    display: block;
    padding: 12px 14px;
    cursor: pointer;
    list-style: none;
}

.gw-hunter-archive-worker-summary::-webkit-details-marker {
    display: none;
}

.gw-hunter-archive-worker-summary-main,
.gw-hunter-archive-worker-summary-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.gw-hunter-archive-worker-summary-meta {
    margin-top: 6px;
    font-size: 12px;
    color: #5b6777;
}

.gw-hunter-archive-worker-name {
    font-size: 15px;
    color: #1e3348;
}

.gw-hunter-archive-worker-stat-pending {
    color: #b8860b;
    font-weight: bold;
}

.gw-hunter-archive-worker-payout {
    font-weight: bold;
    color: #2f9d62;
}

.gw-hunter-archive-worker-body {
    padding: 0 14px 14px;
    border-top: 1px solid #eef2f6;
}

.gw-hunter-archive-worker-actions {
    padding: 10px 0;
}

.gw-hunter-archive-worker-actions .gw-btn-mini {
    width: 100%;
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.gw-hunter-archive-worker-rows {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
}

.gw-hunter-archive-worker-row {
    margin: 0;
    padding: 10px 12px;
    border: 1px solid #e8edf3;
    border-radius: 8px;
    background: #fafbfc;
}

.gw-hunter-archive-worker-row-head {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 4px;
}

.gw-hunter-archive-worker-row-id {
    font-weight: bold;
    color: #1e3348;
}

.gw-hunter-archive-worker-row-payout {
    font-weight: bold;
    color: #2f9d62;
    font-size: 12px;
}

.gw-hunter-archive-worker-row-preview {
    font-size: 12px;
    line-height: 1.45;
    color: #4a5f73;
    word-break: break-word;
    overflow-wrap: anywhere;
    margin-bottom: 6px;
}

.gw-hunter-archive-worker-row-link {
    font-size: 11px;
    font-weight: bold;
    color: #1e5f9a;
    text-decoration: none;
}

.gw-hunter-archive-worker-row-link:hover {
    text-decoration: underline;
}
