@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}*,::after,::before{box-sizing:border-box}body,html{margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--text-primary);background:var(--bg-page);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button{cursor:pointer}button,input,textarea{font-family:inherit}:root{--primary:#6366f1;--primary-hover:#4f46e5;--primary-active:#4338ca;--primary-light:#eef2ff;--primary-gradient:linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);--bg-page:#f1f5f9;--bg-white:#fff;--bg-gray-light:#f8fafc;--bg-hover:#f1f5f9;--bg-selected:#eef2ff;--text-primary:#000;--text-secondary:#64748b;--text-muted:#475569;--text-disabled:#94a3b8;--text-on-primary:#fff;--border:#e2e8f0;--border-hover:#cbd5e1;--border-selected:#6366f1;--border-input:#e5e9ed;--success:#22c55e;--success-bg:#dcfce7;--warning:#f59e0b;--warning-bg:#fef3c7;--error:#ef4444;--error-bg:#fee2e2;--info:#3b82f6;--info-bg:#dbeafe;--muted:#64748b;--muted-bg:#e2e8f0;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-pill:999px;--shadow-sm:0 1px 2px rgb(15, 23, 42, 4%);--shadow-md:0 4px 12px rgb(15, 23, 42, 6%);--shadow-lg:0 8px 24px rgb(15, 23, 42, 8%);--fs-xs:12px;--fs-sm:13px;--fs-base:14px;--fs-md:16px;--fs-lg:18px;--fs-xl:20px;--fs-2xl:24px;--fs-3xl:28px;--fs-4xl:32px}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}.no-scroll{overflow:hidden}@media (max-width:767px){#experience-content-container{margin:0-16px}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;font-size:var(--fs-base);font-weight:500;line-height:1;border:1px solid transparent;border-radius:var(--radius-md);transition:background-color .2s ease,color .2s ease,border-color .2s ease,transform .05s ease;user-select:none;white-space:nowrap}.btn:active:not(:disabled){transform:translateY(1px)}.btn--primary{background:var(--primary);color:var(--text-on-primary)}.btn--primary:hover:not(:disabled){background:var(--primary-hover)}.btn--ghost{background:var(--bg-white);color:var(--text-primary);border-color:var(--border)}.btn--ghost:hover:not(:disabled){border-color:var(--border-hover);background:var(--bg-hover)}.btn--danger{background:var(--error);color:var(--text-on-primary)}.btn--danger:hover:not(:disabled){background:#dc2626}.btn:disabled,.btn[aria-disabled=true]{background:var(--bg-hover);color:var(--text-disabled);border-color:var(--border);cursor:not-allowed}.btn--block{width:100%}.btn--lg{padding:14px 24px;font-size:var(--fs-md)}.btn--sm{padding:6px 12px;font-size:var(--fs-sm)}.btn .spinning{animation:spin 1s linear infinite}.asg-card{position:relative;background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius-md);padding:16px;transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease}.asg-card--clickable{cursor:pointer}.asg-card--clickable:hover{border-color:var(--border-hover);background:var(--bg-hover)}.asg-card--selected{border-color:var(--border-selected);box-shadow:0 0 0 1px var(--primary) inset}.asg-card--selected,.asg-card--selected:hover{background:var(--bg-selected)}.template-card,.template-card__icon{display:inline-flex;align-items:center}.template-card{flex-direction:row;text-align:left;padding:8px 13px;height:40px;min-height:40px;gap:4px;border-radius:var(--radius-pill);background:var(--bg-white);border:1px solid #e4e7eb;cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease}.template-card__icon{width:16px;height:16px;border-radius:0;background:0 0;justify-content:center;color:var(--muted);flex-shrink:0;transition:background .2s ease,color .2s ease}.template-card__icon svg{width:16px;height:16px;display:block}.template-card--selected,.template-card:hover{color:#2450ff}.template-card--selected,.template-card--selected:hover,.template-card:hover{border-color:#477bff;background:rgb(71,123,255,4%)}.template-card--selected .template-card__icon,.template-card:hover .template-card__icon{color:#2450ff}.template-card__title{font-size:var(--fs-base);line-height:22px;white-space:nowrap;font-weight:500}.template-card__desc{display:none}.question-card{display:flex;flex-direction:row;align-items:center;gap:0;text-align:left;height:36px;border-radius:var(--radius-md);cursor:pointer;transition:background .2s ease}.question-card__left{display:flex;align-items:center;gap:8px;flex:1;min-width:0;padding:7px 0 7px 12px}.question-card:hover{background:#f2f5fa}.question-card__hover-icon{display:none;flex-shrink:0;width:38px;height:38px;align-items:center;justify-content:center}.question-card:hover .question-card__hover-icon,.test-bottom-section .template-card--active .template-card__tooltip,.test-bottom-section .template-card--pinned .template-card__tooltip{display:flex}.question-card--selected,.question-card--selected:hover{background:#f6f8ff}.question-card__body{flex:1;min-width:0;display:flex;flex-direction:row;align-items:center;gap:8px}.question-card__title{font-size:var(--fs-base);color:var(--text-primary);font-weight:400;line-height:22px;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.question-card--selected .question-card__title{color:#1f2937;font-weight:400}.question-card__icon{border-radius:0;background:0 0;display:flex;align-items:center;justify-content:center;color:var(--muted);flex-shrink:0;transition:background .2s ease,color .2s ease}.question-card__icon,.question-card__icon svg{width:16px;height:16px}.question-card--selected .question-card__icon{color:#1f2937}.question-card__desc,.question-card__expected{display:none}.selected-check,.tag-label{align-items:center;color:var(--text-on-primary)}.selected-check{position:absolute;top:8px;right:8px;width:18px;height:18px;background:var(--primary);border-radius:50%;display:flex;justify-content:center;font-size:10px;font-weight:700;line-height:1}.question-card .selected-check{width:16px;height:16px;font-size:9px;top:6px;right:6px}.tag-label{display:inline-flex;padding:4px 12px;background:var(--primary-gradient);border-radius:var(--radius-sm);font-size:var(--fs-xs);font-weight:500;line-height:1.2}.section-title{font-size:var(--fs-lg);color:var(--text-primary);margin:0;font-weight:600;line-height:1.4}.section-subtitle{font-size:var(--fs-base);color:var(--text-secondary);margin:0;line-height:1.5}.text-gradient{background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.chip{display:inline-flex;align-items:center;padding:3px 8px;font-size:var(--fs-xs);border-radius:var(--radius-sm);background:var(--bg-gray-light);color:var(--text-muted);border:1px solid var(--border);line-height:1.3}.chip--success{background:var(--success-bg);color:var(--success);border-color:transparent}.chip--warning{background:var(--warning-bg);color:var(--warning);border-color:transparent}.chip--danger{background:var(--error-bg);color:var(--error);border-color:transparent}.chip--info{background:var(--info-bg);color:var(--info);border-color:transparent}.chip--muted{background:var(--muted-bg);color:var(--muted);border-color:transparent}.input-area__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.input-area__label{font-size:var(--fs-base);color:var(--text-primary);font-weight:500}.input-area__input{white-space:nowrap}.input-area__input::placeholder,.input-area__textarea::placeholder{color:var(--text-secondary)}.input-area__textarea{width:80%;min-height:120px;padding:14px 16px;border:1px solid var(--border);border-radius:var(--radius-md);font-size:var(--fs-base);color:var(--text-primary);background:var(--bg-white);resize:vertical;line-height:1.6;transition:border-color .2s ease,box-shadow .2s ease}.input-area__textarea:focus{outline:0;border-color:var(--primary);box-shadow:0 0 0 3px rgb(99,102,241,12%)}.result-panel{padding:0;background:var(--bg-white);max-width:none;margin:0 auto}.result-panel__user-question{background:rgb(9,18,33,4%);border-radius:12px 0 12px 12px;padding:12px 16px;margin-bottom:20px;font-size:16px;color:#000;line-height:24px;text-align:left;display:block;width:fit-content;margin-left:auto;max-width:100%}.result-panel__section-title{font-family:"PingFang SC",sans-serif;font-size:20px;color:var(--text-primary);font-weight:500;margin:16px 0;line-height:30px}.result-panel__return-content{display:flex;flex-direction:column;gap:12px;color:var(--text-primary);line-height:30px;font-size:16px}.result-panel__return-content ul{margin:8px 0;padding-left:20px}.result-panel__return-content li{margin:4px 0}.result-panel__analysis{margin-bottom:16px}.result-panel__analysis-table{width:820px;max-width:100%;border:1px solid #f2f5fa;border-radius:8px;overflow:hidden;border-collapse:separate;border-spacing:0}.result-panel__analysis-table td,.result-panel__analysis-table th{text-align:left;padding:0 24px}.result-panel__analysis-table th{height:40px;background:#f7f9fc;font-size:var(--fs-sm);color:#495366;font-weight:400}.result-panel__analysis-table td{height:48px;font-size:var(--fs-base)}.result-panel__analysis-table--medium,.result-panel__analysis-table--wide{max-width:none}.flow-chart__container--wide{width:max-content!important;min-width:110%;max-width:none}.result-panel__flow-chart{margin-bottom:16px;width:100%;display:flex;justify-content:flex-start}.flow-chart__container{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;box-sizing:border-box;padding:20px;width:820px;height:142px;background:#fff;border:1px solid;border-color:#f2f5fa;border-radius:12px;position:relative;gap:0}.flow-chart__node{padding:5px 14px;background:rgb(36,80,255,10%);border:0;border-radius:6px;font-size:14px;line-height:22px;color:#2450ff;white-space:nowrap;position:relative;z-index:2}.flow-chart__node--start{background:#477bff;color:var(--text-on-primary)}.flow-chart__node--end{background:#daf7ea;color:#13b982;border-color:var(--success)}.flow-chart__node--warning{background:var(--warning);color:var(--text-on-primary);border-color:var(--warning)}.flow-chart__node--dashed{background:#fff!important;color:var(--text-primary);border:1px dashed #b6cdfb}.flow-chart__parallel-wrap .flow-chart__node{width:120px;text-align:center}.flow-chart__branch-label--green{display:inline-block;padding:1px 4px;background:#ffeceb;border:1px solid #ffc3bd;border-radius:4px;color:#fa423c}.flow-chart__branch-label--red{display:inline-block;padding:1px 4px;background:#fef2f2;border:1px solid #f5b7b7;border-radius:4px;color:#dc2626}.flow-chart__container--branch{display:flex;align-items:center;gap:0;flex-wrap:nowrap;box-sizing:border-box;padding:20px!important;width:auto;max-width:none;height:auto!important;min-height:142px;background:#fff;border:1px solid #f2f5fa;border-radius:12px}.flow-chart__col{display:flex;flex-direction:column;align-items:center}.flow-chart__svg{flex-shrink:0;display:block;align-self:center}.flow-chart__node-with-tag{display:flex;flex-direction:column;align-items:center;gap:4px}.flow-chart__branch-tag-top{font-size:12px;color:#1a56db;white-space:nowrap;line-height:1.2}.flow-chart__arrow-wrap{position:relative;flex-shrink:0;display:flex;align-items:center;justify-content:center;height:22px}.flow-chart__arrow-wrap .flow-chart__branch-label-inline{position:absolute;left:50%;bottom:100%;transform:translateX(-50%);margin-bottom:-6px;font-size:12px;white-space:nowrap;z-index:3}.flow-chart__branch-tag-above{font-size:12px;color:#1a56db;white-space:nowrap;line-height:1.2}.flow-chart__parallel,.flow-chart__parallel-wrap{display:flex;flex-direction:column;gap:12px}.flow-chart__parallel{flex:1;min-width:0}.flow-chart__parallel-row{display:flex;align-items:center;gap:12px}.flow-chart__branch-label-inline,.flow-chart__branch-tag{font-size:12px;white-space:nowrap}.flow-chart__branch-label-inline{color:#1a56db;margin:0 4px}.flow-chart__branch-label-inline.flow-chart__branch-label--green{color:#fa423c}.flow-chart__branch-label-top{font-size:12px;color:#1a56db;white-space:nowrap;text-align:center;margin-bottom:4px;line-height:1.2}.flow-chart__merge{display:flex;flex-direction:column;align-items:stretch;justify-content:space-between;width:32px;height:70px;position:relative;flex-shrink:0}.flow-chart__merge-line{background:#2468f2;height:1px}.flow-chart__merge-line--bot,.flow-chart__merge-line--top{width:16px;align-self:flex-end}.flow-chart__merge-line--mid{position:absolute;top:50%;left:0;width:100%;transform:translateY(-50%);background:#2468f2;height:1px}.flow-chart__merge::before{content:""}.flow-chart__merge-merge{position:relative;width:40px;height:70px;flex-shrink:0}.flow-chart__merge-vline,.flow-chart__merge::before{position:absolute;top:0;bottom:0;right:0;width:2px;background:#2468f2}.flow-chart__arrow{width:40px;height:1px;background:#a7b9ff;position:relative;flex-shrink:0}.flow-chart__arrow--long{width:80px}.flow-chart__arrow--xlong{width:220px}.flow-chart__arrow--7-1{width:30px}.flow-chart__arrow--7-2{width:80px}.flow-chart__arrow--7-3{width:220px}.flow-chart__arrow::after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:6px;height:9px;background:url(../icons/triangle.svg)no-repeat center/contain;background-color:#fff}.flow-chart__merge-wrap,.flow-chart__split-wrap{position:relative;flex-shrink:0}.flow-chart__split-wrap .flow-chart__branch-label-inline{position:absolute;left:11px;top:17px;width:48px;height:22px;line-height:22px;font-size:12px;color:#2450ff;text-align:center;vertical-align:middle;white-space:nowrap;z-index:3}.flow-chart__merge-wrap .flow-chart__branch-label-inline{position:absolute;left:1px;top:-10px;font-size:12px;white-space:nowrap;line-height:1;z-index:3}.flow-chart__merge-wrap .flow-chart__branch-label--green{display:inline-block;padding:1px 4px;background:#ffeceb;border:1px solid #ffc3bd;border-radius:4px;color:#fa423c}.flow-chart__merge-wrap .flow-chart__branch-label--red{display:inline-block;padding:1px 4px;background:#fef2f2;border:1px solid #f5b7b7;border-radius:4px;color:#dc2626}.flow-chart__svg-split{display:block}.flow-chart__svg-merge{flex-shrink:0;display:block;align-self:center}.flow-chart__branch{display:flex;flex-direction:column;gap:8px;position:relative}.flow-chart__branch-label,.flow-chart__branch-node{font-size:var(--fs-xs);color:var(--text-secondary);text-align:center}.flow-chart__branch-node{padding:6px 12px;background:var(--bg-white);border:1px dashed var(--border);border-radius:var(--radius-md)}.flow-chart__status-tag{position:absolute;top:-8px;right:-8px;padding:1px 4px;background:var(--success);color:var(--text-on-primary);border-radius:var(--radius-sm);font-size:var(--fs-xs);font-weight:500}.flow-chart__status-tag--error{background:var(--error)}.no-result{text-align:center;color:var(--text-secondary);padding:40px}.result-panel__agent-flow{margin:0 0 32px}.result-panel__subsection-title{font-size:14px;color:#495366;font-weight:500;margin:0 0 18px;line-height:22px}.agent-flow__steps{display:flex;flex-direction:column;gap:0;position:relative}.agent-flow__step{position:relative;padding:0 0 20px 28px;background:0 0;border-radius:0;border:0}.agent-flow__step:not(:last-child)::before{content:"";position:absolute;left:7px;top:22px;bottom:2px;width:1px;border-left:1px dashed #d8dee9}.agent-flow__step--not-reached,.agent-flow__step--pending{opacity:1}.agent-flow__step--not-reached .agent-flow__step-desc,.agent-flow__step--not-reached .agent-flow__step-title{color:#9ca3af}.agent-flow__step-header{display:flex;align-items:center;gap:12px;margin-bottom:8px}.agent-flow__step-icon{position:absolute;left:0;top:4px;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;z-index:1}.agent-flow__step--success .agent-flow__step-icon{background:#d9f8ea;color:#10b981;border:1px solid #b6f0da}.agent-flow__step--error .agent-flow__step-icon,.agent-flow__step--pending .agent-flow__step-icon{background:#fee2e2;color:#ef4444}.agent-flow__step--not-reached .agent-flow__step-icon{background:#f3f4f6;color:#9ca3af}.agent-flow__step-title{font-weight:500;color:#495366;font-size:13px;line-height:24px}.agent-flow__step-desc{color:#818999;font-size:13px;line-height:24px;padding-left:0}.process-flow{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:16px}.process-flow__step{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius-md);padding:16px 12px;text-align:center;position:relative}.process-flow__step::after{content:"";position:absolute;right:-8px;top:50%;transform:translateY(-50%);width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:8px solid var(--border)}.process-flow__step:last-child::after{display:none}.process-flow__index{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:var(--primary-gradient);color:var(--text-on-primary);font-size:var(--fs-sm);font-weight:600;margin-bottom:8px}.process-flow__label{font-size:var(--fs-sm);color:var(--text-primary);font-weight:500;line-height:1.4}.hotzone-tip{margin-top:16px;padding:12px 16px;background:var(--info-bg);border-radius:var(--radius-md);color:var(--info);font-size:var(--fs-sm);line-height:1.6;display:flex;align-items:flex-start;gap:8px}.hotzone-tip__icon{flex-shrink:0;margin-top:2px}.desktop-root,.desktop-root--test-page{padding:0;height:100%;display:flex;flex-direction:column}.desktop-root{width:100%;margin:0;background-color:#fff;background-image:url(./images/bg.png);background-position:top center;background-repeat:no-repeat;background-size:100%auto;border-radius:16px;border:1px solid #e5e9ed;position:relative;box-sizing:border-box;align-items:stretch;overflow:auto}.desktop-root--test-page{background:#fff;overflow:hidden}.desktop-header{display:flex;justify-content:space-between;align-items:center;padding:16px 0;margin-bottom:0;width:100%}.desktop-header__left,.desktop-logo{display:flex;align-items:center;gap:16px}.desktop-logo{gap:10px}.desktop-logo__icon{width:36px;height:36px;background:var(--primary-gradient);color:var(--text-on-primary);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:var(--fs-lg);font-weight:700}.desktop-logo__text{font-size:var(--fs-lg);font-weight:600;color:var(--text-primary)}.desktop-header__subtitle{font-size:var(--fs-sm);color:var(--text-secondary);max-width:320px;line-height:1.5}.desktop-header__right,.desktop-quota{display:flex;align-items:center;gap:16px}.desktop-quota{gap:6px;font-size:var(--fs-sm);color:var(--text-secondary)}.desktop-header__buttons{display:flex;gap:8px}.desktop-hero{text-align:center;padding:62px 0 32px}.desktop-hero__title{font-size:var(--fs-3xl);font-weight:700;color:var(--text-primary);margin:0 0 12px;line-height:1.3}.desktop-hero__subtitle{font-size:var(--fs-md);color:var(--text-secondary);margin:0;line-height:1.5}.desktop-content-card{width:928px;max-width:100%;margin:0 auto;background:linear-gradient(180deg,#f5f7ff 0,#fff 60%);border-radius:var(--radius-lg);padding:136px 0 32px;display:flex;flex-direction:column}.content-block--input{width:928px;margin:40px auto 0}.content-block--template{width:928px;margin:24px auto 0}.content-block--question{width:928px;margin:22px auto 0}.desktop-section{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px 24px}.desktop-section__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.input-area__inner{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px;box-sizing:border-box;padding:21px 12px;width:100%;height:64px;background:#fff;border:1px solid var(--border-input);border-radius:12px;box-shadow:0 4px 12px rgb(0,25,126,4%);transition:border-color .2s ease,box-shadow .2s ease;position:relative;margin:0 auto}.input-area__input{flex:1;width:0;border:0;outline:0;background:0 0;font-size:var(--fs-base);color:var(--text-primary);line-height:26px;padding:0;min-width:0;text-align:left;overflow:hidden;text-overflow:ellipsis}.input-area__input::placeholder{color:#a2abbd}.input-area__run-btn{flex-shrink:0;display:flex;justify-content:center;align-items:center;gap:4px;box-sizing:border-box;padding:9px 24px;width:104px;height:40px;background:linear-gradient(0deg,#b6b9bc,#b6b9bc),linear-gradient(0deg,#477bff,#477bff),#2450ff;border:0;border-radius:8px;color:#fff;font-size:var(--fs-base);font-weight:500;box-shadow:0 2px 4px rgb(24,24,27,7%),0 1px 2px rgb(24,24,27,15%),0 0 0 1px rgb(24,24,27,7%);cursor:not-allowed;opacity:.4}.input-area__run-btn:not(:disabled){cursor:pointer;opacity:1;background:linear-gradient(74.56deg,#2450ff 13.77%,#8469ff 98.44%),#2450ff}.template-list{display:flex;flex-wrap:wrap;gap:8px}.test-bottom-section .template-list{position:relative}.question-list{display:flex;flex-direction:column;gap:8px}.test-back-bar{max-width:1012px;margin:0 0 16px 284px;padding:0}.test-result-scroll{flex:1 1 auto;min-height:0;overflow-y:auto;padding:0 0 8px}.desktop-root--test-page .result-panel{max-width:928px;padding:0;margin:0 auto}.test-bottom-section{width:928px;margin:auto auto 0;display:flex;flex-direction:column;gap:16px;box-sizing:border-box;flex:0 0 auto;position:relative;padding:40px 0 0}.test-bottom-section .input-area__inner{width:100%;max-width:100%}.test-bottom-section .template-card{position:static}.test-bottom-section .template-card::before{content:"";position:absolute;left:0;right:0;bottom:100%;height:8px;z-index:99}.test-bottom-section .template-card__tooltip{position:absolute;bottom:calc(100% + 8px);left:0;min-width:928px;max-width:928px;max-height:280px;overflow-y:auto;background:#fff;border-radius:12px;box-shadow:0 8px 42px rgb(9,18,33,8%);padding:12px;display:none;flex-direction:column;gap:8px;z-index:100}.test-bottom-section .template-card__tooltip-item{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:8px;font-size:13px;color:var(--text-primary);line-height:1.5;cursor:pointer;transition:background .15s ease}.test-bottom-section .template-card__tooltip-item:hover{background:#f2f5fa}.test-bottom-section .template-card__tooltip-item::before{content:"";display:inline-block;width:16px;height:16px;flex-shrink:0;background-image:url(../icons/icon_star_black.svg);background-size:contain;background-repeat:no-repeat}.test-bottom-section .template-card__tooltip-item:hover::before{background-image:url(../icons/icon_star_black.svg)}.test-bottom-section .template-card--active,.test-bottom-section .template-card--selected{border-color:#477bff;color:#2450ff;background:rgb(71,123,255,4%)}.test-bottom-section .template-card--active .template-card__icon,.test-bottom-section .template-card--active .template-card__title,.test-bottom-section .template-card--selected .template-card__icon,.test-bottom-section .template-card--selected .template-card__title{color:#2450ff}@media (min-width:768px) and (max-width:1199px){.desktop-root{height:100%;border-radius:16px;border:1px solid #e5e9ed}.desktop-content-card{max-width:100%;width:calc(100% - 32px);margin-left:16px;margin-right:16px;border:0}.desktop-content-card:not(.desktop-content-card--test){padding:96px 0 36px!important}.content-block--input{width:100%;margin:40px 0 0}.content-block--template{width:100%;margin:24px 0 0}.content-block--question{width:100%;margin:22px 0 0}.template-list{justify-content:flex-start;gap:8px}.template-card{min-height:36px;padding:7px 13px;gap:4px}.desktop-root--test-page .result-panel{width:auto;max-width:none;margin-left:16px;margin-right:16px}.result-panel__analysis-table-wrap{overflow:auto}.result-panel__analysis-table{max-width:634px}.result-panel__analysis-table--wide{max-width:none}.flow-chart__container{max-width:none;padding:18px}.flow-chart__container--branch{overflow:auto;padding:18px!important}.flow-chart__container--wide{width:max-content!important;min-width:115%;max-width:none}.flow-chart__node{padding:7px 13px;font-size:13px}.flow-chart__node--end,.flow-chart__node--start{padding-left:14px;padding-right:14px}.flow-chart__parallel-wrap .flow-chart__node{width:112px}.flow-chart__arrow{width:32px}.flow-chart__arrow--7-2,.flow-chart__arrow--long{width:70px}.flow-chart__arrow--7-3,.flow-chart__arrow--xlong{width:160px}.flow-chart__svg-split{width:124px}.flow-chart__svg-merge{width:132px}.test-bottom-section{width:auto;margin-left:16px;margin-right:16px;padding:40px 0 0}.test-bottom-section .template-card__tooltip{min-width:100%;max-width:100%}}@media (max-width:767px){.wap767-root{width:100%;box-sizing:border-box;color:#111827}.wap767-root--default,.wap767-root--test{height:100%;display:flex;flex-direction:column}.wap767-root--default{padding:0;background-color:#fff;background-image:url(./images/bg.png);background-position:top center;background-repeat:no-repeat;background-size:100%auto}.wap767-root--test{padding:18px 16px 16px;background:#fff;overflow:visible}.wap767-hero{flex:0 0 auto;padding:56px 16px 24px;text-align:center}.wap767-hero h1{display:flex;align-items:center;justify-content:center;gap:0;margin:0 auto 6px;font-family:FZLanTingHeiS-EB-GB,"PingFang SC",sans-serif;font-size:32px;line-height:40px;height:40px;font-weight:800}.wap767-hero h1 span:first-child{background:linear-gradient(113.74deg,#000 95.41%,#3f2ce7 112.41%,#af5eff 121.35%,#352eff 129.18%,#000 139.41%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.wap767-hero h1 span:last-child{background:linear-gradient(97.07deg,#000 3.85%,#3f2ce7 56.16%,#af5eff 83.68%,#352eff 107.77%,#000 139.24%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.wap767-hero p{margin:0 auto;max-width:343px;color:#4b5563;font-size:13px;line-height:22px}.wap767-input-wrap{padding:0 16px}.wap767-template-list-wrap{padding:12px 0 0}.wap767-input{position:relative;display:flex;align-items:center;width:100%;height:48px;box-sizing:border-box;padding:0 104px 0 12px;background:#fff;border:1px solid #e5e9ed;border-radius:12px;box-shadow:0 4px 12px rgb(0,25,126,4%)}.wap767-input__field{width:100%;min-width:0;border:0;outline:0;background:0 0;color:#111827;font-size:14px;line-height:24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wap767-input__field::placeholder{color:#a2abbd}.wap767-input__run{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:88px;height:32px;border:0;-webkit-tap-highlight-color:transparent;border-radius:8px;color:#fff;font-size:14px;font-weight:600;background:linear-gradient(90deg,#0f6bff 0,#8d4dff 100%)}.wap767-input__run:disabled{color:#fff;background:linear-gradient(0deg,#b6b9bc,#b6b9bc),linear-gradient(0deg,#477bff,#477bff),#2450ff;border-radius:8px;box-shadow:0 2px 4px rgb(24,24,27,7%),0 1px 2px rgb(24,24,27,15%),0 0 0 1px rgb(24,24,27,7%);opacity:.4}.wap767-default-scroll{flex:1 1 auto;min-height:0;overflow-y:auto;padding:0 16px 24px}.wap767-default-bottom{flex:0 0 auto;padding:12px 0;background:rgb(255,255,255,96%);box-shadow:0-4px 16px rgb(9,18,33,4%)}.wap767-template-list{display:flex;gap:6px;overflow-x:auto;padding:0 16px 16px;scrollbar-width:none}.wap767-flow__line::-webkit-scrollbar,.wap767-question-sheet__list::-webkit-scrollbar,.wap767-template-list::-webkit-scrollbar{display:none}.wap767-template-list--compact{padding:0 16px 10px}.wap767-test-bottom .wap767-template-list{position:relative;z-index:2}.wap767-template{position:relative;display:inline-flex;align-items:center;gap:4px;flex:0 0 auto;height:32px;padding:0 12px;-webkit-tap-highlight-color:transparent;outline:0;border:1px solid #edf0f5;border-radius:33px;background:#fff;color:#1f2937;font-size:13px;line-height:22px;user-select:none}.wap767-template__icon{display:inline-flex;align-items:center;justify-content:center;color:#4b5563}.wap767-template--selected .wap767-template__icon{color:#2450ff}.wap767-template--selected{color:#2450ff;border-color:#477bff;font-weight:500;background:rgb(71,123,255,4%)}.wap767-question-list{display:flex;flex-direction:column;gap:10px}.wap767-question{display:flex;align-items:center;gap:8px;width:100%;padding:7px 12px;box-sizing:border-box;border:1px solid #e4e7eb;border-radius:8px;background:#fff;-webkit-tap-highlight-color:transparent;font-size:13px;line-height:20px;text-align:left}.wap767-question__icon{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;color:#4b5563}.wap767-question__label{flex:1 1 auto;min-width:0;line-height:22px;word-break:break-all;color:#000}.wap767-question--selected{border-color:#2450ff}.wap767-question-sheet{position:fixed;left:50%;right:auto;bottom:0;z-index:100;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:20px;box-sizing:border-box;width:100%;padding:24px 24px max(12px,env(safe-area-inset-bottom));background:#fff;border-radius:20px 20px 0 0;box-shadow:0-8px 16px rgb(9,18,33,8%);transform:translateX(-50%);animation:wap767SheetUp .18s ease-out}.wap767-question-sheet__header{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%}.wap767-question-sheet__title{display:inline-flex;align-items:center;gap:4px;padding:0;border:0;background:0 0;color:#091221;font-size:16px;line-height:24px;font-weight:600;-webkit-tap-highlight-color:transparent}.wap767-question-sheet__title img{display:block}.wap767-question-sheet__title-icon{display:flex;align-items:center}.wap767-question-sheet__title i{width:7px;height:7px;border-right:1.5px solid #111827;border-bottom:1.5px solid #111827;transform:rotate(45deg) translateY(-2px)}.wap767-question-sheet__title--open i{transform:rotate(225deg) translate(-1px,-1px)}.wap767-template-picker{position:absolute;left:24px;top:56px;z-index:2;display:flex;flex-direction:column;box-sizing:border-box;width:155px;padding:12px;background:#fff;border-radius:8px;box-shadow:0 8px 36px rgb(9,18,33,12%)}.wap767-template-picker__item{display:flex;align-items:center;gap:4px;width:100%;padding:0 8px;border:0;background:0 0;color:#1f2937;font-size:14px;line-height:20px;text-align:left;height:32px;border-radius:4px;-webkit-tap-highlight-color:transparent}.wap767-template-picker__icon{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;color:#1f2937;flex-shrink:0}.wap767-template-picker__icon svg{width:16px;height:16px}.wap767-template-picker__item--active{background:#f7f9fc}.wap767-question-sheet__close{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:0;background:0 0;color:#6b7280;-webkit-tap-highlight-color:transparent;font-size:24px;line-height:24px;font-weight:300}.wap767-question-sheet__list{display:flex;flex:1 1 auto;min-height:0;width:100%;flex-direction:column;gap:8px;overflow-y:auto;scrollbar-width:none}.wap767-question-sheet .wap767-question{border-radius:8px;box-shadow:none}.wap767-question-sheet .wap767-question--selected{border-color:#111827;background:#fff}.wap767-question-sheet__input{flex:0 0 auto;width:100%}.wap767-question-sheet__input .wap767-input-wrap{padding:0}.wap767-question-sheet__input .wap767-input{box-shadow:0 6px 18px rgb(0,25,126,6%)}@keyframes wap767SheetUp{0%{opacity:0;transform:translateX(-50%) translateY(12px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.wap767-test-scroll{flex:1 1 0;min-height:0;overflow-y:auto;padding-bottom:16px}.wap767-test-bottom{position:relative;flex:0 0 auto;padding:0;margin-left:-16px;margin-right:-16px;background:#fff;box-shadow:0-4px 16px rgb(9,18,33,4%)}.wap767-result{display:flex;flex-direction:column;width:100%;box-sizing:border-box}.wap767-empty{margin:120px 0;color:#9ca3af;font-size:14px;text-align:center}.wap767-table div,.wap767-user-question{display:flex;align-items:center;font-size:14px}.wap767-user-question{justify-content:center;align-self:flex-end;box-sizing:border-box;padding:12px 16px;border:0;background:rgb(9,18,33,4%);border-radius:12px 0 12px 12px;line-height:26px;word-break:break-all;margin-bottom:20px}.wap767-answer{display:flex;flex-direction:column;gap:12px;width:100%;box-sizing:border-box;padding:0;border:0;border-radius:0;color:#000;font-family:var(--font-family-family, "PingFang SC");font-size:var(--font-size-font-size-s, 14px);font-style:normal;font-weight:400;line-height:var(--paragraph-height-paragraph-height-m, 26px);overflow:hidden}.wap767-answer p{margin:0;word-break:break-all}.wap767-title{margin:16px 0;font-size:18px;line-height:28px;font-weight:500}.wap767-section-title{margin:0 0 12px;color:#1f2937;font-size:16px;line-height:22px;font-weight:600}.wap767-table{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;box-sizing:border-box;width:100%;height:224px;padding:6px 16px;border:1px solid #f2f5fa;border-radius:12px;overflow:hidden;background:#fff;margin-bottom:12px}.wap767-table div{justify-content:space-between;width:100%;gap:12px;height:42px;flex-shrink:0;border-bottom:1px solid #f2f5fa;line-height:22px}.wap767-table div:last-child{border-bottom:0}.wap767-table span{color:#495366}.wap767-table b{color:#111827;font-weight:400;text-align:right}.wap767-flow,.wap767-flow__line{display:flex;align-items:center;overflow-x:auto}.wap767-flow{justify-content:flex-start;width:100%;min-height:118px;padding:0;border:1px solid #edf0f5;border-radius:12px;background:#fff}.wap767-flow .flow-chart__container{border:0;border-radius:0;background:0 0;box-shadow:none}.wap767-flow__line{gap:8px;padding-bottom:2px;scrollbar-width:none}.wap767-flow__line span{flex:0 0 auto;padding:8px 12px;border-radius:9px;background:#f3f6ff;color:#2450ff;font-size:13px;line-height:18px}.wap767-flow__line i{flex:0 0 24px;height:1px;background:#2468f2}.wap767-agent{padding-bottom:8px}.wap767-agent__step{position:relative;display:flex;gap:12px;padding:0 0 24px}.wap767-agent__step:not(:last-child)::after{content:"";position:absolute;left:10px;top:22px;bottom:2px;border-left:1px dashed #d8dee9}.wap767-agent__step>span{flex:0 0 auto;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;z-index:1}.wap767-agent__step--success>span{background:#d9f8ea;color:#10b981}.wap767-agent__step--pending>span{background:#fee2e2;color:#ef4444}.wap767-agent__step--not-reached>span{background:#f3f4f6;color:#9ca3af}.wap767-agent__step b{display:block;margin-bottom:6px;color:#1f2937;font-size:15px;line-height:22px}.wap767-agent__step p{margin:0;color:#6b7280;font-size:14px;line-height:22px}.wap767-agent__step--not-reached b,.wap767-agent__step--not-reached p{color:#9ca3af}}