:root{--accent:#ae287b;--accent-hover:#902066;--soft:#fbf0f6;--line:#e2e5e8;--text:#252b34;--muted:#626c78;--subtle:#85909b;--canvas:#f6f7f9;--positive:#28705a;--danger:#b34135;--serif:"Avenir Next","PingFang SC","Microsoft YaHei",sans-serif;--body:"Avenir Next","PingFang SC","Microsoft YaHei",sans-serif}
*{box-sizing:border-box}body{margin:0;background:var(--canvas);color:var(--text);font:15px/1.65 var(--body);-webkit-font-smoothing:antialiased}body[data-species=dog]{--accent:#286aaf;--accent-hover:#1d5087;--soft:#edf4fc}button,input,textarea,select{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}button{border:0;background:none;color:inherit}a{color:var(--accent)}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid var(--accent);outline-offset:4px}h1,h2,h3,p{margin:0}h1{font-size:30px;line-height:1.35;letter-spacing:-.025em;font-weight:650}h2{font-size:19px;line-height:1.5;font-weight:650}h3{font-size:15px;line-height:1.5;font-weight:650}strong{font-weight:650}.muted{color:var(--muted)}.small{font-size:13px}.sr-only,.skip-link:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link:focus{display:block;background:white;padding:12px}.icon{display:inline-block;width:20px;height:20px;flex:none;background:currentColor;mask-size:contain;mask-position:center;mask-repeat:no-repeat;vertical-align:middle}.icon-camera{mask-image:url(assets/icons/camera.svg)}.icon-photo{mask-image:url(assets/icons/photo.svg)}.icon-arrow-right{mask-image:url(assets/icons/arrow-right.svg)}.icon-arrow-left{mask-image:url(assets/icons/arrow-left.svg)}.icon-check{mask-image:url(assets/icons/check.svg)}.icon-info-circle{mask-image:url(assets/icons/info-circle.svg)}.icon-shield-check{mask-image:url(assets/icons/shield-check.svg)}.icon-file-description{mask-image:url(assets/icons/file-description.svg)}.icon-download{mask-image:url(assets/icons/download.svg)}.icon-edit{mask-image:url(assets/icons/edit.svg)}.icon-refresh{mask-image:url(assets/icons/refresh.svg)}.icon-clock{mask-image:url(assets/icons/clock.svg)}.icon-x{mask-image:url(assets/icons/x.svg)}.icon-search{mask-image:url(assets/icons/search.svg)}.icon-cat{mask-image:url(assets/icons/cat.svg)}.icon-dog{mask-image:url(assets/icons/dog.svg)}.icon-circle-check{mask-image:url(assets/icons/circle-check.svg)}.icon-chevron-right{mask-image:url(assets/icons/chevron-right.svg)}.icon-plus{mask-image:url(assets/icons/plus.svg)}
.topbar{background:#fff;border-bottom:1px solid var(--line)}.topbar-inner{max-width:1128px;margin:auto;min-height:80px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand,.header-actions{display:flex;align-items:center;gap:18px}.brand img{width:112px;height:auto;object-fit:contain}.brand-divider{height:22px;width:1px;background:var(--line)}.brand-title{font-size:14px;letter-spacing:.02em;color:var(--muted)}.header-actions{gap:16px}.preview-badge{font-size:11px;letter-spacing:.06em;padding:3px 8px;border:1px solid var(--line);border-radius:4px;color:var(--muted)}.species-select select{font-size:13px;border:0;background:#fff;padding:6px 26px 6px 6px;color:var(--text)}.demo-strip{min-height:35px;display:flex;align-items:center;justify-content:center;gap:7px;font-size:11px;color:#6d727c;background:#f0f2f5}.demo-strip .icon{width:14px;height:14px}.progress{max-width:1128px;margin:0 auto;padding:27px 24px 24px}.progress ol{list-style:none;display:flex;align-items:center;padding:0;margin:0;gap:0}.progress li{flex:1;display:flex;align-items:center;gap:12px}.progress li:not(:last-child):after{content:"";height:1px;background:#dbe0e5;flex:1;margin:0 20px}.step-button{display:flex;align-items:center;gap:9px;padding:0;font-size:13px;color:var(--muted);white-space:nowrap}.step-number{width:27px;height:27px;display:grid;place-items:center;border:1px solid #d7dde3;border-radius:50%;background:white;font-size:12px}.step-button[aria-current=step]{color:var(--accent);font-weight:650}.step-button[aria-current=step] .step-number{background:var(--accent);border-color:var(--accent);color:#fff}.step-button.complete .step-number{border-color:var(--accent);color:var(--accent);background:var(--soft)}.step-number .icon{width:16px;height:16px}.step-button:disabled{opacity:.6}
main{max-width:1128px;margin:0 auto;padding:0 24px 44px;outline:none}.page-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin:8px 0 25px}.page-heading p{color:var(--muted);margin-top:8px;font-size:14px}.step-label{font-size:11px;letter-spacing:.12em;color:var(--accent);font-weight:700;margin-bottom:8px}.workspace{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:28px;align-items:start}.primary-surface{background:white;border:1px solid var(--line);border-radius:12px;overflow:hidden}.surface-section{padding:28px 30px}.surface-section+.surface-section{border-top:1px solid var(--line)}.section-heading{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:21px}.section-heading .muted{font-size:12px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px 20px}.field{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:550}.field.full{grid-column:1/-1}.field input,.field select,.field textarea,.search-input{width:100%;border:1px solid #d7dde3;border-radius:6px;background:#fff;color:var(--text);padding:10px 12px;min-height:44px;font-size:15px;font-weight:400}.field input::placeholder,.field textarea::placeholder{color:#949da7;font-size:13px}.field textarea{resize:vertical}.field .hint{font-size:12px;font-weight:400;color:var(--muted)}.field-label{display:flex;gap:8px;align-items:center}.optional{font-size:11px;font-weight:400;color:var(--subtle)}.lang-field{max-width:330px}.section-intro{margin-bottom:22px;color:var(--muted);font-size:13px}.inline-info{display:flex;align-items:flex-start;gap:9px;color:var(--muted);font-size:12px;margin-top:19px}.inline-info .icon{width:16px;height:16px;margin-top:2px}.action-row{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:20px 30px;border-top:1px solid var(--line);background:#fdfdfe}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:6px;padding:11px 17px;min-height:44px;line-height:1.5;font-size:13px;font-weight:600;transition:background .15s,color .15s}.button.primary{background:var(--accent);color:white}.button.primary:hover{background:var(--accent-hover)}.button.secondary{background:white;border:1px solid #d6dce2}.button.secondary:hover{background:#f5f7f9}.button.quiet{color:var(--muted);padding-left:0;padding-right:0}.button.quiet:hover{color:var(--accent)}.button .icon{width:18px;height:18px}.button.full{width:100%}.text-button{display:inline-flex;align-items:center;gap:6px;color:var(--accent);font-size:12px;padding:4px 0;font-weight:550}.text-button .icon{width:16px;height:16px}.sidebar{padding:2px 0}.sidebar-block{padding:0 0 24px;margin-bottom:23px;border-bottom:1px solid var(--line)}.sidebar-block:last-child{border-bottom:0}.sidebar-eyebrow{font-size:11px;letter-spacing:.06em;color:var(--muted);margin-bottom:14px}.product-summary{display:flex;align-items:center;gap:13px}.species-emblem{color:var(--accent);background:var(--soft);padding:13px;display:grid;place-items:center;border-radius:10px}.species-emblem .icon{width:28px;height:28px}.product-summary p{font-size:12px;color:var(--muted);margin-top:3px}.meta-list{margin:19px 0 0;padding:0;font-size:12px}.meta-list div{display:flex;justify-content:space-between;padding:6px 0;gap:10px}.meta-list dt{color:var(--muted)}.meta-list dd{margin:0;text-align:right}.note-list{list-style:none;margin:13px 0 0;padding:0;display:grid;gap:11px;font-size:12px;color:var(--muted)}.note-list li{display:flex;align-items:flex-start;gap:8px}.note-list .icon{width:15px;height:15px;color:var(--positive);margin-top:3px}.sidebar-footnote{font-size:11px;color:var(--subtle)}.aside-link{margin-top:15px;display:inline-flex}
.photo-top{display:flex;align-items:center;gap:7px;color:var(--accent);font-size:12px;font-weight:550;margin-bottom:15px}.photo-top .icon{width:16px;height:16px}.upload-area{border:1px dashed #d2b5c8;border-radius:8px;text-align:center;padding:31px 22px 25px;background:var(--soft)}body[data-species=dog] .upload-area{border-color:#aac1da}.upload-icon{display:inline-flex;color:var(--accent);margin-bottom:11px}.upload-icon .icon{width:33px;height:33px}.upload-area h2{font-size:17px}.upload-area p{font-size:12px;color:var(--muted);margin-top:6px}.photo-buttons{display:flex;justify-content:center;gap:12px;margin:21px 0 12px}.photo-buttons .button{min-width:172px}.upload-quiet-note{font-size:11px;color:var(--muted)}.demo-choice{display:flex;align-items:center;justify-content:center;gap:7px;margin:20px 0 0;font-size:12px;color:var(--muted)}.demo-choice button{font-size:12px;color:var(--accent);font-weight:600;padding:2px}.photo-requirements{display:flex;gap:8px;margin-top:19px;font-size:12px;line-height:1.65;color:var(--muted)}.photo-requirements .icon{color:var(--accent);width:16px;height:16px;margin-top:2px}.photo-selected{display:grid;grid-template-columns:130px minmax(0,1fr);gap:20px;align-items:center;min-height:205px}.photo-selected img{width:130px;height:180px;object-fit:contain;background:#f1f2f4;border-radius:6px}.photo-selected h3{word-break:break-word}.photo-selected .small{margin:8px 0 13px}.photo-selected .file-placeholder{width:130px;height:170px;display:grid;place-items:center;background:#f5f6f8;border-radius:6px}.file-placeholder .icon{width:40px;height:40px;color:var(--muted)}.tiny-tag{display:inline-flex;border-radius:3px;color:var(--accent);background:var(--soft);font-size:10px;padding:2px 6px;margin-bottom:7px}.guide-figure{margin:15px 0;background:#eeefef;border-radius:8px;padding:12px;display:flex;align-items:center;justify-content:center;height:246px;overflow:hidden}.guide-figure img{height:100%;width:100%;object-fit:contain}.guide-caption{font-size:11px;line-height:1.6;color:var(--muted);margin-top:8px}.guide-list{margin:17px 0 0;padding:0;list-style:none;display:grid;gap:13px}.guide-list li{display:grid;grid-template-columns:23px 1fr;gap:7px;font-size:12px}.guide-list b{font-size:11px;color:var(--accent);padding-top:1px}.guide-list p{color:var(--muted);font-size:11px;margin-top:2px}.error-box{background:#fff2ef;border:1px solid #edc5bd;color:#913b2c;border-radius:6px;padding:12px 14px;font-size:13px;margin:14px 0;outline:none}.notice{background:#f3f7f5;border-left:3px solid #9cc2b3;padding:12px 15px;font-size:12px;color:#456458;display:flex;align-items:flex-start;gap:9px}.notice.neutral{background:#f4f5f7;border-color:#c3cbd4;color:var(--muted)}.notice.warn{background:#fff8e9;border-color:#d9b86c;color:#805e2e}.notice .icon{width:17px;height:17px;margin-top:1px}.ready-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px}.ready-label{color:var(--positive);font-size:12px;display:flex;align-items:center;gap:7px}.ready-label .icon{width:18px;height:18px}.timer{font-size:12px;color:var(--muted);display:flex;align-items:center;gap:5px;font-variant-numeric:tabular-nums}.timer .icon{width:15px;height:15px}.report-summary{display:flex;gap:36px;margin:22px 0 0}.report-summary strong{font-size:26px;line-height:1.2;display:block;font-weight:600}.report-summary span{display:block;font-size:11px;color:var(--muted);margin-top:5px}.result-head{display:grid;grid-template-columns:minmax(0,1fr) 115px 100px 56px;gap:8px;font-size:11px;color:var(--muted);padding:0 0 10px;border-bottom:1px solid var(--line)}.result-row{display:grid;grid-template-columns:minmax(0,1fr) 115px 100px 56px;gap:8px;align-items:center;min-height:64px;border-bottom:1px solid #edf0f3}.result-name{font-size:13px;font-weight:550}.result-name small{color:var(--subtle);font-size:10px;font-weight:400;margin-right:7px}.grade{display:inline-flex;align-items:center;gap:5px;white-space:nowrap;font-size:11px;padding:3px 7px;border-radius:4px;width:max-content;color:#55616e;background:#f0f2f4}.grade.g1{color:#56733f;background:#eef5e8}.grade.g2{color:#8b6c24;background:#faf3df}.grade.g3{color:#9b552b;background:#fbebdf}.grade.g4{color:#a53f4d;background:#fbe8ed}.machine-grade{font-size:11px;color:var(--muted)}.edited-marker{font-size:10px;color:var(--accent);margin-top:3px}.table-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:17px}.revision-count{font-size:11px;color:var(--muted)}.advice-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.required-label{font-size:11px;color:var(--accent)}.advice-meta{display:flex;justify-content:space-between;gap:16px;margin-top:9px;font-size:11px;color:var(--muted)}.profile-mini{display:flex;justify-content:space-between;font-size:12px;color:var(--muted);padding-bottom:15px;gap:10px}.final-strip{display:flex;gap:8px;align-items:center;color:var(--muted);font-size:12px}.final-strip .icon{width:16px;height:16px;color:var(--positive)}.success-panel{padding:38px 32px}.success-sign{width:54px;height:54px;background:#edf6f1;border-radius:50%;color:var(--positive);display:grid;place-items:center;margin-bottom:22px}.success-sign .icon{width:30px;height:30px}.success-panel h2{font-size:25px;margin-bottom:10px}.success-panel p{color:var(--muted);font-size:13px}.document-tile{display:flex;gap:15px;align-items:center;background:#f8f9fb;padding:19px;border-radius:8px;margin:27px 0 20px}.document-tile>.icon{width:33px;height:33px;color:var(--accent)}.document-tile h3{font-size:13px}.document-tile p{font-size:11px}.success-actions{display:flex;gap:10px;flex-wrap:wrap}.next-actions{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-top:25px}.next-action{border:1px solid var(--line);border-radius:8px;padding:19px;text-align:left;background:white}.next-action:hover{border-color:var(--accent)}.next-action strong{display:block;font-size:13px}.next-action p{font-size:11px;color:var(--muted);margin-top:6px}.loading-surface{padding:58px 30px;text-align:center}.spinner{width:30px;height:30px;border:2px solid #e4e7eb;border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite;display:inline-block;margin-bottom:17px}@keyframes spin{to{transform:rotate(360deg)}}.loading-surface h2{margin-bottom:8px}.loading-surface p{font-size:13px;color:var(--muted)}
.footer{max-width:1080px;margin:0 auto;padding:22px 0 28px;border-top:1px solid var(--line);display:flex;justify-content:space-between;font-size:10px;color:var(--subtle)}dialog{border:1px solid var(--line);border-radius:12px;padding:0;color:var(--text);max-width:650px;width:calc(100% - 32px);max-height:calc(100dvh - 40px);box-shadow:0 18px 70px #16213724;overflow:auto}dialog::backdrop{background:#18223166;backdrop-filter:blur(2px)}.modal-header{padding:22px 26px 17px;display:flex;align-items:flex-start;justify-content:space-between;gap:15px;border-bottom:1px solid var(--line)}.modal-header h2{font-size:20px}.modal-header p{font-size:12px;color:var(--muted);margin-top:5px}.icon-button{width:34px;height:34px;display:grid;place-items:center;border-radius:5px;color:var(--muted)}.icon-button:hover{background:#f1f3f5}.modal-body{padding:23px 26px}.modal-actions{padding:16px 26px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:10px;background:#fafbfc}.modal-actions .right{display:flex;gap:10px}.search-wrap{position:relative;margin-bottom:13px}.search-wrap .icon{position:absolute;top:13px;left:12px;width:18px;color:var(--subtle)}.search-input{padding-left:39px}.filter-row{display:flex;gap:7px;margin-bottom:8px}.filter-button{font-size:12px;border:1px solid var(--line);border-radius:5px;padding:5px 10px}.filter-button[aria-pressed=true]{border-color:var(--accent);color:var(--accent);background:var(--soft)}.catalog-list{max-height:360px;overflow:auto;margin-top:10px}.catalog-item{display:flex;justify-content:space-between;align-items:center;gap:10px;min-height:54px;width:100%;text-align:left;border-bottom:1px solid #edf0f3;padding:8px 2px;font-size:13px}.catalog-item:hover{background:var(--soft)}.catalog-item small{color:var(--subtle);font-size:10px;margin-right:8px}.catalog-item .right{display:flex;gap:12px;align-items:center}.catalog-item .icon{width:16px;color:var(--subtle)}.empty-message{padding:28px;text-align:center;color:var(--muted);font-size:13px}.editor-context{display:flex;justify-content:space-between;gap:10px;margin-bottom:24px;font-size:13px;color:var(--muted)}.grade-options{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;border:0;padding:0;margin:0}.grade-choice{position:relative}.grade-choice input{position:absolute;opacity:0;width:1px;height:1px}.grade-choice span{display:flex;align-items:center;flex-direction:column;border:1px solid var(--line);border-radius:7px;cursor:pointer;padding:14px 3px;font-size:12px;color:var(--muted)}.grade-choice b{font-size:21px;line-height:1.4;font-weight:600;margin-bottom:4px;color:var(--text)}.grade-choice input:checked+span{border-color:var(--accent);background:var(--soft);color:var(--accent)}.grade-choice input:checked+span b{color:var(--accent)}.grade-choice input:focus-visible+span{outline:3px solid var(--accent);outline-offset:3px}.editor-hint{margin:16px 0 0;font-size:12px;color:var(--muted)}.toast{position:fixed;bottom:28px;left:50%;transform:translateX(-50%);padding:11px 18px;border-radius:7px;background:#28313b;color:#fff;font-size:12px;box-shadow:0 8px 30px #0002;z-index:20;width:max-content;max-width:calc(100% - 30px);text-align:center}.read-only-preview{max-width:780px;margin:auto;background:white;padding:40px;border:1px solid var(--line)}.read-only-preview h2{margin:25px 0 15px}.read-only-preview .meta-list{max-width:480px}.advice-copy{white-space:pre-wrap;overflow-wrap:anywhere;background:#f7f8fa;border-radius:5px;padding:16px;font-size:13px}.noscript{margin:30px;text-align:center}[hidden]{display:none!important}
@media(min-width:900px){.sidebar.sticky{position:sticky;top:22px}.review-workspace .action-row{position:sticky;bottom:0;z-index:2}.side-counts{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:20px}}
@media(max-width:850px){.workspace{grid-template-columns:minmax(0,1fr) 250px;gap:20px}.surface-section{padding:23px}.action-row{padding:18px 23px}.photo-buttons .button{min-width:140px}.report-summary{gap:25px}.result-head,.result-row{grid-template-columns:minmax(0,1fr) 90px 88px 44px}.result-name small{display:block}.footer{margin:0 24px}}
@media(max-width:700px){body{font-size:14px}.topbar-inner{padding:0 18px;min-height:64px}.brand{gap:10px}.brand img{width:91px}.brand-divider,.brand-title{display:none}.header-actions{gap:8px}.preview-badge{font-size:10px}.species-select select{font-size:12px;padding-right:18px}.demo-strip{min-height:30px;font-size:10px}.demo-strip .icon{width:12px;height:12px}.progress{padding:20px 18px}.progress li{gap:0}.progress li:not(:last-child):after{margin:0 8px}.step-button{gap:5px;font-size:10px}.step-number{width:22px;height:22px;font-size:10px}.step-number .icon{width:13px;height:13px}main{padding:0 16px 28px}.page-heading{margin:4px 2px 20px;gap:10px}.page-heading h1{font-size:25px}.page-heading p{font-size:12px;margin-top:7px}.step-label{font-size:10px;margin-bottom:6px}.workspace{grid-template-columns:1fr;gap:25px}.primary-surface{border-radius:10px}.surface-section{padding:22px 19px}.section-heading{margin-bottom:18px}h2{font-size:17px}.form-grid{gap:18px;grid-template-columns:1fr}.field.full{grid-column:auto}.field{font-size:13px}.field input,.field textarea,.field select,.search-input{font-size:16px}.lang-field{max-width:none}.action-row{padding:16px 19px;gap:12px}.action-row .button{font-size:12px}.action-row .small{font-size:11px}.sidebar{padding:0 7px}.sidebar-block{margin-bottom:18px;padding-bottom:18px}.upload-area{padding:22px 13px 19px}.upload-icon{margin-bottom:7px}.upload-icon .icon{width:28px;height:28px}.upload-area h2{font-size:16px}.upload-area p{font-size:11px}.photo-buttons{gap:9px;margin:17px 0 10px}.photo-buttons .button{min-width:0;flex:1;padding:11px 8px;font-size:12px}.photo-buttons .icon{width:17px}.photo-top{margin-bottom:13px;font-size:11px}.photo-requirements{font-size:11px;margin-top:15px}.demo-choice{margin-top:17px;font-size:11px}.demo-choice button{font-size:11px}.guide-figure{height:235px;margin-bottom:8px}.guide-list{grid-template-columns:1fr;gap:12px}.guide-sidebar{padding:0 7px}.guide-sidebar .sidebar-eyebrow{font-size:13px;font-weight:600;color:var(--text)}.guide-content{display:grid;grid-template-columns:110px 1fr;gap:16px;align-items:start}.guide-figure{height:195px;margin-top:6px}.guide-caption{font-size:10px}.guide-list{margin-top:4px}.guide-list li{grid-template-columns:16px 1fr;gap:6px}.guide-list h3{font-size:12px}.guide-list p{font-size:11px}.guide-privacy{display:none}.photo-selected{grid-template-columns:93px minmax(0,1fr);gap:16px;min-height:180px}.photo-selected img{width:93px;height:160px}.photo-selected .file-placeholder{width:93px;height:140px}.photo-selected h3{font-size:13px}.photo-selected .small{font-size:11px}.page-heading .text-button{white-space:nowrap;font-size:11px;margin-top:25px}.ready-row{flex-wrap:wrap;gap:8px}.report-summary{gap:28px;margin-top:20px}.report-summary strong{font-size:24px}.result-head,.result-row{grid-template-columns:minmax(0,1fr) 58px 77px 35px;gap:5px}.result-head{font-size:10px}.result-name{font-size:12px}.result-name small{display:block;font-size:9px}.machine-grade{font-size:10px}.grade{padding:3px 5px;font-size:10px;gap:3px}.result-row>.text-button{font-size:11px}.result-row{min-height:63px}.revision-count{font-size:10px}.table-footer>.text-button{font-size:11px}.advice-meta{font-size:10px;gap:10px}.review-workspace .action-row{position:sticky;bottom:0;background:#fff;box-shadow:0 -6px 20px #25344808}.final-strip{font-size:10px;max-width:125px}.final-strip .icon{display:none}.review-workspace .sidebar{order:-1;display:none}.success-panel{padding:29px 23px}.success-panel h2{font-size:22px}.next-actions{gap:10px}.next-action{padding:16px}.next-action strong{font-size:12px}.next-action p{font-size:10px}.document-tile{padding:15px;gap:12px}.document-tile h3{overflow-wrap:anywhere}.success-actions .button{flex:1;padding:11px 8px;font-size:12px}.footer{margin:0 18px;padding:19px 0 23px;font-size:9px;gap:14px}.modal-header{padding:20px}.modal-header h2{font-size:18px}.modal-body{padding:20px}.modal-actions{padding:15px 20px}.modal-actions .button{font-size:12px;padding:10px 12px}.grade-options{gap:6px}.grade-choice span{padding:12px 2px;font-size:11px}.grade-choice b{font-size:18px}.catalog-list{max-height:45dvh}.toast{bottom:18px}.read-only-preview{padding:23px}.read-only-preview h1{font-size:23px}.profile-mini{font-size:11px}.advice-heading{gap:10px}.advice-heading h2{font-size:16px}}
@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
@media print{.topbar,.demo-strip,.progress,.footer,.action-row,.next-actions,.success-actions,.no-print{display:none!important}main{max-width:none;padding:0}.read-only-preview{border:0;padding:0}.primary-surface{border:0}.workspace{display:block}.sidebar{display:none}body{background:white}.grade{border:1px solid #aaa}.result-row{break-inside:avoid}}

.revision-limit-note{margin-top:16px}

/* V2: bring the original six-by-six assay motif back into a warmer pet-care identity. */
:root{--canvas:#faf7f4;--line:#e9e1e1;--soft:#fbf0f3;--signal:#d99b44;--brand-dot:#ddc6d2;--hero:#f6e9ee;--hero-quiet:#eee0e7}
body[data-species=dog]{--canvas:#f5f8f8;--line:#dce5e9;--soft:#edf5f8;--hero:#e7f0f4;--hero-quiet:#d7e7ed;--brand-dot:#bcd3df}
.topbar{border-bottom-color:transparent;background:#fffdfb}.species-select select{background:transparent}.preview-badge{border-radius:5px;background:#fff9;color:#79707a}
.demo-strip{background:#f0edeb;color:#736c73}body[data-species=dog] .demo-strip{background:#eaf0f2;color:#62727c}
.progress li:not(:last-child):after{background:var(--line)}.step-number{border-color:var(--line)}.step-button[aria-current=step] .step-number{box-shadow:0 0 0 5px var(--soft)}
.emotion-heading{position:relative;isolation:isolate;overflow:hidden;min-height:182px;margin:0 0 26px;padding:27px 31px;border:1px solid color-mix(in srgb,var(--accent) 10%,white);border-radius:20px;background:var(--hero);align-items:center}
.emotion-heading:before{content:"";position:absolute;right:55px;top:-90px;width:330px;height:330px;border:1px solid color-mix(in srgb,var(--accent) 9%,transparent);border-radius:50%;z-index:-1;pointer-events:none}
.emotion-heading:after{content:"";position:absolute;width:225px;height:225px;right:105px;top:-34px;border:1px solid color-mix(in srgb,var(--accent) 8%,transparent);border-radius:50%;z-index:-1;pointer-events:none}
.emotion-heading .heading-copy{position:relative;z-index:1;max-width:calc(100% - 205px)}.emotion-heading .step-label{font-size:11px;letter-spacing:.13em;margin-bottom:8px}.emotion-heading h1{font-size:29px;letter-spacing:-.04em}.emotion-heading .heading-description{font-size:13px;color:#68616c;max-width:550px;margin-top:8px}.emotion-heading .care-line{font-size:12px;color:var(--accent);margin-top:16px;letter-spacing:.045em}
body[data-species=dog] .emotion-heading .heading-description{color:#596c79}.heading-action{align-self:flex-end;position:relative;z-index:2;white-space:nowrap}.heading-action .text-button{font-size:12px}.emotion-heading:has(.heading-action) .companion-visual{right:128px}
.companion-visual{position:absolute;width:177px;height:153px;right:36px;top:50%;transform:translateY(-50%);pointer-events:none}.assay-caption{position:absolute;left:5px;top:4px;font-size:9px;letter-spacing:.16em;color:var(--accent);opacity:.72}.brand-dot-array{display:grid;grid-template-columns:repeat(6,10px);gap:7px}.brand-dot-array i{display:block;width:10px;height:10px;border-radius:50%;background:var(--brand-dot);border:1px solid color-mix(in srgb,var(--accent) 12%,transparent)}.brand-dot-array i.hot{background:var(--accent);border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 7%,transparent)}.brand-dot-array i.warm{background:var(--signal);border-color:var(--signal)}.companion-visual>.brand-dot-array{position:absolute;right:0;top:23px;transform:rotate(-6deg)}
.companion-disc{position:absolute;left:2px;bottom:1px;display:grid;place-items:center;width:76px;height:76px;background:var(--accent);color:#fff;border:6px solid color-mix(in srgb,var(--hero) 55%,white);border-radius:50%;box-shadow:0 8px 20px color-mix(in srgb,var(--accent) 12%,transparent);transform:rotate(-9deg)}.companion-disc .icon{width:41px;height:41px}.companion-word{position:absolute;right:0;bottom:-3px;font-size:32px;font-weight:700;line-height:1;letter-spacing:.06em;color:color-mix(in srgb,var(--accent) 23%,transparent)}.companion-spark{position:absolute;width:7px;height:7px;top:31px;left:30px;border-radius:50%;background:var(--signal)}
.primary-surface{border-radius:18px;border-color:var(--line);box-shadow:0 5px 24px #69424f05;overflow:clip}.action-row{background:#fffcfa;border-top-color:var(--line)}body[data-species=dog] .action-row{background:#fbfdff}.button{border-radius:10px;transition:background .18s,box-shadow .18s,transform .18s}.button.primary:not(:disabled){box-shadow:0 4px 10px color-mix(in srgb,var(--accent) 15%,transparent)}.button.primary:not(:disabled):active{transform:translateY(1px);box-shadow:none}.button.secondary{border-color:color-mix(in srgb,var(--accent) 18%,white);background:#fffdfd}
.photo-top{gap:7px}.photo-top-note{font-size:10px;color:#988891;font-weight:400;margin-left:auto;letter-spacing:.025em}body[data-species=dog] .photo-top-note{color:#8195a0}
.upload-area{position:relative;isolation:isolate;overflow:hidden;border-radius:14px;border-style:solid;border-color:color-mix(in srgb,var(--accent) 18%,white);padding-top:23px;background:color-mix(in srgb,var(--soft) 65%,#fffdfa)}.upload-area:before{content:"";position:absolute;right:13px;top:13px;width:60px;height:60px;z-index:-1;opacity:.35;background-image:radial-gradient(var(--brand-dot) 1.4px,transparent 1.4px);background-size:10px 10px;mask-image:linear-gradient(225deg,#000,transparent)}.upload-area h2{font-size:17px}.upload-area>p{font-size:12px;color:#877380;margin-top:4px}body[data-species=dog] .upload-area>p{color:#748996}
.photo-illustration{height:86px;width:115px;position:relative;margin:0 auto 12px}.illustrated-card{position:absolute;top:0;left:22px;width:58px;height:76px;background:#fff;border:1px solid var(--brand-dot);border-radius:8px;transform:rotate(-9deg);box-shadow:3px 6px 0 var(--hero-quiet)}.illustrated-card:before,.illustrated-card:after{content:"";position:absolute;left:9px;height:2px;background:var(--brand-dot);border-radius:2px}.illustrated-card:before{top:10px;width:20px}.illustrated-card:after{bottom:8px;width:13px}.illustrated-card .brand-dot-array{position:absolute;left:10px;top:22px;grid-template-columns:repeat(6,3px);gap:3px}.illustrated-card .brand-dot-array i{width:3px;height:3px;border:0}.illustrated-card .brand-dot-array i.hot{box-shadow:none}.camera-medallion{display:grid;place-items:center;position:absolute;right:9px;bottom:0;width:42px;height:42px;border-radius:50%;background:var(--accent);color:#fff;border:4px solid var(--soft);box-shadow:0 2px 6px #7a405c12}.camera-medallion .icon{width:22px;height:22px}.photo-spark{position:absolute;left:4px;top:42px;width:6px;height:6px;border-radius:50%;background:var(--signal)}
.guide-figure{background:color-mix(in srgb,var(--hero) 45%,#f1f1ed);border-radius:12px}.sidebar-eyebrow{color:var(--accent)}.species-emblem{border-radius:50%;background:var(--hero);color:var(--accent)}.field input,.field textarea,.field select{border-radius:9px}.success-emblem{position:relative;width:136px;height:94px;margin-bottom:14px}.success-emblem>.brand-dot-array{position:absolute;right:0;top:0;transform:rotate(-6deg);opacity:.75;grid-template-columns:repeat(6,7px);gap:5px}.success-emblem>.brand-dot-array i{width:7px;height:7px}.success-sign{position:absolute;left:0;bottom:0;width:64px;height:64px;margin:0;background:var(--accent);border:5px solid var(--soft);color:white}.document-tile{background:var(--soft);border-radius:12px}.next-action{border-radius:14px}.footer{color:#8d7e86;letter-spacing:.025em}
@media(max-width:700px){
  .progress{padding-top:18px;padding-bottom:19px}.emotion-heading{padding:19px 19px 18px;min-height:158px;border-radius:17px;margin:2px 0 18px;display:block}.emotion-heading .heading-copy{max-width:calc(100% - 100px)}.emotion-heading .step-label{font-size:9px;letter-spacing:.1em;margin-bottom:7px}.emotion-heading h1{font-size:23px;line-height:1.4;letter-spacing:-.055em;text-wrap:balance}.emotion-heading .heading-description{font-size:11px;line-height:1.65;margin-top:7px}.emotion-heading .care-line{font-size:10px;line-height:1.7;margin-top:12px;white-space:nowrap;letter-spacing:.015em}.emotion-heading:before{width:220px;height:220px;right:-88px;top:-58px}.emotion-heading:after{width:160px;height:160px;right:-57px;top:-28px}
  .companion-visual{width:99px;height:108px;right:16px;top:28px;transform:none}.assay-caption{font-size:6px;letter-spacing:.07em;left:0;top:0}.companion-visual>.brand-dot-array{top:19px;right:0;grid-template-columns:repeat(6,6px);gap:4px}.companion-visual>.brand-dot-array i{width:6px;height:6px}.companion-visual>.brand-dot-array i.hot{box-shadow:0 0 0 2px color-mix(in srgb,var(--accent) 7%,transparent)}.companion-disc{width:48px;height:48px;border-width:4px;bottom:0;left:-3px}.companion-disc .icon{width:27px;height:27px}.companion-word{font-size:23px;right:-2px;bottom:0}.companion-spark{width:5px;height:5px;top:24px;left:9px}
  .emotion-heading:has(.heading-action) .companion-visual{right:16px}.heading-action{margin-top:13px}.heading-action .text-button,.page-heading .heading-action .text-button{margin-top:0;font-size:11px}.primary-surface{border-radius:16px}.surface-section{padding:19px 17px}.upload-area{padding:19px 12px 17px;border-radius:12px}.photo-top{font-size:11px;margin-bottom:14px}.photo-top-note{font-size:9px}.photo-illustration{height:68px;width:99px;margin-bottom:11px}.illustrated-card{width:48px;height:63px;left:21px;border-radius:6px}.illustrated-card .brand-dot-array{left:7px;top:18px;grid-template-columns:repeat(6,3px);gap:2px}.illustrated-card:before{top:8px;left:8px;width:16px}.illustrated-card:after{bottom:7px;left:8px}.camera-medallion{right:6px;width:36px;height:36px;border-width:3px}.camera-medallion .icon{width:20px;height:20px}.photo-spark{left:6px;top:34px;width:5px;height:5px}.upload-area h2{font-size:16px}.upload-area>p{font-size:11px}.photo-buttons{margin:16px 0 10px}.photo-buttons .button{padding:11px 7px;border-radius:9px}.photo-requirements{font-size:10px;line-height:1.7}.demo-choice{margin-top:17px}.guide-sidebar{padding:0 6px}.action-row{padding:15px 17px}.footer{font-size:9px;flex-wrap:wrap}.success-emblem{margin-bottom:13px}
}
@media(max-width:360px){.photo-top-note{display:none}.emotion-heading .heading-copy{max-width:calc(100% - 85px)}.emotion-heading h1{font-size:21px}.companion-visual{right:12px;transform:scale(.86);transform-origin:right top}.emotion-heading .care-line{font-size:9px}}
@media(prefers-reduced-motion:no-preference){.emotion-heading .companion-visual{animation:brand-arrive .6s cubic-bezier(.16,1,.3,1) both}.photo-illustration{animation:photo-arrive .48s ease-out both}@keyframes brand-arrive{from{opacity:0;filter:blur(2px)}to{opacity:1;filter:blur(0)}}@keyframes photo-arrive{from{opacity:0;translate:0 5px}to{opacity:1;translate:0 0}}}
@media print{.companion-visual,.emotion-heading:before,.emotion-heading:after,.care-line{display:none}.emotion-heading{background:white;border:0;padding:0;min-height:0}.emotion-heading .heading-copy{max-width:none}}

/* Product selection is the first page of the local prototype. */
.home-control{display:inline-flex;align-items:center;gap:5px;padding:7px 0;font-size:12px;color:var(--muted)}.home-control .icon{width:15px;height:15px}.home-locale{font-size:12px;color:var(--muted)}
body[data-view=home]{--canvas:#faf7f4;--line:#e9e1e1;--accent:#9b3975;--brand-dot:#ddc6d2;--signal:#d99b44}
body[data-view=home] .demo-strip{background:#f0edeb;color:#736c73}body[data-view=home] main{max-width:1056px}
.home-intro{position:relative;padding:43px 0 34px;isolation:isolate}.home-eyebrow{display:flex;align-items:center;gap:8px;font-size:11px;letter-spacing:.12em;color:#9b3975;margin-bottom:15px}.home-eyebrow>span{height:6px;width:6px;background:#c391a7;border-radius:50%}.home-intro h1{font-size:42px;letter-spacing:-.055em;line-height:1.35;font-weight:600}.home-intro h1 br{display:none}.home-intro p{color:var(--muted);font-size:14px;margin-top:13px}
.home-section-heading{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:15px}.home-section-heading h2{font-size:15px;font-weight:550}.home-section-heading>span{font-size:11px;color:#9a8b94}.product-choices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.product-choice{position:relative;display:block;isolation:isolate;overflow:hidden;text-align:left;padding:29px 28px;min-height:248px;border:1px solid color-mix(in srgb,var(--accent) 17%,white);border-radius:19px;background:var(--hero);transition:transform .2s,box-shadow .2s,border-color .2s}.product-choice:hover{transform:translateY(-3px);border-color:color-mix(in srgb,var(--accent) 45%,white);box-shadow:0 10px 24px color-mix(in srgb,var(--accent) 9%,transparent)}.product-choice:active{transform:translateY(-1px)}.product-choice:before{content:"";position:absolute;right:-35px;bottom:-95px;width:270px;height:270px;border:1px solid color-mix(in srgb,var(--accent) 8%,transparent);border-radius:50%;z-index:-1}
.product-choice-cat{--accent:#ae287b;--hero:#f6e9ee;--brand-dot:#ddc6d2}.product-choice-dog{--accent:#286aaf;--hero:#e7f0f4;--brand-dot:#bcd3df}.choice-copy{display:block;position:relative;z-index:1;max-width:calc(100% - 144px)}.choice-kicker{display:block;font-size:11px;letter-spacing:.12em;color:var(--accent);margin-bottom:11px}.choice-title{display:block;font-size:22px;font-weight:600;line-height:1.5;letter-spacing:-.03em}.choice-description{display:block;font-size:12px;color:#776873;line-height:1.75;margin-top:9px}.product-choice-dog .choice-description{color:#657c89}.choice-action{display:flex;gap:9px;align-items:center;margin-top:23px;font-size:13px;font-weight:600;color:var(--accent)}.choice-action .icon{width:18px;height:18px}.product-choice .companion-visual{width:135px;height:146px;right:25px;top:50%;transform:translateY(-50%)}.product-choice .companion-disc{left:-6px;bottom:0;width:66px;height:66px}.product-choice .companion-disc .icon{width:35px;height:35px}.product-choice .companion-word{font-size:29px;bottom:4px}.product-choice .assay-caption{font-size:8px;left:0}.product-choice .brand-dot-array{grid-template-columns:repeat(6,8px);gap:6px}.product-choice .brand-dot-array i{width:8px;height:8px}
.home-help{margin-top:24px;border-top:1px solid var(--line);padding:22px 0 0}.home-help-title{display:flex;gap:7px;align-items:center;font-size:12px;color:#756473;font-weight:550}.home-help-title .icon{width:16px;height:16px}.home-help>p{font-size:12px;line-height:1.75;color:var(--muted);margin-top:7px}.home-flow{display:flex;gap:25px;list-style:none;padding:0;margin:16px 0 0}.home-flow li{font-size:11px;color:var(--muted);display:flex;align-items:center;gap:6px}.home-flow b{display:inline-grid;place-items:center;width:19px;height:19px;border:1px solid #ddd3d9;border-radius:50%;font-size:9px;font-weight:500}.home-preview-note{font-size:10px;color:#968a92;margin-top:22px}
@media(max-width:700px){
  body[data-view=report] .header-actions .preview-badge{display:none}.home-control{font-size:11px}.home-control .icon{width:13px;height:13px}.home-locale{font-size:11px}.header-actions{gap:13px}
  .home-intro{padding:27px 4px 27px}.home-eyebrow{font-size:9px;letter-spacing:.08em;margin-bottom:12px}.home-intro h1{font-size:30px;line-height:1.4;max-width:255px}.home-intro h1 br{display:block}.home-intro p{font-size:12px;line-height:1.65;margin-top:12px}
  .home-section-heading{padding:0 4px;margin-bottom:13px}.home-section-heading h2{font-size:13px}.home-section-heading>span{font-size:10px}.product-choices{grid-template-columns:minmax(0,1fr);gap:14px}.product-choice{padding:21px 21px 20px;min-height:182px;border-radius:16px}.choice-copy{max-width:calc(100% - 103px)}.choice-kicker{font-size:9px;letter-spacing:.1em;margin-bottom:6px}.choice-title{font-size:19px;white-space:nowrap}.choice-description{font-size:11px;line-height:1.7;margin-top:7px}.choice-action{margin-top:15px;font-size:12px}.choice-action .icon{width:16px;height:16px}
  .product-choice .companion-visual{width:99px;height:108px;right:16px;top:50%;transform:translateY(-50%)}.product-choice .assay-caption{font-size:6px;letter-spacing:.07em}.product-choice .brand-dot-array{grid-template-columns:repeat(6,6px);gap:4px}.product-choice .brand-dot-array i{width:6px;height:6px}.product-choice .companion-disc{width:48px;height:48px;left:-3px;bottom:0}.product-choice .companion-disc .icon{width:27px;height:27px}.product-choice .companion-word{font-size:23px;bottom:0}.product-choice .companion-spark{left:9px}.product-choice:before{width:210px;height:210px;right:-33px;bottom:-71px}.home-help{margin:23px 5px 0;padding-top:17px}.home-help-title{font-size:11px}.home-help>p{font-size:11px}.home-flow{gap:19px;margin-top:14px}.home-flow li{font-size:10px}.home-preview-note{margin:18px 5px 0;font-size:9px}
}
@media(max-width:360px){.choice-title{font-size:17px}.product-choice .companion-visual{right:13px;transform:translateY(-50%) scale(.88);transform-origin:right center}.choice-copy{max-width:calc(100% - 86px)}.home-control{font-size:10px}.header-actions{gap:10px}}

/* Home introduces care; the two product choices retain the assay motif. */
.home-heading-row{display:grid;grid-template-columns:minmax(0,1fr) 174px;align-items:center;gap:24px;min-height:90px}.home-heading-row h1{position:relative;z-index:1}.home-care{position:relative;display:flex;justify-content:center;align-items:center;height:90px;pointer-events:none}.home-care img{display:block;width:162px;height:162px;object-fit:contain;flex:none}.home-intro{padding-top:36px;padding-bottom:30px}.home-intro .home-eyebrow{margin-bottom:12px}.home-intro>p{margin-top:13px}
@media(max-width:700px){.home-heading-row{grid-template-columns:minmax(0,1fr) 120px;gap:10px;min-height:98px}.home-heading-row h1{font-size:30px;max-width:none;line-height:1.4;letter-spacing:-.055em;white-space:nowrap}.home-care{height:98px}.home-care img{width:124px;height:124px}.home-intro{padding:27px 4px 25px}.home-intro .home-eyebrow{margin-bottom:12px}.home-intro>p{font-size:12px;line-height:1.65;margin-top:11px}}
@media(max-width:360px){.home-heading-row{grid-template-columns:minmax(0,1fr) 99px;gap:8px;min-height:91px}.home-heading-row h1{font-size:27px;letter-spacing:-.055em}.home-care{height:91px}.home-care img{width:104px;height:104px}.home-intro>p{font-size:11px}}

/* V6: the home page owns language selection; each workflow inherits it. */
.home-locale{display:inline-flex;align-items:center;gap:6px;min-height:44px;color:var(--muted);flex:none}
.home-locale[hidden]{display:none}
.locale-globe{flex:none}
.home-locale select{width:104px;min-height:44px;padding:5px 3px;background:transparent;border:0;color:inherit;font-size:12px;cursor:pointer}
.home-locale select option{color:#252b34;background:#fffdfb}
.header-actions{flex-shrink:0}.preview-badge{white-space:nowrap}
.choice-title{white-space:normal;text-wrap:balance;overflow-wrap:break-word}
.choice-copy{min-width:0}.choice-action{line-height:1.6}
.home-heading-row h1{white-space:normal;text-wrap:balance}
.home-section-heading>span{flex:none}.home-flow li{flex:1;align-items:flex-start}.home-flow b{flex:none}
html:not(:lang(zh)):not(:lang(ja)) .home-eyebrow{letter-spacing:.065em}
html:not(:lang(zh)):not(:lang(ja)) .care-line{white-space:normal}
html:not(:lang(zh)):not(:lang(ja)) .choice-kicker{letter-spacing:.04em}
.result-name,.meta-list dd,.advice-copy{overflow-wrap:anywhere}
[dir=rtl] .product-choice,[dir=rtl] .next-action{text-align:start}
[dir=rtl] .meta-list dd{text-align:end}
[dir=rtl] .companion-visual{right:auto;left:36px;direction:ltr}
[dir=rtl] .product-choice .companion-visual{right:auto;left:25px}
[dir=rtl] .emotion-heading:has(.heading-action) .companion-visual{right:auto;left:128px}
[dir=rtl] .product-choice:before{right:auto;left:-35px}
[dir=rtl] .emotion-heading:before{right:auto;left:55px}
[dir=rtl] .emotion-heading:after{right:auto;left:105px}
[dir=rtl] .photo-top-note{margin-left:0;margin-right:auto}
[dir=rtl] .icon-arrow-right,[dir=rtl] .icon-arrow-left,[dir=rtl] .icon-chevron-right{transform:scaleX(-1)}
[dir=rtl] .brand,[dir=rtl] .brand-dot-array,[dir=rtl] .success-emblem{direction:ltr}
[dir=rtl] .home-eyebrow,[dir=rtl] .step-label,[dir=rtl] h1,[dir=rtl] .care-line{letter-spacing:0}
[dir=rtl] .timer b,[dir=rtl] .grade,[dir=rtl] .machine-grade{unicode-bidi:plaintext}
/* The field input rule has higher specificity than .search-input. Reserve a
   dedicated icon gutter in both writing directions, including mobile Safari. */
.search-wrap.field .search-input{padding-inline-start:42px;padding-inline-end:12px}
.search-wrap .icon{left:auto;inset-inline-start:14px;top:50%;transform:translateY(-50%);width:18px;height:18px;pointer-events:none}
.catalog-item{text-align:start}
.catalog-item>span:first-child{min-width:0;overflow-wrap:anywhere}
.catalog-item .right{flex-shrink:0}
.catalog-item small{margin-right:0;margin-inline-end:8px;display:inline-block;direction:ltr;unicode-bidi:isolate}
@media(max-width:700px){
  .topbar-inner{gap:12px}.header-actions{gap:9px}.home-locale{gap:4px}.home-locale select{width:96px;font-size:11px}
  .demo-strip{padding:6px 16px;text-align:center;line-height:1.6}
  html:not(:lang(zh)):not(:lang(ja)) .home-heading-row h1{font-size:28px;line-height:1.28;letter-spacing:-.035em}
  html:not(:lang(zh)):not(:lang(ja)) .choice-title{font-size:20px;line-height:1.3}
  html:not(:lang(zh)):not(:lang(ja)) .choice-description{line-height:1.6}
  html:not(:lang(zh)):not(:lang(ja)) .product-choice{min-height:196px}
  .home-section-heading h2{line-height:1.5}.home-flow{gap:12px}.home-flow li{font-size:10px}
  .step-button{white-space:normal;text-align:start;line-height:1.35;min-width:0}.step-number{flex:none}
  .progress li:not(:last-child):after{min-width:5px;margin:0 7px}.progress li{min-width:0}
  .section-heading .text-button{max-width:47%;text-align:end;line-height:1.5}
  .result-row{grid-template-columns:minmax(0,1fr) 58px 77px 40px}.result-head{grid-template-columns:minmax(0,1fr) 58px 77px 40px}
  .result-row .text-button{overflow-wrap:anywhere;text-align:start}.report-summary{gap:16px}.report-summary>div{flex:1;min-width:0}
  .action-row .button{flex-shrink:0;max-width:67%}.action-row .small{line-height:1.5}
  .success-actions{flex-wrap:wrap}.success-actions .button{min-width:140px}
  .modal-actions,.modal-actions .right{gap:8px;flex-wrap:wrap}.grade-options .grade-choice span{overflow-wrap:anywhere}
  [dir=rtl] .companion-visual,[dir=rtl] .product-choice .companion-visual,[dir=rtl] .emotion-heading:has(.heading-action) .companion-visual{right:auto;left:16px}
  [dir=rtl] .product-choice:before{right:auto;left:-33px}
  [dir=rtl] .emotion-heading:before{right:auto;left:-88px}
  [dir=rtl] .emotion-heading:after{right:auto;left:-57px}
}
@media(max-width:360px){
  body[data-view=home] .preview-badge{display:none}
  .home-control{max-width:76px;text-align:start;line-height:1.35}
  .species-select select{max-width:100px}
  html:not(:lang(zh)):not(:lang(ja)) .home-heading-row h1{font-size:25px}
  html:not(:lang(zh)):not(:lang(ja)) .choice-title{font-size:18px}
  [dir=rtl] .companion-visual,[dir=rtl] .product-choice .companion-visual{left:13px;transform-origin:left center}
}
.report-language-summary{margin:-7px 0 20px;font-size:11px;line-height:1.65}.report-language-summary strong{font-weight:600;white-space:nowrap}

/* Inherit A7 20260905-152500 single, full-width report download action. */
.success-actions .button:only-child{width:100%;min-height:48px;justify-content:center;white-space:normal;text-align:center;line-height:1.5}
