/* Comparison guides extend the original Landscape design. */
.ata-guide .ata-hero { grid-template-columns: 1.65fr 1fr; gap: 55px; }
.ata-guide h1 { font-size: clamp(38px, 4.25vw, 60px); }
.ata-guide-art { width: 100%; max-width: 380px; margin-left: auto; padding: 26px 22px 10px; background: radial-gradient(circle at 1px 1px, #ded5e6 1px, transparent 0) 0 0 / 14px 14px; }
.ata-art-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.ata-art-grid > div { display: flex; position: relative; min-height: 107px; padding: 23px 16px 16px; flex-direction: column; align-items: flex-start; justify-content: flex-end; background: #f4eef8; border: 1px solid #d8c9e2; border-radius: 6px; box-shadow: 3px 3px 0 #e7ddeb; }
.ata-art-grid > div:nth-child(2), .ata-art-grid > div:nth-child(3) { background: #ede3f3; }
.ata-art-grid svg { color: #8e629e; width: 24px; height: 24px; margin-bottom: 10px; }
.ata-art-grid strong { color: #644177; font-size: 10px; font-weight: 600; }
.ata-art-index { position: absolute; top: 10px; right: 13px; color: #a18bb0; font: 9px monospace; }
.ata-art-connector { position: absolute; bottom: 14px; right: 12px; color: #a18bb0; font-size: 10px; }
.ata-art-ai-chips .ata-art-grid > div { border: 2px dashed #c4b2d1; border-radius: 0; }
.ata-art-ai-partnerships .ata-art-grid { gap: 20px; }
.ata-art-ai-partnerships .ata-art-grid > div { border-radius: 22px; }
.ata-art-ai-agents .ata-art-grid > div { border-radius: 6px 20px 6px 6px; }
.ata-guide .ata-search input { width: 217px; }
.ai-landscape .ata-comparison-table { width: 100%; min-width: 1000px; table-layout: fixed; border-collapse: separate; border-spacing: 0 7px; border: 0; margin: 0; background: transparent; }
.ai-landscape .ata-comparison-table th, .ai-landscape .ata-comparison-table td { border: 0; padding: 0 4px; background: transparent; vertical-align: middle; text-transform: none; }
.ai-landscape .ata-comparison-table thead th { text-align: left; height: 41px; padding: 0 14px 10px; border-bottom: 1px solid var(--ata-line); color: #75647f; font-size: 10px; font-weight: 600; }
.ai-landscape .ata-comparison-table thead th:first-child { width: 22%; padding-left: 0; }
.ai-landscape .ata-comparison-table tbody th { position: sticky; left: 0; z-index: 1; text-align: left; background: #fcfbfd; padding-left: 0; padding-right: 14px; }
.ata-entry-name { display: grid; grid-template-columns: 29px 1fr; column-gap: 10px; align-items: center; padding: 12px 0; min-height: 96px; }
.ata-entry-mark { grid-row: 1 / 4; display: grid; place-items: center; width: 27px; height: 32px; border: 1px solid #e1d7e7; border-radius: 5px; color: #9b71ab; background: #f4eef8; font: 9px monospace; }
.ata-entry-name strong { font-size: 12px; color: #39303f; line-height: 1.55; font-weight: 700; }
.ata-entry-name small { font-size: 9px; line-height: 1.5; color: #80718a; font-weight: 400; margin-top: 2px; }
.ata-entry-name .ata-entry-source { font-size: 8px; color: var(--ata-brand); font-weight: 400; margin-top: 7px; }
.ata-data-cell { min-height: 96px; height: 100%; padding: 20px 13px; display: flex; flex-direction: column; justify-content: center; gap: 7px; border: 1px solid #e7e2eb; background: #f7f5f9; border-radius: 5px; }
.ata-data-cell strong { color: #49404f; font-size: 11px; font-weight: 600; line-height: 1.55; }
.ata-data-cell small { font-size: 9px; font-weight: 400; line-height: 1.5; color: #807489; }
.ata-data-cell:hover { border-color: #b39bbc; }
.ata-data-cell.ata-tone-green { background: #edf5ef; border-color: #dceadf; }
.ata-tone-green strong { color: #35614b; }
.ata-data-cell.ata-tone-amber { background: #fcf2e3; border-color: #f1e2c9; }
.ata-tone-amber strong { color: #825c23; }
.ata-data-cell.ata-tone-purple { background: #f1ebf7; border-color: #e3d8ed; }
.ata-tone-purple strong { color: #715088; }
.ata-guide-key { display: flex; flex-wrap: wrap; gap: 13px 23px; align-items: center; font-size: 9px; color: #786b82; padding: 20px 0 14px; }
.ata-guide-key > span { display: inline-flex; align-items: center; gap: 8px; }
.ata-guide-key i { width: 12px; height: 12px; border-radius: 3px; border: 1px solid #dceadf; background: #edf5ef; }
.ata-guide-key .ata-key-amber { border-color: #f1e2c9; background: #fcf2e3; }
.ata-guide-key .ata-key-purple { border-color: #e3d8ed; background: #f1ebf7; }
.ata-guide-key a { margin-left: auto; text-decoration: underline; text-underline-offset: 3px; }
.ata-source-count { display: flex; align-items: center; gap: 15px; padding-top: 23px; color: #8e639e; }
.ata-source-count strong { font-size: 42px; line-height: 1; font-weight: 300; letter-spacing: -2px; }
.ata-source-count span { font-size: 10px; line-height: 1.7; color: #96869f; }
.ata-citation small { display: block; margin-top: 3px; font-size: 9px; line-height: 1.7; color: #84748d; }
.ata-citation + .ata-citation { margin-top: 6px; }
.ata-guide .ata-source-links { gap: 10px; }
.ata-guide #guide-dialog-body { color: #75677f; font-size: 13px; line-height: 1.9; }
.ata-guide .ata-source-content > [data-note-body] { margin-top: 8px; }
.ata-guide .ata-feedback input { width: 100%; max-width: 660px; padding: 8px; color: #48344c; background: #fff; border: 1px solid #ded3e5; font-size: 11px; }
.ata-guide .ata-actions button:disabled { opacity: .5; cursor: default; }
@media (max-width: 1100px) { .ata-guide .ata-hero { gap: 25px; }.ata-guide .ata-search { margin-left: auto; } }
@media (max-width: 760px) {
 .ata-guide .ata-hero { grid-template-columns: 1fr; }.ata-guide-art { display: none; }.ata-guide h1 { font-size: 39px; line-height: 1.15; }.ata-guide .ata-edition { display: block; border: 0; padding: 0; margin: 7px 0 0; }.ata-guide .ata-search { width: 100%; margin: 0; }.ata-guide .ata-search input { width: 100%; min-height: 40px; }.ata-guide .ata-segmented { flex-wrap: wrap; }.ata-guide .ata-segmented button { flex: 1 1 auto; min-height: 40px; }.ata-guide .ata-page-nav { gap: 17px; }.ai-landscape .ata-comparison-table { min-width: 990px; }.ai-landscape .ata-comparison-table thead th:first-child { width: 178px; }.ata-entry-name { grid-template-columns: 1fr; padding-right: 8px; }.ata-entry-mark { display: none; }.ata-entry-name strong { font-size: 11px; }.ata-guide-key a { margin-left: 0; }.ata-guide .ata-source-list summary > span { float: none; display: block; padding-top: 4px; }.ata-guide .ata-dialog { padding: 32px 24px; }
}
@media print { .ata-guide-art, .ata-guide-key, .ata-entry-source { display: none; }.ai-landscape .ata-comparison-table { min-width: 0; table-layout: auto; }.ai-landscape .ata-comparison-table tbody th { position: static; }.ata-data-cell { padding: 8px; min-height: 75px; print-color-adjust: exact; }.ata-entry-mark { display: none; }.ata-entry-name { display: block; }.ata-entry-name small { display: block; }.ata-data-cell strong { font-size: 9px; }.ata-data-cell small { font-size: 8px; } }
