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