/* ==============================================
   AGENTS PAGE
   ============================================== */

/* INTRO SECTION */

.agents-intro {
    background-color: #0F3350;
    padding: 5rem 2rem 4rem;
    text-align: center;
}

.agents-intro-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    max-width: 80rem;
    width: 100%;
    margin: 0 auto;
}

.agents-intro h1 {
    color: #E5E4E2;
}

.agents-intro-h1 {
    width: 100%;
    text-align: center;
    margin-bottom: 2.5rem;
}

.agents-intro p {
    color: #ACB6BD;
    text-align: left;
}

.agents-note {
    font-family: 'Source Sans 3', 'Segoe UI', 'Helvetica Neue',
        Arial, sans-serif;
    font-size: clamp(0.875rem, 2vw, 1rem);
    color: #7393B3;
}


.scout-bullets-wrap {
    padding-left: 2rem;
    padding-right: 2rem;
    margin-top: 0;
}

.scout-bullets-lead {
    font-family: 'Source Sans 3', 'Segoe UI', 'Helvetica Neue',
        Arial, sans-serif;
    font-size: clamp(1rem, 2vw, 1.125rem);
    color: #E5E4E2;
    margin-bottom: 0.5rem;
}

.scout-bullets-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
    list-style: disc;
    padding-left: 1.25rem;
}

.scout-bullets-list li {
    font-family: 'Source Sans 3', 'Segoe UI', 'Helvetica Neue',
        Arial, sans-serif;
    font-size: clamp(1rem, 2vw, 1.125rem);
    color: #ACB6BD;
    text-align: left;
}

.scout-bullets-list li::marker {
    color: #7393B3;
}

@media (min-width: 40rem) {
    .scout-bullets-inner {
        width: max-content;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .scout-bullets-list {
        grid-template-columns: auto auto;
        column-gap: 3rem;
        row-gap: 0.625rem;
    }
}

@media (min-width: 48rem) {
    .scout-bullets-wrap {
        padding-left: 0;
        padding-right: 0;
        margin-top: 2rem;
        clear: both;
    }

    .scout-bullets-list {
        grid-template-columns: auto auto;
        column-gap: 2rem;
    }
}


/* SCOUT CONFIG SECTION */

.agents-config {
    background-color: #496580;
    padding: 4rem 2rem;
    text-align: center;
}

.agents-config-inner {
    max-width: 52rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.agents-config-h2 {
    font-family: 'Barlow', 'Arial Narrow', 'Helvetica Neue',
        Arial, sans-serif;
    color: #E5E4E2;
}

.agents-config-sub {
    font-family: 'Source Sans 3', 'Segoe UI', 'Helvetica Neue',
        Arial, sans-serif;
    font-size: clamp(1.1875rem, 3vw, 1.6875rem);
    color: #E5E4E2;
    text-align: center;
}

.agents-config-bullets {
    width: 100%;
}

.agents-config-list {
    list-style: none;
    padding-left: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.625rem;
    text-align: left;
    width: max-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.agents-config-list li {
    font-family: 'Source Sans 3', 'Segoe UI', 'Helvetica Neue',
        Arial, sans-serif;
    font-size: clamp(1rem, 2vw, 1.125rem);
    color: #E5E4E2;
    line-height: 1.5;
    padding-left: 1.25rem;
    position: relative;
    min-width: 0;
    overflow-wrap: break-word;
}

.agents-config-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #7393B3;
}

@media (min-width: 40rem) {
    .agents-config-list {
        grid-template-columns: 1fr 1fr;
        column-gap: 1.5rem;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

/* SHARED PANEL COMPONENTS — structural only */

.agent-types-panel,
.agent-queue-panel,
.intel-panel,
.workflow-panel,
.mcp-panel {
    border-radius: 0.375rem;
    overflow: hidden;
    min-width: 0;
    overflow-wrap: break-word;
}

/* ==============================================
   AGENT PANEL FLOAT LAYOUT — agents page only
   ============================================== */

.agent-panel-float--right,
.agent-panel-float--left {
    width: 100%;
    margin-bottom: 1.5rem;
}

@media (min-width: 33.125rem) {
    .agent-panel-float--right {
        float: right;
        width: 46%;
        max-width: 20rem;
        margin-left: 2.5rem;
        margin-right: 0;
        margin-bottom: 1.5rem;
    }
    .agent-panel-float--left {
        float: left;
        width: 46%;
        max-width: 20rem;
        margin-right: 2.5rem;
        margin-left: 0;
        margin-bottom: 1.5rem;
    }
}

/* INTELLIGENCE AGENTS — float breakpoint override */

@media (min-width: 37.5rem) {
    #intelligence-agents .float-image--right {
        float: right;
        width: 46%;
        max-width: 20rem;
        margin-left: 2.5rem;
        margin-right: 0;
        margin-bottom: 1.5rem;
    }
}

/* WORKFLOW AUTOMATION — float breakpoint override */

@media (min-width: 36.25rem) {
    #workflow-auto .float-image--left {
        float: left;
        width: 46%;
        max-width: 20rem;
        margin-right: 2.5rem;
        margin-left: 0;
        margin-bottom: 1.5rem;
    }
}

/* MCP SERVERS — float breakpoint override */

@media (min-width: 39.6875rem) {
    #mcp-servers .float-image--right {
        float: right;
        width: 46%;
        max-width: 20rem;
        margin-left: 2.5rem;
        margin-right: 0;
        margin-bottom: 1.5rem;
    }
}

/* Light section panels — #D6E0EF */
.agent-types-panel,
.intel-panel,
.mcp-panel {
    background-color: #D6E0EF;
    border: 0.0625rem solid #B5C8DC;
}

/* Dark section panels — #E0BFAB */
.agent-queue-panel,
.workflow-panel {
    background-color: #E0BFAB;
    border: 0.0625rem solid #C5A892;
}

.agent-panel-header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
}

.agent-types-panel .agent-panel-header,
.intel-panel .agent-panel-header,
.mcp-panel .agent-panel-header {
    background-color: #C0D0E5;
}

.agent-queue-panel .agent-panel-header,
.workflow-panel .agent-panel-header {
    background-color: #D0AD97;
}

.agent-dot {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    flex-shrink: 0;
}

.agent-dot--blue  { background-color: #2D6FA3; }
.agent-dot--green { background-color: #006666; }
.agent-dot--amber { background-color: #D4A017; }

.agent-panel-title {
    font-family: 'Source Sans 3', 'Segoe UI', 'Helvetica Neue',
        Arial, sans-serif;
    font-size: 1rem;
    color: #1A2530;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* FRONT-END AGENTS PANEL */

.agent-types-list {
    list-style: none;
    margin: 0;
    padding: 0 0.75rem;
    display: flex;
    flex-direction: column;
}

.agent-type-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5625rem 0;
    border-bottom: 0.0625rem solid #B5C8DC;
    gap: 0.5rem;
}

.agent-type-row:last-child {
    border-bottom: none;
}

.agent-type-name {
    font-family: 'Source Sans 3', 'Segoe UI', 'Helvetica Neue',
        Arial, sans-serif;
    font-size: 0.875rem;
    color: #1A2530;
    min-width: 0;
    overflow-wrap: break-word;
}

.agent-type-badge {
    font-family: 'Barlow', 'Arial Narrow', 'Helvetica Neue',
        Arial, sans-serif;
    font-size: 0.5625rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 0.2rem 0.4rem;
    border-radius: 0.25rem;
    flex-shrink: 0;
}

.agent-type-badge--on {
    background-color: #008080;
    color: #E5E4E2;
}

.agent-type-badge--idle {
    background-color: #496580;
    color: #E5E4E2;
}

.agent-types-metric {
    padding: 0.625rem 0.75rem;
    background-color: #C0D0E5;
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    border-top: 0.0625rem solid #B5C8DC;
}

.agent-metric-num {
    font-family: 'Barlow', 'Arial Narrow', 'Helvetica Neue',
        Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #2D6FA3;
}

.agent-metric-label {
    font-family: 'Source Sans 3', 'Segoe UI', 'Helvetica Neue',
        Arial, sans-serif;
    font-size: 0.8125rem;
    color: #496580;
}

/* BACK-END AGENTS PANEL */

.agent-queue {
    padding: 0 0.75rem;
    display: grid;
    grid-template-columns: 1fr auto;
    column-gap: 0.5rem;
    align-items: center;
}

.agent-queue-item {
    display: contents;
}

.agent-queue > span:nth-last-child(2) {
    border-bottom: none;
}

.agent-queue-label {
    font-family: 'Source Sans 3', 'Segoe UI', 'Helvetica Neue',
        Arial, sans-serif;
    font-size: 0.875rem;
    color: #1A2530;
    min-width: 0;
    overflow-wrap: break-word;
    padding-top: 0.5625rem;
    padding-bottom: 0.5625rem;
    border-bottom: 0.0625rem solid #C5A892;
}

.agent-queue-tag {
    font-family: 'Barlow', 'Arial Narrow', 'Helvetica Neue',
        Arial, sans-serif;
    font-size: 0.5625rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 0.2rem 0.4rem;
    border-radius: 0.25rem;
    text-align: left;
    justify-self: start;
}

.agent-queue-tag--read { background-color: #2D6FA3; color: #E5E4E2; }
.agent-queue-tag--proc { background-color: #D4A017; color: #0F3350; }
.agent-queue-tag--done { background-color: #008080; color: #E5E4E2; }
.agent-queue-tag--pend { background-color: #896040; color: #E5E4E2; }

/* INTELLIGENCE AGENTS PANEL */

.intel-feed {
    padding: 0 0.75rem;
    display: grid;
    grid-template-columns: auto 1fr auto;
    column-gap: 1.5rem;
}

.intel-item {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: subgrid;
    align-items: start;
    padding: 0.5625rem 0;
    border-bottom: 0.0625rem solid #B5C8DC;
}

.intel-item:last-child {
    border-bottom: none;
}

.intel-tag {
    font-family: 'Barlow', 'Arial Narrow', 'Helvetica Neue',
        Arial, sans-serif;
    font-size: 0.5625rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 0.2rem 0.375rem;
    border-radius: 0.25rem;
    background-color: #496580;
    color: #E5E4E2;
    white-space: nowrap;
    flex-shrink: 0;
    align-self: start;
    margin-top: 0.1rem;
    text-align: center;
}

.intel-item--alert .intel-tag {
    background-color: #D4A017;
    color: #0F3350;
}

.intel-item--weather .intel-tag {
    background-color: #006666;
    color: #E5E4E2;
}

.intel-item--permit .intel-tag {
    background-color: #a52a2a;
    color: #E5E4E2;
}

.intel-text {
    font-family: 'Source Sans 3', 'Segoe UI', 'Helvetica Neue',
        Arial, sans-serif;
    font-size: 0.8125rem;
    color: #1A2530;
    line-height: 1.4;
    min-width: 0;
    overflow-wrap: break-word;
}

.intel-time {
    font-family: 'Source Sans 3', 'Segoe UI', 'Helvetica Neue',
        Arial, sans-serif;
    font-size: 0.6875rem;
    color: #496580;
    white-space: nowrap;
    flex-shrink: 0;
    align-self: start;
    margin-top: 0.15rem;
}

/* WORKFLOW AUTOMATION PANEL */

.workflow-steps {
    padding: 0.625rem 0.75rem;
    display: flex;
    flex-direction: column;
}

.workflow-step {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.375rem 0;
}

.workflow-step-num {
    font-family: 'Barlow', 'Arial Narrow', 'Helvetica Neue',
        Arial, sans-serif;
    font-size: 0.6875rem;
    font-weight: 700;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    background-color: #896040;
    color: #E5E4E2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 0.125rem;
}

.workflow-step-body {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
    min-width: 0;
}

.workflow-step-event {
    font-family: 'Barlow', 'Arial Narrow', 'Helvetica Neue',
        Arial, sans-serif;
    font-size: 0.8125rem;
    font-weight: 700;
    color: #1A2530;
    display: block;
}

.workflow-step-desc {
    font-family: 'Source Sans 3', 'Segoe UI', 'Helvetica Neue',
        Arial, sans-serif;
    font-size: 0.75rem;
    color: #0F3350;
    display: block;
    overflow-wrap: break-word;
}

.workflow-connector {
    width: 0.0625rem;
    height: 0.875rem;
    background-color: #896040;
    margin-left: 0.59375rem;
}

/* MCP SERVERS PANEL */

.mcp-diagram {
    padding: 0.875rem 0.75rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0;
}

.mcp-col {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
}

.mcp-node {
    padding: 0.375rem 0.5rem;
    border-radius: 0.25rem;
    font-family: 'Source Sans 3', 'Segoe UI', 'Helvetica Neue',
        Arial, sans-serif;
    font-size: 0.75rem;
    text-align: center;
    overflow-wrap: break-word;
    line-height: 1.3;
}

.mcp-node--ai {
    background-color: #2D6FA3;
    color: #E5E4E2;
}

.mcp-node--sys {
    background-color: #496580;
    color: #E5E4E2;
}

.mcp-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0.5rem;
    flex-shrink: 0;
}

.mcp-server {
    background-color: #D4A017;
    color: #0F3350;
    padding: 0.5rem 0.625rem;
    border-radius: 0.25rem;
    font-family: 'Barlow', 'Arial Narrow', 'Helvetica Neue',
        Arial, sans-serif;
    font-size: 0.6875rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.4;
}

.mcp-line {
    width: 0.0625rem;
    height: 1.375rem;
    background-color: #496580;
}

/* AGENTS LIST AND INLINE LINK */

.agents-list {
    list-style: disc;
    padding-left: 1.5rem;
}

.agents-list li {
    font-family: 'Source Sans 3', 'Segoe UI', 'Helvetica Neue',
        Arial, sans-serif;
    font-size: clamp(1rem, 2vw, 1.125rem);
    margin-top: 0.625rem;
    line-height: 1.5;
    overflow-wrap: break-word;
}

.split-section--light .agents-list li {
    color: #1A2530;
}

.split-section--dark .agents-list li {
    color: #E5E4E2;
}

.agents-inline-link {
    color: #2D6FA3;
}

.agents-inline-link:hover {
    color: #1E5280;
}

/* PRICING CARDS */

.agents-pricing {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    width: 100%;
}

@media (min-width: 32.8125rem) {
    .agents-pricing {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 64rem) {
    .agents-pricing {
        grid-template-columns: repeat(4, 1fr);
    }
}

.agent-price-card {
    background-color: #9DBFB2;
    border: 0.0625rem solid #496580;
    border-radius: 0.375rem;
    padding: 1.5rem 1.25rem;
    overflow-wrap: break-word;
    min-width: 0;
    max-width: 100%;
}

.agent-price-name {
    font-family: 'Barlow', 'Arial Narrow', 'Helvetica Neue',
        Arial, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #0F3350;
    text-align: center;
}

.agent-price-from {
    font-family: 'Barlow', 'Arial Narrow', 'Helvetica Neue',
        Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    color: #0F3350;
    margin-top: 0.375rem;
}

.agent-price-desc {
    font-family: 'Source Sans 3', 'Segoe UI', 'Helvetica Neue',
        Arial, sans-serif;
    font-size: 0.9375rem;
    color: #0B0B45;
    margin-top: 0.75rem;
    line-height: 1.5;
}

/* Specificity override — beats .split-section--dark p from base.css */
.agent-price-card p.agent-price-name { color: #0F3350; }
.agent-price-card p.agent-price-from { color: #0F3350; }
.agent-price-card p.agent-price-desc { color: #0B0B45; }

/* CLOSING SECTION */

.agents-standalone-note {
    font-family: 'Source Sans 3', 'Segoe UI', 'Helvetica Neue',
        Arial, sans-serif;
    font-size: clamp(1rem, 2vw, 1.125rem);
    color: #ACB6BD;
    text-align: left;
    max-width: 44rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.agents-closing .split-footer {
    padding-top: 2rem;
}

/* ==============================================
   SCOUT — HERO LAYOUT
   ============================================== */

.agents-intro-text {
    width: 100%;
    text-align: center;
    order: 1;
}

.scout-bullets-wrap {
    order: 2;
}

.scout-form-wrap {
    width: 100%;
    max-width: 22rem;
    margin-top: 0.5rem;
    margin-left: auto;
    margin-right: auto;
    order: 3;
}

@media (min-width: 48rem) {
    .agents-intro-inner {
        display: block;
        overflow: hidden;
        padding-left: clamp(3rem, 7vw, 7rem);
        padding-right: clamp(3rem, 7vw, 7rem);
    }

    .agents-intro-text {
        text-align: left;
    }

    .agents-intro-text > p:first-child {
        margin-top: 0;
    }

    .scout-form-wrap {
        float: right;
        width: 22rem;
        margin-top: 0;
        margin-left: 3rem;
        margin-right: 0;
        margin-bottom: 0.5rem;
        max-width: none;
    }
}

/* ==============================================
   SCOUT — FORM PANEL
   ============================================== */

.scout-form-panel {
    background-color: #D6E0EF;
    border: 0.0625rem solid #B5C8DC;
    border-radius: 0.375rem;
    overflow: hidden;
    min-width: 0;
}

.scout-panel-header {
    display: grid;
    grid-template-columns: 1.75rem 1fr 1.75rem;
    gap: 0.75rem;
    align-items: center;
    padding: 0.625rem 0.875rem;
    background-color: #C0D0E5;
}

.scout-icon {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    border: 0.125rem solid #2D6FA3;
    position: relative;
    flex-shrink: 0;
}

.scout-icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 55%;
    height: 55%;
    border-radius: 50%;
    border: 0.0625rem solid #2D6FA3;
    transform: translate(-50%, -50%);
    opacity: 0.5;
}

.scout-icon::after {
    content: '';
    position: absolute;
    bottom: 50%;
    left: 50%;
    width: 0.0625rem;
    height: 40%;
    background-color: #D4A017;
    transform-origin: 50% 100%;
    transform: rotate(45deg);
}

.scout-identity {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.125rem;
    min-width: 0;
}

.scout-name {
    font-family: 'Barlow', 'Arial Narrow', 'Helvetica Neue',
        Arial, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #0F3350;
    line-height: 1;
}

.scout-tagline-label {
    font-family: 'Source Sans 3', 'Segoe UI', 'Helvetica Neue',
        Arial, sans-serif;
    font-size: 0.75rem;
    color: #496580;
    line-height: 1;
}

.scout-form-body {
    padding: 1rem 0.875rem;
    display: flex;
    flex-direction: column;
}

.scout-field {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.scout-label {
    font-family: 'Barlow', 'Arial Narrow', 'Helvetica Neue',
        Arial, sans-serif;
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #496580;
}

.scout-select {
    font-family: 'Source Sans 3', 'Segoe UI', 'Helvetica Neue',
        Arial, sans-serif;
    font-size: 0.9375rem;
    color: #1A2530;
    background-color: #E5E4E2;
    border: 0.0625rem solid #B5C8DC;
    border-radius: 0.25rem;
    padding: 0.5rem 0.625rem;
    width: 100%;
    cursor: pointer;
    min-width: 0;
    max-width: 100%;
    overflow-wrap: break-word;
}

.scout-run-btn {
    width: 100%;
    justify-content: center;
    overflow-wrap: break-word;
    max-width: 100%;
    min-width: 0;
}

.scout-sources {
    font-family: 'Source Sans 3', 'Segoe UI', 'Helvetica Neue',
        Arial, sans-serif;
    font-size: 0.75rem;
    color: #7393B3;
    text-align: center;
}

/* ==============================================
   SCOUT — RESULTS SECTION
   ============================================== */

.scout-results-section {
    background-color: #0F3350;
    padding: 3rem 2rem 4rem;
}

.scout-results-section--hidden {
    display: none;
}

.scout-status-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.875rem;
    padding: 2rem 0;
}

.scout-status-wrap--hidden {
    display: none;
}

.scout-spinner {
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    border: 0.1875rem solid #496580;
    border-top-color: #5DADE2;
    border-radius: 50%;
    animation: scout-spin 0.8s linear infinite;
    flex-shrink: 0;
}

.scout-spinner--hidden {
    display: none;
}

@keyframes scout-spin {
    to { transform: rotate(360deg); }
}

.scout-status-msg {
    font-family: 'Source Sans 3', 'Segoe UI', 'Helvetica Neue',
        Arial, sans-serif;
    font-size: 2rem;
    color: #D4A017;
}

.scout-results-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    max-width: 80rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 37.5rem) {
    .scout-results-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 78.125rem) {
    .scout-results-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.scout-card {
    background-color: #9DBFB2;
    border-radius: 0.375rem;
    border-left: 0.5rem solid #496580;
    padding: 1.25rem 1.125rem;
    min-width: 0;
    overflow-wrap: break-word;
}

.scout-card--theme {
    background-color: #EDD0B5;
    border-left-color: #FF705A;
    grid-column: 1 / -1;
}

.scout-card--cross {
    border-left-color: #5DADE2;
}

.scout-card--tax {
    border-left-color: #008080;
}

.scout-card--ops {
    border-left-color: #7393B3;
}

.scout-card--action {
    border-left-color: #D4A017;
}

.scout-card-title {
    font-family: 'Barlow', 'Arial Narrow', 'Helvetica Neue',
        Arial, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #496580;
    margin-bottom: 0.75rem;
}

.scout-card--theme  .scout-card-title { color: #5C1A10; }
.scout-card--cross  .scout-card-title { color: #0A2D40; }
.scout-card--tax    .scout-card-title { color: #172808; }
.scout-card--ops    .scout-card-title { color: #1C3045; }
.scout-card--action .scout-card-title { color: #3D2800; }

.scout-result-text {
    font-family: 'Source Sans 3', 'Segoe UI', 'Helvetica Neue',
        Arial, sans-serif;
    font-size: 1rem;
    color: #0F3350;
    line-height: 1.55;
}

.scout-result-list {
    list-style: none;
    padding-left: 0;
}

.scout-bullet {
    margin-top: 0.5rem;
    overflow-wrap: break-word;
}

.scout-bullet:first-child {
    margin-top: 0;
}

.scout-bullet-toggle {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    text-align: left;
    width: 100%;
    font-family: 'Source Sans 3', 'Segoe UI', 'Helvetica Neue',
        Arial, sans-serif;
    font-size: clamp(0.9375rem, 2vw, 1rem);
    color: #000;
    line-height: 1.55;
    overflow-wrap: break-word;
    min-width: 0;
}

.scout-bullet-toggle::before {
    content: '\25B8 ';
    font-size: 0.75em;
}

.scout-bullet-toggle--open::before {
    content: '\25BE ';
}

.scout-bullet-body {
    font-family: 'Source Sans 3', 'Segoe UI', 'Helvetica Neue',
        Arial, sans-serif;
    font-size: clamp(0.875rem, 1.8vw, 0.9375rem);
    color: #1A2530;
    line-height: 1.5;
    padding-top: 0.375rem;
    padding-left: 1rem;
    overflow-wrap: break-word;
}

.scout-bullet-body--hidden {
    display: none;
}

.scout-limit-msg {
    font-family: 'Source Sans 3', 'Segoe UI', 'Helvetica Neue',
        Arial, sans-serif;
    font-size: clamp(0.9375rem, 2vw, 1.0625rem);
    color: #ACB6BD;
    text-align: center;
    max-width: 44rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
    padding-top: 1.5rem;
}
