#ccv-overlay{position:fixed;inset:0;z-index:10000;background:rgba(15,23,42,.45);display:flex;align-items:center;justify-content:center;padding:24px}.ccv-panel{background:#fff;border-radius:14px;width:min(860px,100%);max-height:88vh;display:flex;flex-direction:column;box-shadow:0 24px 64px -16px rgba(15,23,42,.35)}.ccv-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding:18px 22px 10px}.ccv-title{font-weight:700;font-size:1.05rem;color:#0f172a}.ccv-subtitle{font-size:.8rem;color:#64748b;margin-top:2px}.ccv-close{border:1px solid #e2e8f0;background:#fff;border-radius:8px;width:30px;height:30px;cursor:pointer;color:#64748b;font-size:.9rem}.ccv-close:hover{background:#f1f5f9}.ccv-legend{padding:0 22px 10px;font-size:.76rem;color:#94a3b8;border-bottom:1px solid #eef1f6}.ccv-next-chip,.ccv-prev-chip{padding:1px 8px;border-radius:999px;font-weight:600}.ccv-prev-chip{background:#fef2f2;color:#b91c1c}.ccv-next-chip{background:#f0fdf4;color:#166534}.ccv-body{overflow-y:auto;padding:14px 22px 22px}.ccv-section{margin-bottom:18px}.ccv-section-title{font-weight:700;font-size:.88rem;color:#334155;padding-bottom:6px;border-bottom:2px solid #e2e8f0;margin-bottom:10px}.ccv-field{border:1px solid #eef1f6;border-radius:10px;padding:10px 14px;margin-bottom:8px;background:#fbfcfe}.ccv-field-name{font-weight:600;font-size:.84rem;color:#46566e;margin-bottom:6px}.ccv-cols{display:grid;grid-template-columns:1fr 22px 1fr;gap:6px;align-items:start}.ccv-prev{background:#fef2f2;color:#991b1b;border-radius:7px;padding:6px 10px;font-size:.85rem;line-height:1.5;word-break:break-all;text-decoration:line-through;text-decoration-color:rgba(153,27,27,0.35)}.ccv-next{background:#f0fdf4;color:#166534;border-radius:7px;padding:6px 10px;font-size:.85rem;line-height:1.5;word-break:break-all;font-weight:600}.ccv-arrow{text-align:center;color:#94a3b8;padding-top:6px;font-size:.85rem}.ccv-sub{margin:6px 0}.ccv-sub-label{display:block;font-size:.75rem;color:#7c8aa0;margin-bottom:3px}.ccv-line{font-size:.84rem;color:#334155;line-height:1.6}.ccv-row{border-top:1px dashed #e2e8f0;padding:8px 0 2px;margin-top:8px}.ccv-row:first-of-type{border-top:none;margin-top:0;padding-top:2px}.ccv-row-head{font-size:.84rem;font-weight:600;color:#334155;margin-bottom:4px}.ccv-kind{padding:1px 8px;border-radius:999px;font-size:.72rem;font-weight:700;margin-right:4px}.ccv-kind-add{background:#f0fdf4;color:#166534}.ccv-kind-mod{background:#eff6ff;color:#1d4ed8}.ccv-kind-del{background:#fef2f2;color:#b91c1c}.ccv-empty{color:#94a3b8;font-size:.88rem;padding:12px 0}@media (max-width:640px){#ccv-overlay{padding:10px}.ccv-cols{grid-template-columns:1fr}.ccv-arrow{display:none}}.ccv-actions{display:flex;justify-content:flex-end;gap:10px;padding:12px 22px 18px;border-top:1px solid #eef1f6}.ccv-action{border:1px solid #d7dee8;background:#fff;color:#334155;border-radius:9px;padding:9px 20px;font-size:.88rem;font-weight:500;cursor:pointer;font-family:inherit}.ccv-action:hover{background:#f6f8fb}.ccv-action-primary{background:linear-gradient(180deg,#3b82f6,#2563eb);color:#fff;border:none;font-weight:600}.ccv-action-primary:hover{background:linear-gradient(180deg,#2f77f2,#1d4ed8)}