.system-shell{display:grid;gap:18px}.system-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.system-check{display:flex;gap:12px;align-items:flex-start;padding:14px;border:1px solid var(--border);border-radius:10px;background:var(--surface-2)}.system-check-dot{width:10px;height:10px;border-radius:50%;margin-top:5px;background:#8c8a84;flex:none}.system-check.ok .system-check-dot{background:#7da47d}.system-check.warn .system-check-dot{background:#c8a766}.system-check.blocked .system-check-dot{background:#c56d6d}.system-check strong{display:block;margin-bottom:4px}.system-check span{display:block;color:var(--muted);font-size:.86rem;line-height:1.4}.system-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.system-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.system-result{margin-top:12px;padding:12px 14px;border-radius:8px;background:var(--surface-2);border:1px solid var(--border);white-space:pre-wrap;font-size:.88rem;line-height:1.45}.system-result.good{border-color:rgba(125,164,125,.45)}.system-result.bad{border-color:rgba(197,109,109,.5)}.system-code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.78rem;word-break:break-all}.system-note{color:var(--muted);font-size:.88rem;line-height:1.5}.system-section-title{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.system-section-title h2{margin:0 0 5px}.system-section-title p{margin:0;color:var(--muted)}.system-file{max-width:100%}@media(max-width:900px){.system-grid,.system-fields{grid-template-columns:1fr}}