.cs-bullets{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px;margin:0;padding:0;list-style:none;display:grid}.cs-bullet{background:var(--surface-card);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);font-size:var(--font-size-base);color:var(--text-body);gap:12px;padding:16px 18px;line-height:1.6;display:flex}.cs-bullet:before{content:"";background:var(--pub-mark);border-radius:2px;flex-shrink:0;width:9px;height:9px;margin-top:7px}.cs-list{background:var(--surface-card);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);flex-direction:column;gap:0;margin:0;padding:4px 20px;list-style:none;display:flex}.cs-item{align-items:flex-start;gap:14px;padding:14px 0;display:flex}.cs-item+.cs-item{border-top:1px solid var(--border-subtle)}.cs-num{border-radius:var(--radius-sm);background:var(--pub-mark);width:28px;height:28px;font-size:var(--font-size-md);color:var(--pub-mark-ink);flex-shrink:0;justify-content:center;align-items:center;font-weight:700;line-height:1;display:inline-flex}.cs-item-body{flex:1;min-width:0;padding-top:3px}.cs-item-title{font-size:var(--font-size-base);color:var(--text-primary);margin:0 0 2px;font-weight:600;line-height:1.45}.cs-item-text{font-size:var(--font-size-base);color:var(--text-body);margin:0;line-height:1.6}.cs-quote{background:var(--surface-card);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);margin:0;padding:20px 24px}.cs-quote-text{color:var(--text-body);margin:0 0 10px;font-size:16px;line-height:1.65}.cs-quote-author{font-size:var(--font-size-md);color:var(--acc-orange-text);margin:0;font-weight:600}.cs-related{margin-bottom:48px}
