.system-overview{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 14px}.system-trigger{display:grid;gap:8px;width:100%;min-width:0;min-height:90px;text-align:left;padding:14px;border:1px solid var(--line);border-radius:10px;background:#fff}.system-trigger:hover{border-color:#b9b9e9;background:#fafaff}.system-trigger[data-status=有需求]{border-color:#cdcdf6}.system-trigger-top{display:flex;align-items:center;gap:8px;min-width:0}.system-trigger-top strong{font-size:14px;margin-right:auto;font-weight:650}.system-status{font-size:11px;line-height:1.5;white-space:nowrap;color:var(--muted);padding:3px 6px;border-radius:5px;background:#f2f3f6}.system-trigger[data-status=有需求] .system-status{color:#4949bd;background:var(--soft)}.system-trigger-top svg{width:15px;height:15px;flex:none;stroke:#747887;stroke-width:1.5;fill:none}.system-trigger-summary{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;font-size:12px;line-height:1.65;color:var(--muted);overflow-wrap:anywhere}
.system-dialog{width:min(880px,calc(100vw - 40px));max-height:90dvh;padding:0;overflow:hidden;border-radius:14px}.system-dialog[open]{display:flex;flex-direction:column}.system-dialog-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 22px;border-bottom:1px solid var(--line);flex:none}.system-dialog-head h2{margin:0;font-size:19px}.system-dialog-head button{font-size:13px;min-height:34px;padding:6px 10px}.system-dialog-body{overflow:auto;min-height:0;padding:20px 22px;scrollbar-width:thin;scrollbar-color:#c9cbd8 transparent;overscroll-behavior:contain}.system-dialog-fields{border:0;padding:0;margin:0;min-width:0}.system-dialog h3{margin:0 0 12px;font-size:14px;font-weight:650}.system-dialog h3 small,.system-dialog legend small{margin-left:8px;color:var(--muted);font-size:12px;font-weight:400}.system-status-options{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.system-status-options .choice{justify-content:center;padding:9px 8px;font-size:13px}.system-areas-section{margin:22px 0;padding-top:20px;border-top:1px solid var(--line)}.system-dialog .choices{gap:8px}.system-dialog .choice{font-size:12px;min-height:38px;padding:8px 11px;font-weight:400}.system-status-options .choice{min-height:40px}.system-dialog .choice input{width:14px;height:14px;flex:none}.system-custom-area{display:flex;gap:8px;align-items:center;max-width:440px;margin-top:12px}.system-custom-area input{flex:1;min-width:0;height:36px;padding:8px 10px;border:1px solid var(--line);border-radius:8px;font-size:12px}.system-custom-area button{min-height:36px;padding:7px 12px;font-size:12px;white-space:nowrap}.system-help{font-size:12px;line-height:1.7;color:var(--muted);margin:8px 0 14px}.system-empty{padding:16px;background:#f7f8fb;border-radius:8px;color:var(--muted);font-size:13px}.system-specific{border-top:1px solid var(--line);padding-top:20px}.system-detail-group:not(:first-child){margin-top:22px}.system-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.system-multi{grid-column:1 / -1;min-width:0;border:0;padding:0;margin:0}.system-multi legend{padding:0;margin-bottom:10px;font-size:13px}.system-dialog .field{font-size:13px;gap:7px}.system-dialog .field input,.system-dialog .field select{min-height:40px;padding:9px 10px;font-size:13px}.system-dialog .field textarea{min-height:68px;padding:10px;font-size:13px;line-height:1.7}.system-notes{margin-top:20px}.curtain-area{border-bottom:1px solid var(--line);padding:0;margin:0}.curtain-area summary{display:grid;grid-template-columns:80px minmax(0,1fr) 16px;align-items:center;gap:12px;padding:15px 0;cursor:pointer;list-style:none}.curtain-area summary::-webkit-details-marker{display:none}.curtain-area summary:after{content:'';width:7px;height:7px;border-right:1.5px solid #777b85;border-bottom:1.5px solid #777b85;transform:rotate(45deg);justify-self:center}.curtain-area[open] summary:after{transform:rotate(225deg)}.curtain-area summary strong{font-size:14px;overflow-wrap:anywhere}.curtain-area summary span{font-size:12px;line-height:1.6;color:var(--muted);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.curtain-area-fields{padding:0 0 18px}.curtain-area .system-detail-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.curtain-area [data-config-field=otherType],.curtain-area [data-config-field=otherShape]{grid-column:1 / -1}.system-dialog-footer{display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:14px 22px calc(14px + env(safe-area-inset-bottom));border-top:1px solid var(--line);background:#fff;flex:none}.system-dialog-footer>span{margin-right:auto;font-size:12px;color:var(--muted)}.system-dialog-footer button{min-height:40px;padding:9px 18px;font-size:13px}.system-dialog .error{margin:0 0 16px;padding:12px;font-size:13px}.system-dialog input:focus-visible,.system-dialog select:focus-visible,.system-dialog textarea:focus-visible,.curtain-area summary:focus-visible{outline:2px solid var(--accent);outline-offset:2px}
@media(max-width:1100px){.system-overview{grid-template-columns:1fr}}@media(max-width:760px){.system-overview{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.system-trigger{padding:12px 10px;gap:7px}.system-trigger-top{flex-wrap:wrap;gap:5px}.system-trigger-top strong{font-size:13px}.system-trigger-top svg{display:none}.system-status{font-size:11px}.system-dialog{width:calc(100vw - 16px);max-height:calc(100dvh - 16px);margin:auto;border-radius:12px}.system-dialog-head{padding:14px 16px}.system-dialog-body{padding:16px}.system-status-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.system-dialog .choice{min-height:40px}.system-dialog-footer{padding:12px 16px calc(12px + env(safe-area-inset-bottom));flex-wrap:wrap;gap:8px}.system-dialog-footer>span{flex-basis:100%;font-size:11px}.system-dialog-footer button{flex:1}.system-detail-grid,.curtain-area .system-detail-grid{grid-template-columns:1fr}.curtain-area summary{grid-template-columns:65px minmax(0,1fr) 14px;gap:8px}.system-specific{padding-top:16px}.system-areas-section{margin:18px 0;padding-top:18px}}
