.crl-groups{gap:16px}.crl-groups,.crl-rows{display:flex;flex-direction:column}.crl-rows{gap:0}.crl-row{display:grid;grid-template-columns:1fr 240px;gap:18px;padding:14px 0;border-bottom:1px solid var(--theme-border,rgba(0,0,0,.06))}.crl-row:last-child{border-bottom:none}.crl-row[data-unset=true]{background:rgba(244,63,94,.04);border-radius:8px;padding:14px 12px;margin:0 -12px}.crl-row-meta{display:flex;flex-direction:column;gap:4px;min-width:0}.crl-row-label{font-size:.95rem;font-weight:700;color:var(--theme-text,#1a1a1a)}.crl-row-key{font-size:.78rem;color:var(--theme-text-muted,rgba(0,0,0,.55))}.crl-row-key code{font-family:var(--font-mono,ui-monospace,SFMono-Regular),monospace;background:var(--theme-surface-2,rgba(0,0,0,.05));padding:1px 6px;border-radius:4px;font-size:.85em}.crl-row-source{font-size:.78rem;color:var(--theme-text-muted,rgba(0,0,0,.55));font-style:italic}.crl-row-note{font-size:.78rem;color:var(--theme-text-muted,rgba(0,0,0,.65))}.crl-row-input{display:flex;align-items:center;justify-content:flex-end}.crl-input-wrap{display:inline-flex;align-items:stretch;border:1px solid var(--theme-border,rgba(0,0,0,.12));border-radius:8px;background:var(--theme-surface,#fff);overflow:hidden;width:220px}.crl-input{flex:1;border:none;background:transparent;padding:9px 12px;font-size:.95rem;font-weight:600;font-family:var(--font-mono,ui-monospace,SFMono-Regular),monospace;color:var(--theme-text,#1a1a1a);outline:none;text-align:right;min-width:0}.crl-input-prefix,.crl-input-suffix{display:inline-flex;align-items:center;padding:0 10px;background:var(--theme-surface-2,rgba(0,0,0,.03));color:var(--theme-text-muted,rgba(0,0,0,.6));font-size:.95rem;font-weight:600}.crl-input-prefix{border-right:1px solid var(--theme-border,rgba(0,0,0,.08))}.crl-input-suffix{border-left:1px solid var(--theme-border,rgba(0,0,0,.08))}.crl-foot{margin-top:18px;display:flex;justify-content:flex-end;gap:10px}@media (max-width:720px){.crl-row{grid-template-columns:1fr}.crl-row-input{justify-content:stretch}.crl-input-wrap{width:100%}}