.artsearch-report-widget,
.artsearch-report-full {
    --artsearch-report-font-display: "Segoe UI Variable Display", "Aptos Display", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    --artsearch-report-font-text: "Segoe UI Variable Text", "Aptos", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    --artsearch-report-text: #21325b;
    --artsearch-report-text-soft: #5e6b86;
}

.artsearch-report-widget,
.artsearch-report-full {
    position: relative;
    overflow: hidden;
    border: 1px solid #dbe2f2;
    border-radius: 28px;
    font-family: var(--artsearch-report-font-text);
    background:
        radial-gradient(circle at top right, rgba(64, 192, 255, 0.08), transparent 32%),
        radial-gradient(circle at top left, rgba(108, 77, 246, 0.08), transparent 38%),
        #fff;
    box-shadow: 0 20px 50px rgba(25, 44, 86, 0.08);
    padding: 20px;
    animation: artsearch-report-fade-up 420ms ease both;
}

.artsearch-report-full {
    margin-top: 0;
    padding-top: 18px;
}

.artsearch-report-widget__head,
.artsearch-report-full__head {
    margin-bottom: 14px;
}

.artsearch-report-full__head {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.artsearch-report-full__hero {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: 14px;
    margin-bottom: 14px;
}

.artsearch-report-full__hero-main,
.artsearch-report-full__hero-side {
    border: 1px solid #e3e9f5;
    border-radius: 24px;
    background: rgba(251, 252, 255, 0.92);
    padding: 18px;
    animation: artsearch-report-fade-up 480ms ease both;
}

.artsearch-report-full__hero-main {
    display: flex;
    flex-direction: column;
    gap: 14px;
    background:
        radial-gradient(circle at top right, rgba(64, 192, 255, 0.08), transparent 36%),
        radial-gradient(circle at top left, rgba(108, 77, 246, 0.08), transparent 42%),
        rgba(251, 252, 255, 0.92);
}

.artsearch-report-full__hero-main h2 {
    margin: 2px 0 4px;
}

.artsearch-report-full__hero-side {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 14px;
}

.artsearch-report-full__hero-side h3 {
    margin: 0 0 8px;
    font-family: var(--artsearch-report-font-display);
    font-size: clamp(22px, 2vw, 30px);
    line-height: 1.02;
    letter-spacing: -0.03em;
    font-weight: 600;
    color: var(--artsearch-report-text);
}

.artsearch-report-full__hero-side p {
    margin: 0;
}

.artsearch-report-full__hero-preview {
    display: grid;
    gap: 10px;
}

.artsearch-report-full__hero-preview-item {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 12px 14px;
    border-radius: 18px;
    border: 1px solid #e3e9f5;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.artsearch-report-full__hero-preview-step {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-grid;
    place-items: center;
    background: linear-gradient(180deg, #7a5dff 0%, #2fb9f5 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 800;
}

.artsearch-report-full__hero-preview-copy strong {
    display: block;
    margin-bottom: 3px;
    color: var(--artsearch-report-text);
    font-family: var(--artsearch-report-font-display);
    font-size: 17px;
    line-height: 1.04;
    letter-spacing: -0.02em;
    font-weight: 600;
}

.artsearch-report-full__hero-preview-copy p {
    font-size: 14px;
    line-height: 1.45;
}

.artsearch-report-full__hero-scope {
    display: grid;
    gap: 10px;
}

.artsearch-report-full__hero-scope-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.artsearch-report-full__hero-scope-card {
    border: 1px solid #e3e9f5;
    border-radius: 18px;
    padding: 14px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    min-height: 148px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.artsearch-report-full__hero-scope-card strong {
    display: block;
    margin-bottom: 6px;
    color: var(--artsearch-report-text);
    font-family: var(--artsearch-report-font-display);
    font-size: 16px;
    line-height: 1.06;
    letter-spacing: -0.02em;
    font-weight: 600;
}

.artsearch-report-full__hero-scope-card p {
    margin: 0 0 12px;
    font-size: 13px;
    line-height: 1.45;
}

.artsearch-report-full__hero-scope-card--overview {
    grid-column: 1 / -1;
    min-height: 172px;
}

.artsearch-report-full__hero-scope-lines {
    display: grid;
    gap: 6px;
}

.artsearch-report-full__hero-scope-lines span {
    display: block;
    height: 7px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(108, 77, 246, 0.18) 0%, rgba(41, 183, 244, 0.14) 100%);
}

.artsearch-report-full__hero-scope-lines span:last-child {
    width: 72%;
}

.artsearch-report-full__hero-scope-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: auto;
}

.artsearch-report-full__hero-scope-metric {
    display: grid;
    gap: 4px;
    padding: 10px 12px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(219, 226, 242, 0.85);
}

.artsearch-report-full__hero-scope-metric small {
    font-size: 11px;
    line-height: 1.25;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #6b7892;
}

.artsearch-report-full__hero-scope-metric strong {
    margin: 0;
    font-size: 24px;
    line-height: 1;
}

.artsearch-report-full__hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.artsearch-report-eyebrow {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(108, 92, 255, 0.08);
    color: #5f55e6;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.artsearch-report-widget h3,
.artsearch-report-full h2 {
    margin: 0;
    font-family: var(--artsearch-report-font-display);
    font-size: clamp(26px, 3.8vw, 40px);
    line-height: 0.97;
    letter-spacing: -0.03em;
    font-weight: 600;
    color: var(--artsearch-report-text);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.artsearch-report-widget p,
.artsearch-report-full p,
.artsearch-report-list p {
    color: var(--artsearch-report-text-soft);
    line-height: 1.62;
}

.artsearch-report-public-form {
    margin: 0 0 14px;
    padding: 14px;
    border: 1px solid #e3e9f5;
    border-radius: 22px;
    background: rgba(248, 251, 255, 0.9);
}

.artsearch-report-public-form--hero {
    margin: 4px 0 0;
    background: rgba(255, 255, 255, 0.92);
}

.artsearch-report-public-form label {
    display: block;
    margin-bottom: 8px;
    font-family: var(--artsearch-report-font-display);
    font-weight: 600;
    color: var(--artsearch-report-text);
}

.artsearch-report-public-form__row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
}

.artsearch-report-public-form input[type='url'] {
    width: 100%;
    min-height: 52px;
    border-radius: 16px;
    border: 1px solid #dbe2f2;
    padding: 0 16px;
    font-size: 15px;
    background: #fff;
    color: var(--artsearch-report-text);
}

.artsearch-report-public-form button,
.artsearch-report-link,
.artsearch-report-ghost-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px;
    border: 0;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease;
}

.artsearch-report-public-form button,
.artsearch-report-link {
    background: linear-gradient(90deg, #6c4df6 0%, #29b7f4 100%);
    color: #fff;
    box-shadow: 0 12px 24px rgba(69, 129, 241, 0.2);
}

.artsearch-report-public-form button:hover,
.artsearch-report-link:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 30px rgba(69, 129, 241, 0.24);
}

.artsearch-report-ghost-link {
    border: 1px solid #dbe2f2;
    color: #1d2b50;
    background: #fff;
}

.artsearch-report-ghost-link:hover {
    transform: translateY(-1px);
    background: #f7faff;
}

.artsearch-report-message,
.artsearch-report-empty {
    border-radius: 18px;
    padding: 14px 16px;
    margin-bottom: 14px;
    background: #f7faff;
    color: var(--artsearch-report-text-soft);
}

.artsearch-report-message--inline {
    margin-bottom: 0;
}

.artsearch-report-message--success {
    background: #eaf8ee;
    color: #197243;
}

.artsearch-report-message--error {
    background: #fff1f1;
    color: #ba3b3b;
}

.artsearch-report-message--warning {
    background: #fff7e9;
    color: #9a5b00;
}

.artsearch-report-summary {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.artsearch-report-summary__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.artsearch-report-summary__score {
    font-family: var(--artsearch-report-font-display);
    font-size: 26px;
    line-height: 1;
    letter-spacing: -0.03em;
    font-weight: 600;
    color: var(--artsearch-report-text);
}

.artsearch-report-bullets {
    margin: 0;
    padding: 0;
    list-style: none;
}

.artsearch-report-bullets li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    color: #42516f;
}

.artsearch-report-bullets li::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(180deg, #7a5dff 0%, #2fb9f5 100%);
}

.artsearch-report-overview {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 14px;
}

.artsearch-report-first-screen {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 14px;
    align-items: start;
    margin-bottom: 14px;
}

.artsearch-report-first-screen__main {
    display: grid;
    gap: 12px;
}

.artsearch-report-overview__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.artsearch-report-chip {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: #f3f6fd;
    color: #3f5070;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.artsearch-report-chip--warning {
    background: #fff2d8;
    color: #9a5b00;
}

.artsearch-report-chip--success {
    background: #e9f8ee;
    color: #197243;
}

.artsearch-report-overview__content {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.75fr);
    gap: 14px;
}

.artsearch-report-overview__summary,
.artsearch-report-overview__cta {
    border: 1px solid #e3e9f5;
    border-radius: 24px;
    background: rgba(251, 252, 255, 0.92);
    padding: 18px;
    animation: artsearch-report-fade-up 500ms ease both;
}

.artsearch-report-overview__summary h3,
.artsearch-report-overview__cta h3,
.artsearch-report-panel--surface h3 {
    margin: 0 0 10px;
    font-family: var(--artsearch-report-font-display);
    font-size: clamp(20px, 2.05vw, 28px);
    line-height: 1.03;
    letter-spacing: -0.03em;
    font-weight: 600;
    color: var(--artsearch-report-text);
}

.artsearch-report-overview__eyebrow {
    display: inline-block;
    margin-bottom: 8px;
    color: #5f55e6;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.artsearch-report-overview__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.artsearch-report-jump-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.artsearch-report-jump-link {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid #dbe2f2;
    background: #fff;
    color: var(--artsearch-report-text);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.artsearch-report-jump-link:hover {
    transform: translateY(-1px);
    border-color: #cfd9ee;
    background: #f7faff;
    box-shadow: 0 12px 24px rgba(25, 44, 86, 0.08);
}

.artsearch-report-tag {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: #f3f6fd;
    color: #42516f;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.artsearch-report-tag--ready {
    background: #e9f8ee;
    color: #197243;
}

.artsearch-report-tag--partial {
    background: #eef3ff;
    color: #3454d1;
}

.artsearch-report-tag--upcoming {
    background: #fff7e9;
    color: #9a5b00;
}

.artsearch-status {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    background: #eef3ff;
    color: #3454d1;
}

.artsearch-status--completed,
.artsearch-status--minor {
    background: #e9f8ee;
    color: #197243;
}

.artsearch-status--major {
    background: #fff7e9;
    color: #9a5b00;
}

.artsearch-status--critical {
    background: #fff1f1;
    color: #ba3b3b;
}

.artsearch-report-score-grid--frontend {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 8px;
    margin: 0 0 14px;
}

.artsearch-report-score-card {
    border: 1px solid #dbe2f2;
    border-radius: 20px;
    padding: 12px 10px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    min-height: 92px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
    transition: transform 180ms ease, box-shadow 180ms ease;
    animation: artsearch-report-fade-up 540ms ease both;
}

.artsearch-report-score-card--good .artsearch-report-score-ring {
    --score-ring-accent: #2cbf80;
}

.artsearch-report-score-card--mid .artsearch-report-score-ring {
    --score-ring-accent: #4e8df5;
}

.artsearch-report-score-card--low .artsearch-report-score-ring {
    --score-ring-accent: #f39c3d;
}

.artsearch-report-score-ring {
    --score-progress: 0;
    --score-ring-accent: #4e8df5;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at center, #fff 58%, transparent 59%),
        conic-gradient(var(--score-ring-accent) calc(var(--score-progress) * 1%), rgba(219, 226, 242, 0.8) 0);
    box-shadow: inset 0 0 0 1px rgba(219, 226, 242, 0.7);
}

.artsearch-report-score-ring__value {
    font-size: 17px;
    font-weight: 800;
    color: var(--artsearch-report-text);
}

.artsearch-report-score-card:hover,
.artsearch-report-panel--surface:hover,
.artsearch-report-overview__summary:hover,
.artsearch-report-overview__cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(25, 44, 86, 0.09);
}

.artsearch-report-score-card__label {
    display: block;
    color: #6b7892;
    font-size: 10px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.artsearch-report-score-card__metric {
    display: flex;
    align-items: center;
    justify-content: center;
}

.artsearch-report-client-digest {
    display: grid;
    grid-template-columns: 0.8fr 1fr 1fr;
    gap: 12px;
    margin: 0 0 14px;
}

.artsearch-report-client-digest__card {
    border: 1px solid #e3e9f5;
    border-radius: 22px;
    padding: 16px;
    background: linear-gradient(180deg, #ffffff 0%, #fafcff 100%);
    animation: artsearch-report-fade-up 520ms ease both;
}

.artsearch-report-client-digest__card--score {
    background:
        radial-gradient(circle at top right, rgba(64, 192, 255, 0.1), transparent 38%),
        radial-gradient(circle at bottom left, rgba(108, 77, 246, 0.08), transparent 42%),
        linear-gradient(180deg, #ffffff 0%, #fafcff 100%);
}

.artsearch-report-client-digest__card h3 {
    margin: 0 0 10px;
    font-family: var(--artsearch-report-font-display);
    color: var(--artsearch-report-text);
    font-size: clamp(22px, 2.3vw, 31px);
    line-height: 1.02;
    letter-spacing: -0.03em;
    font-weight: 600;
}

.artsearch-report-client-digest__card p {
    margin: 0;
}

.artsearch-report-full__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.artsearch-report-shell-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.artsearch-report-panel--frontend {
    padding: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
}

.artsearch-report-panel--surface {
    padding: 18px;
    border: 1px solid #e3e9f5;
    border-radius: 24px;
    background: rgba(251, 252, 255, 0.92);
    animation: artsearch-report-fade-up 560ms ease both;
}

.artsearch-report-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}

.artsearch-report-section-head__count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    min-height: 34px;
    border-radius: 999px;
    background: #eef3ff;
    color: #3454d1;
    font-size: 13px;
    font-weight: 700;
}

.artsearch-report-section-head__eyebrow {
    display: inline-block;
    margin-bottom: 4px;
    color: #5f55e6;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.artsearch-report-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.artsearch-report-list li {
    padding: 12px 0;
    margin: 0;
    border-bottom: 1px solid #edf1f9;
}

.artsearch-report-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.artsearch-report-list__title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}

.artsearch-report-card-list,
.artsearch-report-capability-grid {
    display: grid;
    gap: 10px;
}

.artsearch-report-mini-card,
.artsearch-report-capability {
    border: 1px solid #e3e9f5;
    border-radius: 20px;
    background: linear-gradient(180deg, #ffffff 0%, #fafcff 100%);
    padding: 16px;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.artsearch-report-mini-card:hover,
.artsearch-report-capability:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(25, 44, 86, 0.08);
}

.artsearch-report-mini-card--empty {
    background: #fbfcff;
}

.artsearch-report-mini-card__top,
.artsearch-report-capability__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.artsearch-report-mini-card h4,
.artsearch-report-capability strong {
    margin: 0;
    font-family: var(--artsearch-report-font-display);
    font-size: 18px;
    line-height: 1.08;
    letter-spacing: -0.025em;
    font-weight: 600;
    color: var(--artsearch-report-text);
}

.artsearch-report-mini-card p,
.artsearch-report-capability p {
    margin: 0;
}

.artsearch-report-roadmap {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.artsearch-report-roadmap__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.artsearch-report-roadmap__list li {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
}

.artsearch-report-roadmap__step {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-grid;
    place-items: center;
    background: linear-gradient(180deg, #7a5dff 0%, #2fb9f5 100%);
    color: #fff;
    font-weight: 800;
}

.artsearch-report-roadmap__list strong {
    display: block;
    margin-bottom: 6px;
    color: var(--artsearch-report-text);
    font-family: var(--artsearch-report-font-display);
    font-weight: 600;
}

.artsearch-report-roadmap__list p {
    margin: 0;
}

.artsearch-report-roadmap__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 6px;
}

.artsearch-report-disclosure-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0 0 14px;
    scroll-margin-top: 110px;
}

.artsearch-report-disclosure-list__head {
    padding: 4px 6px 2px;
}

.artsearch-report-disclosure-list__head h3 {
    margin: 0 0 6px;
    color: var(--artsearch-report-text);
    font-family: var(--artsearch-report-font-display);
    font-size: clamp(22px, 1.9vw, 28px);
    line-height: 1.03;
    letter-spacing: -0.03em;
    font-weight: 600;
}

.artsearch-report-disclosure-list__head p {
    margin: 0;
    max-width: 780px;
}

.artsearch-report-disclosure {
    border: 1px solid #e3e9f5;
    border-radius: 24px;
    background: rgba(251, 252, 255, 0.92);
    overflow: hidden;
    animation: artsearch-report-fade-up 620ms ease both;
}

.artsearch-report-disclosure summary {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 18px;
    cursor: pointer;
}

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

.artsearch-report-disclosure__heading strong {
    display: block;
    color: var(--artsearch-report-text);
    font-family: var(--artsearch-report-font-display);
    font-size: 20px;
    line-height: 1.05;
    letter-spacing: -0.025em;
    font-weight: 600;
}

.artsearch-report-disclosure__meta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #5b6b88;
    font-size: 13px;
    font-weight: 700;
}

.artsearch-report-disclosure__meta::after {
    content: '+';
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-grid;
    place-items: center;
    background: #eef3ff;
    color: #3454d1;
    font-size: 18px;
    line-height: 1;
    transition: transform 180ms ease, background-color 180ms ease;
}

.artsearch-report-disclosure[open] .artsearch-report-disclosure__meta::after {
    content: '-';
    transform: rotate(180deg);
    background: #e6f2ff;
}

.artsearch-report-disclosure__body {
    padding: 0 18px 18px;
    border-top: 1px solid #edf1f9;
}

.artsearch-report-metric-list {
    display: grid;
    gap: 10px;
}

.artsearch-report-metric-row {
    border: 1px solid #e3e9f5;
    border-radius: 18px;
    padding: 14px 16px;
    background: linear-gradient(180deg, #ffffff 0%, #fafcff 100%);
}

.artsearch-report-metric-row__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.artsearch-report-metric-row__head strong {
    color: var(--artsearch-report-text);
    font-family: var(--artsearch-report-font-display);
    font-size: 16px;
    font-weight: 600;
}

.artsearch-report-metric-row__head span {
    color: var(--artsearch-report-text);
    font-size: 14px;
    font-weight: 700;
}

.artsearch-report-metric-bar {
    height: 10px;
    border-radius: 999px;
    background: #edf2fb;
    overflow: hidden;
}

.artsearch-report-metric-bar span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #6c4df6 0%, #29b7f4 100%);
    transition: width 420ms ease;
}

.artsearch-report-metric-row--good .artsearch-report-metric-bar span {
    background: linear-gradient(90deg, #22b573 0%, #5fd69f 100%);
}

.artsearch-report-metric-row--low .artsearch-report-metric-bar span {
    background: linear-gradient(90deg, #f39c3d 0%, #ffc168 100%);
}

.artsearch-report-metric-row p {
    margin: 10px 0 0;
}

.artsearch-report-subsection {
    margin-top: 14px;
}

.artsearch-report-subsection h4 {
    margin: 0 0 12px;
    color: var(--artsearch-report-text);
    font-family: var(--artsearch-report-font-display);
    font-size: 17px;
    line-height: 1.08;
    font-weight: 600;
}

.artsearch-report-detail-list {
    display: grid;
    gap: 10px;
}

.artsearch-report-detail-card {
    border: 1px solid #e3e9f5;
    border-radius: 20px;
    background: linear-gradient(180deg, #ffffff 0%, #fafcff 100%);
    padding: 16px;
}

.artsearch-report-detail-card__top {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}

.artsearch-report-detail-card h4 {
    margin: 0 0 8px;
    color: var(--artsearch-report-text);
    font-family: var(--artsearch-report-font-display);
    font-size: 18px;
    line-height: 1.08;
    letter-spacing: -0.02em;
    font-weight: 600;
}

.artsearch-report-detail-card p {
    margin: 0;
}

.artsearch-report-source-grid {
    display: grid;
    gap: 14px;
}

.artsearch-report-source-grid__facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.artsearch-report-source-grid__fact {
    border: 1px solid #e3e9f5;
    border-radius: 18px;
    padding: 14px 16px;
    background: linear-gradient(180deg, #ffffff 0%, #fafcff 100%);
}

.artsearch-report-source-grid__fact span {
    display: block;
    margin-bottom: 8px;
    color: #6b7892;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.artsearch-report-source-grid__fact strong {
    display: block;
    color: var(--artsearch-report-text);
    font-family: var(--artsearch-report-font-display);
    font-size: 16px;
    line-height: 1.4;
    word-break: break-word;
    font-weight: 600;
}

.artsearch-report-subdisclosure {
    border: 1px solid #e3e9f5;
    border-radius: 18px;
    background: #fbfcff;
    overflow: hidden;
}

.artsearch-report-subdisclosure summary {
    list-style: none;
    cursor: pointer;
    padding: 14px 16px;
    color: var(--artsearch-report-text);
    font-family: var(--artsearch-report-font-display);
    font-weight: 700;
}

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

.artsearch-report-subdisclosure__body {
    padding: 0 16px 16px;
    border-top: 1px solid #edf1f9;
}

.artsearch-report-subdisclosure pre {
    margin: 14px 0 0;
    padding: 16px;
    border-radius: 16px;
    background: #10192d;
    color: #dfe8ff;
    font-size: 12px;
    line-height: 1.55;
    overflow: auto;
    white-space: pre-wrap;
    word-break: break-word;
}

@keyframes artsearch-report-fade-up {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1180px) {
  .artsearch-report-full__hero,
  .artsearch-report-first-screen,
  .artsearch-report-overview__content {
      grid-template-columns: 1fr;
  }

  .artsearch-report-client-digest,
  .artsearch-report-score-grid--frontend {
      grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .artsearch-report-full__hero-scope-grid {
      grid-template-columns: 1fr;
  }

  .artsearch-report-full__hero-scope-card--overview {
      grid-column: auto;
  }

}

@media (max-width: 900px) {
    .artsearch-report-client-digest,
    .artsearch-report-full__grid,
    .artsearch-report-shell-grid,
    .artsearch-report-score-grid--frontend {
        grid-template-columns: 1fr 1fr;
    }

  .artsearch-report-full__hero-scope-metrics {
      grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
    .artsearch-report-widget,
    .artsearch-report-full {
        padding: 18px;
        border-radius: 22px;
    }

    .artsearch-report-public-form__row {
        grid-template-columns: 1fr;
    }

    .artsearch-report-overview__actions,
    .artsearch-report-list__title {
        flex-direction: column;
        align-items: flex-start;
    }

    .artsearch-report-jump-links {
        flex-direction: column;
    }

    .artsearch-report-jump-link {
        width: 100%;
        justify-content: center;
    }

    .artsearch-report-client-digest,
    .artsearch-report-score-grid--frontend,
    .artsearch-report-full__grid,
    .artsearch-report-shell-grid {
        grid-template-columns: 1fr;
    }

    .artsearch-report-roadmap__list li,
    .artsearch-report-source-grid__facts {
        grid-template-columns: 1fr;
    }

    .artsearch-report-disclosure summary,
    .artsearch-report-metric-row__head {
        flex-direction: column;
        align-items: flex-start;
    }
}
