body {
    background:
        radial-gradient(circle at top left, rgba(20, 184, 166, 0.16), transparent 30rem),
        linear-gradient(180deg, #eef4fb 0%, #e8edf5 100%);
    color: #182230;
}

.app-title {
    font-weight: 900;
    letter-spacing: -0.04em;
    color: #0f172a;
}

.app-hero {
    position: relative;
    overflow: hidden;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(15, 23, 42, 0.96), rgba(15, 60, 84, 0.92)),
        radial-gradient(circle at 85% 15%, rgba(45, 212, 191, 0.35), transparent 18rem);
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.16);
}

.app-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
    background-size: 28px 28px;
    mask-image: linear-gradient(90deg, transparent, black 18%, black 82%, transparent);
}

.app-hero .btn {
    position: relative;
    z-index: 1;
    border-color: rgba(255, 255, 255, 0.36);
    color: #f8fafc;
    background: rgba(15, 23, 42, 0.22);
    backdrop-filter: blur(8px);
}

.app-hero .btn:hover {
    border-color: rgba(45, 212, 191, 0.75);
    color: #ffffff;
    background: rgba(20, 184, 166, 0.22);
}

.brand-lockup {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.brand-mark {
    display: inline-flex;
    align-items: end;
    justify-content: center;
    gap: 0.22rem;
    width: 3.05rem;
    height: 3.05rem;
    padding: 0.62rem;
    border-radius: 15px;
    background:
        linear-gradient(145deg, #14b8a6, #2563eb);
    box-shadow: 0 12px 24px rgba(37, 99, 235, 0.28);
}

.brand-mark span {
    display: block;
    width: 0.38rem;
    border-radius: 999px;
    background: #ecfeff;
}

.brand-mark span:nth-child(1) {
    height: 0.72rem;
    opacity: 0.76;
}

.brand-mark span:nth-child(2) {
    height: 1.22rem;
}

.brand-mark span:nth-child(3) {
    height: 1.72rem;
    background: #facc15;
}

.brand-kicker {
    color: #67e8f9;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.16em;
}

.app-hero .app-title,
.auth-brand h1 {
    color: #f8fafc;
    line-height: 1;
}

.brand-area {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.25rem;
    color: #cbd5e1;
    font-size: 0.9rem;
    font-weight: 800;
}

.brand-area::before {
    content: "";
    width: 1.4rem;
    height: 2px;
    border-radius: 999px;
    background: #facc15;
}

.app-card,
.card {
    border: 1px solid #d7dde7;
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
}

.card-header {
    background: #172033;
    color: #f8fafc;
    font-weight: 700;
    border-bottom: 0;
}

.app-footer {
    margin-inline: auto;
    max-width: 1320px;
    padding: 1rem 1.15rem;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.72);
    color: #64748b;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
}

.auth-page .app-footer {
    max-width: 430px;
    background: rgba(15, 23, 42, 0.58);
    color: #cbd5e1;
    border-color: rgba(203, 213, 225, 0.18);
    box-shadow: none;
}

.auth-page {
    min-height: 100vh;
    background:
        radial-gradient(circle at 50% 0%, rgba(20, 184, 166, 0.28), transparent 24rem),
        linear-gradient(160deg, #0f172a 0%, #172033 45%, #0f3c54 100%);
}

.auth-page .auth-card {
    max-width: 430px;
    border: 1px solid rgba(148, 163, 184, 0.32);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 24px 60px rgba(2, 6, 23, 0.34);
}

.auth-brand h1 {
    color: #0f172a;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.auth-brand .brand-kicker {
    color: #0f766e;
}

.auth-brand .brand-area {
    color: #475569;
}

.app-table thead th {
    background: #f1f5f9;
    color: #475569;
    font-weight: 700;
    white-space: nowrap;
}

.app-table tbody tr:hover {
    background: #eef6ff;
}

.machine-link {
    color: #0f5cad;
    font-weight: 700;
    text-decoration: none;
}

.machine-link:hover {
    color: #0a3f7a;
    text-decoration: underline;
}

.score-badge {
    display: inline-block;
    min-width: 46px;
    padding: 0.2rem 0.45rem;
    border-radius: 6px;
    background: #0f766e;
    color: white;
    font-weight: 700;
    text-align: center;
}

.avoid-badge {
    display: inline-block;
    min-width: 46px;
    padding: 0.2rem 0.45rem;
    border-radius: 6px;
    background: #b91c1c;
    color: white;
    font-weight: 700;
    text-align: center;
}

.visit-score-badge {
    display: inline-block;
    min-width: 52px;
    padding: 0.2rem 0.45rem;
    border-radius: 6px;
    background: #7c3aed;
    color: white;
    font-weight: 800;
    text-align: center;
}

.rank-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.8rem;
    height: 1.6rem;
    border-radius: 6px;
    color: white;
    font-weight: 800;
}

.rank-a {
    background: #0f766e;
}

.rank-b {
    background: #2563eb;
}

.rank-c {
    background: #b45309;
}

.rank-d {
    background: #64748b;
}

.metric-card {
    height: 100%;
    border: 1px solid #dbe3ef;
    border-radius: 8px;
    background: #f8fafc;
    padding: 0.75rem;
}

.metric-card .fs-5 {
    font-weight: 700;
    color: #0f172a;
}

.metric-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
}

.metric-grid-secondary {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.metric-grid > [class*="col-"] {
    width: auto;
    margin-bottom: 0 !important;
    padding: 0;
}

.bonus-metric-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
}

.bonus-history-details {
    border-top: 1px solid #e2e8f0;
}

.bonus-history-details summary {
    padding: 0.65rem 0.4rem 0.4rem;
    color: #0f5cad;
    font-size: 0.82rem;
    font-weight: 700;
    cursor: pointer;
    user-select: none;
}

.bonus-history-details[open] summary {
    color: #475569;
}

.help-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    margin-left: 0.2rem;
    border-radius: 50%;
    background: #dbeafe;
    color: #1d4ed8;
    font-size: 0.75rem;
    font-weight: 700;
    cursor: help;
}

.score-reasons {
    border-top: 1px solid #e2e8f0;
    padding-top: 0.85rem;
}

.reason-chip {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: #e0f2fe;
    color: #075985;
    padding: 0.35rem 0.65rem;
    font-size: 0.85rem;
    font-weight: 600;
}

.reason-chip-muted {
    background: #e2e8f0;
    color: #475569;
}

.visit-plan-box {
    border: 1px solid #dbe3ef;
    border-radius: 8px;
    background: #f8fafc;
    padding: 0.75rem;
}

.visit-reasons {
    color: #64748b;
    font-size: 0.78rem;
    line-height: 1.45;
}

.decision-support-card {
    border-color: #facc15;
}

.decision-link-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem;
    height: 100%;
    padding: 0.75rem;
    border: 1px solid #dbeafe;
    border-radius: 8px;
    background: #eff6ff;
}

.decision-link-box strong,
.decision-link-box span {
    display: block;
}

.decision-link-box strong {
    color: #0f172a;
}

.decision-link-box span {
    color: #64748b;
    font-size: 0.78rem;
    line-height: 1.45;
}

.section-title {
    margin-bottom: 0.5rem;
    color: #334155;
    font-weight: 800;
}

.analysis-mode-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem;
    padding: 0.35rem;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    background: #e2e8f0;
}

.analysis-mode-tabs form {
    margin: 0;
}

.analysis-mode-tab {
    width: 100%;
    min-height: 46px;
    padding: 0.55rem 0.8rem;
    border: 0;
    border-radius: 7px;
    background: transparent;
    color: #475569;
    font-weight: 700;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.analysis-mode-tab:hover {
    background: rgba(255, 255, 255, 0.65);
    color: #0f172a;
}

.analysis-mode-tab.active {
    background: #ffffff;
    color: #0f5cad;
    box-shadow: 0 2px 7px rgba(15, 23, 42, 0.12);
}

.analysis-mode-count {
    display: inline-block;
    margin-left: 0.3rem;
    padding: 0.08rem 0.4rem;
    border-radius: 999px;
    background: #cbd5e1;
    color: #475569;
    font-size: 0.72rem;
}

.analysis-mode-tab.active .analysis-mode-count {
    background: #dbeafe;
    color: #1d4ed8;
}

.mobile-analysis-menu {
    display: none;
}

.mobile-menu-grid {
    display: grid;
    gap: 0.7rem;
}

.mobile-menu-grid form {
    margin: 0;
}

.mobile-menu-button {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0.85rem 1rem;
    border: 1px solid #cbd5e1;
    border-radius: 9px;
    background: #ffffff;
    color: #0f172a;
    text-align: left;
}

.mobile-menu-button strong {
    font-size: 0.95rem;
}

.mobile-menu-button span {
    margin-top: 0.15rem;
    color: #64748b;
    font-size: 0.78rem;
}

.mobile-menu-button-primary {
    border-color: #93c5fd;
    background: #eff6ff;
    color: #1d4ed8;
}

.mobile-condition-heading {
    float: right;
    color: #cbd5e1;
    font-size: 0.72rem;
    font-weight: 500;
}

.mobile-condition-list {
    display: grid;
    gap: 0.45rem;
}

.mobile-condition-item {
    display: grid;
    grid-template-columns: 5.5rem minmax(0, 1fr);
    gap: 0.6rem;
    align-items: baseline;
}

.mobile-condition-item span {
    color: #64748b;
    font-size: 0.75rem;
}

.mobile-condition-item strong {
    color: #1e293b;
    font-size: 0.82rem;
    overflow-wrap: anywhere;
}

.mobile-condition-note {
    margin-top: 0.65rem;
    padding-top: 0.6rem;
    border-top: 1px solid #e2e8f0;
    color: #92400e;
    font-size: 0.75rem;
    line-height: 1.5;
}

.chart-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.chart-metric {
    display: flex;
    flex-direction: column;
    padding: 0.65rem 0.8rem;
    border: 1px solid #dbe3ef;
    border-radius: 8px;
    background: #f8fafc;
}

.chart-metric span {
    color: #64748b;
    font-size: 0.78rem;
}

.chart-metric strong {
    color: #0f172a;
    font-size: 1.05rem;
}

.chart-metric-positive strong {
    color: #0f766e;
}

.chart-metric-negative strong {
    color: #dc2626;
}

.chart-container {
    position: relative;
    height: 320px;
}

@media (max-width: 576px) {
    .metric-grid,
    .metric-grid-secondary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .chart-metrics {
        gap: 0.4rem;
    }

    .chart-metric {
        padding: 0.5rem;
    }

    .chart-container {
        height: 380px;
    }
}

@media (max-width: 767.98px) {
    body {
        overflow-x: hidden;
    }

    .container-xxl {
        padding-right: 0.75rem;
        padding-left: 0.75rem;
    }

    .app-title {
        font-size: 1.45rem;
        line-height: 1.25;
    }

    .card {
        border-radius: 10px;
    }

    .card-header {
        padding: 0.7rem 0.85rem !important;
        font-size: 0.95rem;
    }

    .card-body {
        padding: 0.85rem;
    }

    .form-control,
    .form-select,
    .btn {
        min-height: 44px;
    }

    .form-control,
    .form-select {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .btn-sm {
        min-height: 38px;
        padding-right: 0.7rem;
        padding-left: 0.7rem;
    }

    .form-text {
        font-size: 0.78rem;
        line-height: 1.5;
    }

    [data-filter-group] {
        width: 1.15rem;
        height: 1.15rem;
    }

    .form-check-label {
        display: inline-flex;
        align-items: center;
        min-height: 36px;
    }

    .result-layout.has-machine-selection .analysis-column {
        order: -1;
    }

    .mobile-analysis-menu {
        display: block;
    }

    .mobile-results-home .result-layout {
        display: none;
    }

    .mobile-section-active .search-card {
        display: none;
    }

    .mobile-section-active .ranking-column,
    .mobile-section-active .analysis-column,
    .mobile-section-active .mobile-section-content {
        display: none;
    }

    .mobile-view-ranking .ranking-column,
    .mobile-view-avoid .ranking-column,
    .mobile-view-visit .ranking-column,
    .mobile-view-patterns .ranking-column,
    .mobile-view-strong-days .analysis-column,
    .mobile-view-machine .analysis-column,
    .mobile-view-ranking .section-ranking,
    .mobile-view-avoid .section-avoid,
    .mobile-view-visit .section-visit,
    .mobile-view-patterns .section-patterns,
    .mobile-view-strong-days .section-strong-days,
    .mobile-view-machine .section-machine {
        display: block;
    }

    .analysis-mode-tabs {
        position: sticky;
        top: 0.4rem;
        z-index: 20;
        box-shadow: 0 4px 12px rgba(15, 23, 42, 0.12);
    }

    .analysis-mode-tab {
        min-height: 48px;
        padding: 0.5rem 0.35rem;
        font-size: 0.88rem;
    }

    .analysis-mode-count {
        display: block;
        width: fit-content;
        margin: 0.15rem auto 0;
    }

    .table-responsive {
        overflow: visible;
    }

    .app-table,
    .app-table tbody,
    .app-table tr,
    .app-table td {
        display: block;
        width: 100%;
    }

    .app-table thead {
        display: none;
    }

    .app-table {
        border: 0;
    }

    .app-table tbody tr {
        margin-bottom: 0.75rem;
        overflow: hidden;
        border: 1px solid #dbe3ef;
        border-radius: 9px;
        background: #ffffff;
        box-shadow: 0 2px 7px rgba(15, 23, 42, 0.05);
    }

    .app-table tbody tr:last-child {
        margin-bottom: 0;
    }

    .app-table tbody td {
        display: grid;
        grid-template-columns: minmax(6.5rem, 38%) minmax(0, 1fr);
        gap: 0.65rem;
        align-items: center;
        min-height: 42px;
        padding: 0.55rem 0.7rem;
        text-align: right;
        border-color: #edf1f6;
        white-space: normal;
    }

    .app-table tbody td::before {
        content: attr(data-label);
        color: #64748b;
        font-size: 0.75rem;
        font-weight: 700;
        line-height: 1.3;
        text-align: left;
    }

    .app-table tbody td form,
    .app-table tbody td .machine-link {
        max-width: 100%;
        text-align: right !important;
    }

    .app-table tbody td .machine-link {
        min-height: 38px;
        white-space: normal;
    }

    .score-badge,
    .avoid-badge,
    .visit-score-badge {
        min-width: 58px;
        padding: 0.35rem 0.55rem;
    }

    .reason-chip {
        padding: 0.4rem 0.65rem;
        line-height: 1.35;
    }

    .decision-link-box {
        align-items: stretch;
        flex-direction: column;
    }

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

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

    .transition-card-grid {
        grid-template-columns: 1fr;
    }

    .store-pattern-hero {
        align-items: flex-start;
    }

    .store-pattern-chip-list {
        grid-template-columns: 1fr;
    }

    .store-pattern-detail-grid {
        grid-template-columns: 1fr;
    }

    .poster-prediction-summary {
        grid-template-columns: 1fr;
    }

    .poster-machine-chip-list {
        grid-template-columns: 1fr;
    }

    .bonus-metric-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bonus-history-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .bonus-history-simple {
        display: table;
        min-width: 100%;
        table-layout: auto;
    }

    .bonus-history-simple thead {
        display: table-header-group;
    }

    .bonus-history-simple thead tr {
        display: table-row;
        width: auto;
    }

    .bonus-history-simple thead th {
        display: table-cell;
        width: auto;
    }

    .bonus-history-simple tbody {
        display: table-row-group;
    }

    .bonus-history-simple tbody tr {
        display: table-row;
        margin: 0;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .bonus-history-simple tbody td {
        display: table-cell;
        width: auto;
        min-height: 0;
        padding: 0.45rem 0.28rem;
        border-color: #e2e8f0;
        font-size: 0.7rem;
        text-align: center;
        white-space: nowrap;
    }

    .bonus-history-simple tbody td::before {
        display: none;
    }

    .bonus-history-simple th {
        padding: 0.4rem 0.28rem;
        font-size: 0.68rem;
        text-align: center;
        white-space: nowrap;
    }

    .bonus-history-simple th:first-child,
    .bonus-history-simple td:first-child {
        text-align: left;
    }

    .bonus-history-details summary {
        min-height: 44px;
        padding-top: 0.75rem;
    }

    .chart-metric strong {
        font-size: 0.9rem;
    }

    .chart-container {
        width: 100%;
        min-width: 0;
    }
}

.auth-page {
    min-height: 100vh;
    background:
        radial-gradient(circle at top left, rgba(37, 99, 235, 0.12), transparent 34rem),
        #eef2f7;
}

.auth-card {
    max-width: 440px;
}

.admin-user-table td {
    vertical-align: top;
}

.admin-date-cell {
    min-width: 260px;
}

.admin-inline-form {
    min-width: 240px;
}

.reset-password-box {
    padding: 0.65rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8fafc;
}

.report-delete-details summary {
    list-style: none;
    cursor: pointer;
}

.report-delete-details summary::-webkit-details-marker {
    display: none;
}

.report-delete-form {
    min-width: 180px;
    padding: 0.65rem;
    border: 1px solid #fecaca;
    border-radius: 8px;
    background: #fff7f7;
}

.pattern-summary-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
    border-bottom: 1px solid #e2e8f0;
}

.pattern-summary-item {
    padding: 0.65rem;
    border: 1px solid #dbe3ef;
    border-radius: 8px;
    background: #f8fafc;
}

.pattern-summary-item span {
    display: block;
    color: #64748b;
    font-size: 0.75rem;
    font-weight: 700;
}

.pattern-summary-item strong {
    display: block;
    color: #0f172a;
    font-size: 1rem;
}

.pattern-details summary {
    color: #0f5cad;
    cursor: pointer;
    font-weight: 700;
}

.pattern-example-list {
    display: grid;
    gap: 0.35rem;
    min-width: 220px;
    margin-top: 0.4rem;
}

.pattern-example {
    padding: 0.4rem;
    border-radius: 6px;
    background: #f8fafc;
}

.pattern-example span {
    display: block;
    color: #475569;
    font-size: 0.75rem;
}

.transition-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.transition-card {
    padding: 0.75rem;
    border: 1px solid #dbe3ef;
    border-radius: 8px;
    background: #f8fafc;
}

.transition-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.45rem;
    margin-top: 0.75rem;
}

.transition-metrics div {
    padding: 0.45rem;
    border-radius: 6px;
    background: white;
}

.transition-metrics span {
    display: block;
    color: #64748b;
    font-size: 0.68rem;
    font-weight: 700;
}

.transition-metrics strong {
    color: #0f172a;
    font-size: 0.86rem;
}

.store-pattern-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.85rem;
    border-radius: 10px;
    background: linear-gradient(135deg, #eef6ff, #f8fafc);
    border: 1px solid #dbeafe;
}

.store-pattern-headline {
    color: #0f172a;
    font-size: 1.25rem;
    font-weight: 800;
}

.store-pattern-score {
    display: grid;
    place-items: center;
    min-width: 64px;
    min-height: 64px;
    border-radius: 999px;
    background: #0f766e;
    color: white;
}

.store-pattern-score span {
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1;
}

.store-pattern-score small {
    font-size: 0.7rem;
}

.store-pattern-chip-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 0.85rem;
}

.store-pattern-chip {
    padding: 0.7rem;
    border: 1px solid #dbe3ef;
    border-radius: 8px;
    background: #f8fafc;
}

.store-pattern-chip span,
.store-pattern-chip small {
    display: block;
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 700;
}

.store-pattern-chip strong {
    display: block;
    color: #0f172a;
    font-size: 1rem;
}

.store-pattern-notes {
    display: grid;
    gap: 0.35rem;
    margin-top: 0.85rem;
    color: #475569;
    font-size: 0.82rem;
}

.store-pattern-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
}

.store-pattern-detail {
    padding: 0.6rem;
    border-radius: 8px;
    background: #f8fafc;
}

.store-pattern-detail small {
    display: block;
    color: #64748b;
    margin-top: 0.25rem;
}

.poster-preview {
    overflow: hidden;
    border: 1px solid #dbe3ef;
    border-radius: 10px;
    background: #f8fafc;
}

.poster-preview img {
    display: block;
    width: 100%;
    max-height: 360px;
    object-fit: contain;
}

.poster-prediction-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
}

.poster-prediction-summary div {
    padding: 0.6rem;
    border: 1px solid #dbe3ef;
    border-radius: 8px;
    background: #f8fafc;
}

.poster-prediction-summary span,
.poster-prediction-summary strong {
    display: block;
}

.poster-prediction-summary span {
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 700;
}

.poster-prediction-summary strong {
    color: #0f172a;
    font-size: 0.95rem;
    overflow-wrap: anywhere;
}

.poster-machine-chip-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem;
}

.poster-machine-chip {
    padding: 0.5rem;
    border: 1px solid #dbe3ef;
    border-radius: 8px;
    background: #f8fafc;
}

.poster-machine-chip strong,
.poster-machine-chip span {
    display: block;
}

.poster-machine-chip strong {
    color: #0f172a;
}

.poster-machine-chip span {
    color: #64748b;
    font-size: 0.74rem;
}

@media (max-width: 767.98px) {
    .poster-prediction-summary,
    .poster-machine-chip-list {
        grid-template-columns: 1fr;
    }
}
