/* Company intelligence profile pages */
.cp-main { padding: 120px 0 80px; }
.cp-main .breadcrumbs { margin-bottom: 28px; }
.cp-hero { display: flex; gap: 24px; align-items: flex-start; margin-bottom: 40px; }
.cp-logo { width: 64px; height: 64px; border-radius: 14px; object-fit: contain; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); padding: 8px; flex: 0 0 auto; }
.cp-h1 { font-size: clamp(28px, 4vw, 44px); line-height: 1.15; font-weight: 600; margin: 8px 0 12px; }
.cp-oneliner { font-size: 16px; color: var(--muted); max-width: 720px; line-height: 1.6; }
.cp-oneliner a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
.cp-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.cp-chip { font-size: 12px; padding: 5px 12px; border-radius: 999px; border: 1px solid rgba(168,85,247,0.35); background: rgba(168,85,247,0.10); color: var(--text); }
.cp-grid { display: grid; grid-template-columns: 320px 1fr; gap: 32px; align-items: start; }
.cp-side { position: sticky; top: 96px; display: flex; flex-direction: column; gap: 20px; }
.cp-card { border: 1px solid rgba(255,255,255,0.09); border-radius: 16px; padding: 20px; background: linear-gradient(180deg, rgba(20,16,38,0.6), rgba(10,8,18,0.9)); }
.cp-card-h { font-size: 11px; letter-spacing: 0.12em; color: var(--dim); margin-bottom: 14px; }
.cp-kv { padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,0.06); }
.cp-kv:last-child { border-bottom: none; }
.cp-kv-k { font-size: 11px; color: var(--dim); letter-spacing: 0.04em; text-transform: uppercase; }
.cp-kv-v { font-size: 13.5px; line-height: 1.5; margin-top: 2px; word-break: break-word; }
.cp-cta p { font-size: 13.5px; color: var(--muted); line-height: 1.55; margin-bottom: 14px; }
.cp-section { margin-bottom: 36px; }
.cp-h2 { font-size: 20px; font-weight: 600; margin-bottom: 12px; padding-bottom: 10px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.cp-body { font-size: 14.5px; line-height: 1.75; color: var(--muted); margin-bottom: 10px; }
.cp-dir-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 12px; margin-bottom: 12px; }
.cp-dir-card { display: block; border: 1px solid rgba(255,255,255,0.09); border-radius: 12px; padding: 14px 16px; text-decoration: none; color: inherit; background: rgba(255,255,255,0.02); transition: border-color .2s, transform .2s; }
.cp-dir-card:hover { border-color: rgba(168,85,247,0.5); transform: translateY(-2px); }
.cp-dir-name { font-weight: 500; font-size: 14.5px; }
.cp-dir-meta { font-size: 12px; color: var(--dim); margin-top: 4px; }
.cp-raw summary { cursor: pointer; font-size: 13px; color: var(--dim); margin: 8px 0; }
.cp-list { padding-left: 18px; }
.cp-list li { font-size: 14.5px; line-height: 1.8; color: var(--muted); }
.cp-list a { color: var(--text); text-decoration: underline; text-underline-offset: 3px; }
.cp-faq { border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; padding: 14px 18px; margin-bottom: 10px; background: rgba(255,255,255,0.02); }
.cp-faq summary { cursor: pointer; font-weight: 500; font-size: 14.5px; }
.cp-faq p { font-size: 14px; color: var(--muted); line-height: 1.7; margin-top: 10px; }
.cp-disclaimer { font-size: 12px; color: var(--dim); line-height: 1.6; border-top: 1px solid rgba(255,255,255,0.07); padding-top: 16px; }
/* master index */
.cp-hero-index { margin-bottom: 32px; }
.cp-search { width: 100%; max-width: 480px; margin-top: 20px; padding: 12px 18px; border-radius: 12px; border: 1px solid rgba(255,255,255,0.12); background: rgba(255,255,255,0.04); color: var(--text); font-family: inherit; font-size: 14px; }
.cp-search:focus { outline: none; border-color: rgba(168,85,247,0.6); }
.cp-index-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 14px; }
.cp-index-card { display: block; border: 1px solid rgba(255,255,255,0.09); border-radius: 14px; padding: 18px 20px; text-decoration: none; color: inherit; background: rgba(255,255,255,0.02); transition: border-color .2s, transform .2s; }
.cp-index-card:hover { border-color: rgba(168,85,247,0.5); transform: translateY(-2px); }
.cp-index-name { font-weight: 500; font-size: 14.5px; line-height: 1.4; }
.cp-index-meta { font-size: 12px; color: var(--dim); margin-top: 6px; }
@media (max-width: 900px) {
  .cp-grid { grid-template-columns: 1fr; }
  .cp-side { position: static; }
}
/* light theme */
[data-theme="light"] .cp-card { background: #fff; border-color: rgba(0,0,0,0.08); }
[data-theme="light"] .cp-kv { border-color: rgba(0,0,0,0.06); }
[data-theme="light"] .cp-h2 { border-color: rgba(0,0,0,0.08); }
[data-theme="light"] .cp-dir-card, [data-theme="light"] .cp-index-card, [data-theme="light"] .cp-faq { background: #fff; border-color: rgba(0,0,0,0.08); }
[data-theme="light"] .cp-search { background: #fff; border-color: rgba(0,0,0,0.12); color: inherit; }
[data-theme="light"] .cp-logo { background: #f6f6f8; border-color: rgba(0,0,0,0.08); }
[data-theme="light"] .cp-disclaimer { border-color: rgba(0,0,0,0.07); }
