/* 官网管理复用后台字体与按钮，所有布局规则限定在本路由内。 */
.official-site-page{width:100%;min-width:0;color:#1e293b;font-family:inherit;font-size:14px;letter-spacing:0}
.official-site-page *{box-sizing:border-box}
.official-site-header,.official-site-section-heading,.official-site-actions,.official-site-savebar{display:flex;align-items:center;justify-content:space-between;gap:16px}
.official-site-header{margin-bottom:24px;flex-wrap:wrap}
.official-site-header h2{margin:0;font-size:24px;font-weight:700}
.official-site-actions{justify-content:flex-end;gap:12px;flex-wrap:wrap}
.official-site-actions .el-button>.el-icon{margin-right:6px}
.official-site-section{padding:24px 0;border-top:1px solid #dce3ed}
.official-site-section h3{margin:0;font-size:18px;font-weight:600}
.official-site-section-heading{margin-bottom:18px;flex-wrap:wrap}
.official-site-active-label{color:#64748b;font-size:13px}
.official-site-visit,.official-site-preview{display:inline-flex;align-items:center;gap:6px;color:#287de5;text-decoration:none;white-space:nowrap}
.official-site-visit:hover,.official-site-preview:hover{color:#145dc3}
.official-site-templates{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.official-site-template{min-width:0;background:#fff;border:1px solid #dce3ed;border-radius:8px;overflow:hidden}
.official-site-template.is-selected{border-color:#409eff;box-shadow:0 0 0 1px #409eff}
.official-site-template-choice{display:block;cursor:pointer}
.official-site-template-choice>img{display:block;width:100%;height:auto;aspect-ratio:15/8;object-fit:cover;object-position:center}
.official-site-template-title{display:flex;align-items:center;gap:9px;padding:16px 16px 0;min-height:40px}
.official-site-template-title input{width:16px;height:16px;margin:0;accent-color:#409eff;flex:none}
.official-site-template-title strong{font-size:16px;font-weight:600}
.official-site-template-title .official-site-badge{margin-left:auto;padding:2px 6px;border-radius:4px;background:#eef9e8;color:#499827;font-size:12px;white-space:nowrap}
.official-site-template-choice p{margin:8px 16px 0 41px;color:#64748b;line-height:1.6}
.official-site-preview{margin:14px 16px 16px 41px;font-size:13px}
.official-site-downloads{border-top:1px solid #e1e6ed}
.official-site-download-row{display:grid;grid-template-columns:150px minmax(0,1fr) minmax(0,1fr);gap:24px;align-items:center;padding:22px 0;border-bottom:1px solid #e1e6ed}
.official-site-app-name{display:flex;align-items:center;gap:12px;min-width:0}
.official-site-app-name img{width:40px;height:40px;border-radius:8px;flex:none}
.official-site-app-name strong{font-weight:600;white-space:nowrap}
.official-site-download-field{min-width:0}
.official-site-download-field>label{display:block;color:#64748b;font-size:12px;margin-bottom:8px}
.official-site-input-row{display:flex;align-items:center;gap:8px;min-width:0}
.official-site-input-row input{min-width:0;width:100%;height:40px;padding:0 12px;background:#fff;border:1px solid #d9e0ea;border-radius:5px;color:#334155;font:inherit;font-size:13px;outline:none}
.official-site-input-row input:focus{border-color:#409eff;box-shadow:0 0 0 2px #409eff22}
.official-site-input-row input:disabled{background:#f5f7fa;color:#94a3b8}
.official-site-open-link{display:inline-flex;align-items:center;justify-content:center;width:32px;height:40px;flex:none;color:#287de5;text-decoration:none}
.official-site-open-link.is-disabled{color:#a9b4c5;pointer-events:none}
.official-site-savebar{padding:20px 0;color:#64748b;flex-wrap:wrap}
.official-site-savebar>span{font-size:13px}
.official-site-feedback{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;margin-bottom:18px;border:1px solid;border-radius:6px;line-height:1.6}
.official-site-feedback.is-error{border-color:#fecaca;background:#fff1f2;color:#b91c1c}
.official-site-feedback.is-success{border-color:#bbebc3;background:#f0fdf4;color:#228341}
.official-site-loading{padding:60px 0;text-align:center;color:#64748b}
@media(max-width:1100px){.official-site-templates{gap:12px}.official-site-download-row{grid-template-columns:112px minmax(0,1fr) minmax(0,1fr);gap:16px}.official-site-template-title{padding-left:12px;padding-right:12px}.official-site-template-title strong{font-size:15px}.official-site-template-choice p,.official-site-preview{margin-left:12px}}
@media(max-width:760px){.official-site-header{align-items:flex-start}.official-site-header h2{font-size:22px}.official-site-templates{grid-template-columns:1fr}.official-site-template-choice>img{max-height:220px}.official-site-download-row{grid-template-columns:1fr;gap:14px;padding:20px 0}.official-site-app-name{margin-bottom:2px}.official-site-savebar{gap:12px}.official-site-savebar .official-site-actions{width:100%}.official-site-section{padding:20px 0}}
