.website-architecture{color:#e2e8f0;background:#081426;border:1px solid #1e3a5f;border-radius:8px;padding:24px;overflow:hidden;box-shadow:0 24px 60px #0f172a2e}.website-architecture__header{border-bottom:1px solid #94a3b833;justify-content:space-between;align-items:flex-start;gap:20px;padding-bottom:22px;display:flex}.website-architecture__header p{color:#7dd3fc;margin:0;font-size:11px;font-weight:800}.website-architecture__header h2{color:#f8fafc;margin:8px 0 0;font-size:18px;line-height:1.35}.website-architecture__status{color:#bae6fd;background:#0e74901f;border:1px solid #7dd3fc47;border-radius:4px;flex:none;align-items:center;gap:8px;min-height:32px;padding:7px 10px;font-size:11px;font-weight:700;display:inline-flex}.website-architecture__status>span{background:#38bdf8;border-radius:50%;width:7px;height:7px}.website-architecture__steps{margin:0;padding:0;list-style:none}.website-architecture__steps--desktop{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-top:28px;display:grid}.website-architecture__steps--desktop li{background:#0f233ad1;border:1px solid #94a3b833;border-radius:6px;flex-direction:column;min-width:0;min-height:154px;padding:13px;display:flex;position:relative}.website-architecture__steps--desktop li:not(:last-child):after{content:"";z-index:2;background:#38bdf8;width:11px;height:1px;position:absolute;top:67px;right:-11px}.website-architecture__index{color:#7dd3fc;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:10px;font-weight:800}.website-architecture__icon{color:#7dd3fc;background:#0ea5e924;border-radius:6px;justify-content:center;align-items:center;width:34px;height:34px;margin-top:18px;display:inline-flex}.website-architecture__icon svg{width:17px;height:17px}.website-architecture__steps strong{color:#e2e8f0;margin-top:14px;font-size:12px;line-height:1.5}.website-architecture__steps--mobile{display:none}.website-problems{grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;display:grid}.website-problem{min-width:0;min-height:260px;box-shadow:var(--shadow-sm);background:#fff;border-top:3px solid #0ea5e9;border-radius:0 0 8px 8px;padding:24px}.website-problem:first-child,.website-problem:nth-child(2){grid-column:span 3}.website-problem:nth-child(n+3){grid-column:span 2}.website-problem__icon{background:var(--brand-soft);width:42px;height:42px;color:var(--brand);border-radius:7px;place-items:center;display:grid}.website-problem__icon svg{width:20px;height:20px}.website-problem h3{margin:20px 0 0;font-size:18px}.website-problem ul{flex-wrap:wrap;gap:6px;margin:14px 0 0;padding:0;list-style:none;display:flex}.website-problem li{border:1px solid var(--border);background:var(--surface-muted);color:#334155;border-radius:4px;padding:4px 8px;font-size:11px;font-weight:700}.website-problem p{color:var(--text-secondary);margin:16px 0 0;font-size:14px;line-height:1.75}.website-layers{border:1px solid var(--border-strong);background:#fff;border-radius:8px;gap:0;margin:0;padding:0;list-style:none;display:grid}.website-layers li{border-bottom:1px solid var(--border);grid-template-columns:38px 36px minmax(0,1fr);align-items:start;gap:16px;min-width:0;padding:22px;display:grid}.website-layers li:last-child{border-bottom:0}.website-layers__number{color:var(--brand);font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:12px;font-weight:800}.website-layers li>svg{width:22px;height:22px;color:var(--brand)}.website-layers h3{margin:0;font-size:17px}.website-layers p{color:var(--text-secondary);margin:7px 0 0;font-size:14px;line-height:1.7}.website-types{border-block:1px solid var(--border-strong);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.website-type{border-right:1px solid var(--border);min-width:0;min-height:220px;padding:28px 24px}.website-type:last-child{border-right:0}.website-type>svg{width:24px;height:24px;color:var(--brand)}.website-type h3{margin:24px 0 0;font-size:17px}.website-type p{color:var(--text-secondary);margin:12px 0 0;font-size:14px;line-height:1.75}.website-matrix{min-width:0}.website-matrix__desktop{border:1px solid var(--border-strong);background:#fff;border-radius:8px;overflow:hidden}.website-matrix__desktop table{border-collapse:collapse;table-layout:fixed;width:100%}.website-matrix__desktop caption{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.website-matrix__desktop th,.website-matrix__desktop td{border-right:1px solid var(--border);border-bottom:1px solid var(--border);text-align:left;vertical-align:top;padding:17px}.website-matrix__desktop tr>:last-child{border-right:0}.website-matrix__desktop tbody tr:last-child>*{border-bottom:0}.website-matrix__desktop thead th{background:#f8fafc;font-size:14px}.website-matrix__desktop thead th:first-child,.website-matrix__desktop tbody th{width:17%}.website-matrix__desktop tbody th{color:#334155;font-size:13px}.website-matrix__value{grid-template-columns:19px minmax(0,1fr);align-items:start;gap:8px;display:grid}.website-matrix__value>svg{width:17px;height:17px;margin-top:1px}.website-matrix__value>span{gap:5px;display:grid}.website-matrix__value strong{font-size:12px}.website-matrix__value small{color:var(--text-secondary);font-size:11px;line-height:1.55}.website-matrix__value[data-status=基础关注]{color:#0369a1}.website-matrix__value[data-status=重点关注]{color:#047857}.website-matrix__value[data-status=按需确认]{color:#a16207}.website-matrix__mobile{display:none}@media (max-width:1180px){.website-architecture{padding:20px}.website-architecture__steps--desktop{gap:7px}.website-architecture__steps--desktop li{padding:10px}.website-problems{grid-template-columns:repeat(2,minmax(0,1fr))}.website-problem:nth-child(n){grid-column:auto}.website-problem:last-child{grid-column:1/-1}}@media (max-width:820px){.website-architecture__steps--desktop,.website-matrix__desktop{display:none}.website-architecture__steps--mobile{gap:10px;margin-top:22px;display:grid}.website-architecture__steps--mobile li{background:#0f233ad1;border:1px solid #94a3b833;border-radius:6px;grid-template-columns:30px 38px minmax(0,1fr);align-items:center;gap:12px;min-width:0;padding:13px;display:grid}.website-architecture__steps--mobile .website-architecture__icon,.website-architecture__steps--mobile strong{margin-top:0}.website-types{grid-template-columns:repeat(2,minmax(0,1fr))}.website-type:nth-child(2){border-right:0}.website-type:nth-child(-n+2){border-bottom:1px solid var(--border)}.website-matrix__mobile{gap:16px;display:grid}.website-matrix__mobile>section{border:1px solid var(--border-strong);background:#fff;border-radius:8px}.website-matrix__mobile h3{border-bottom:1px solid var(--border);background:#f8fafc;margin:0;padding:18px;font-size:17px}.website-matrix__mobile dl{margin:0}.website-matrix__mobile dl>div{border-bottom:1px solid var(--border);grid-template-columns:minmax(110px,.42fr) minmax(0,1fr);gap:14px;padding:15px 18px;display:grid}.website-matrix__mobile dl>div:last-child{border-bottom:0}.website-matrix__mobile dt{color:#334155;font-size:12px;font-weight:700}.website-matrix__mobile dd{margin:0}}@media (max-width:600px){.website-architecture{padding:18px}.website-architecture__header{display:grid}.website-architecture__status{justify-self:start}.website-problems,.website-types{grid-template-columns:1fr}.website-problem:last-child{grid-column:auto}.website-problem{min-height:0;padding:21px}.website-type{border-right:0;border-bottom:1px solid var(--border);min-height:0;padding:22px 4px}.website-type:last-child{border-bottom:0}.website-layers li{grid-template-columns:28px 28px minmax(0,1fr);gap:10px;padding:18px}.website-matrix__mobile dl>div{grid-template-columns:1fr;gap:9px}}@media (prefers-reduced-motion:reduce){.website-problem{transition:none}}
