:root{ --cdg-primary:#0f172a; --cdg-secondary:#2563eb; --cdg-ghost:#e5e7eb;
--cdg-text:#111827;
--cdg-muted:#6b7280;
}
.cdg-wrap{max-width:980px;margin:0 auto;padding:1rem;color:var(--cdg-text)}
.cdg-tabs{display:flex;gap:8px;margin-bottom:12px;flex-wrap:wrap}
.cdg-tab{border:1px solid #e5e7eb;background:#fff;border-radius:999px;padding:8px 14px;cursor:pointer}
.cdg-tab.cdg-active{background:var(--cdg-primary);color:#fff;border-color:var(--cdg-primary)}
.cdg-panel{border:1px solid #eee;border-radius:12px;padding:16px;margin-bottom:16px;background:#fff}
.cdg-panel h3{margin-top:0}
.cdg-grid{display:grid;gap:12px}
@media(min-width:700px){.cdg-grid{grid-template-columns: 1fr 1fr}}
.cdg-field{display:flex;flex-direction:column;gap:6px}
.cdg-field label{font-weight:600}
.cdg-actions{display:flex;gap:8px;margin:12px 0}
.cdg-result{margin-top:1rem;border:1px solid #eee;border-radius:12px;padding:16px;background:#fff}
.cdg-submit{margin-top:10px}
.cdg-note{font-size:12px;color:var(--cdg-muted)}
.cdg-cta-row{display:flex;flex-wrap:wrap;gap:10px;margin:8px 0 12px}
.cdg-cta-bottom{margin-top:16px;border-top:1px dashed #eee;padding-top:12px}
.cdg-btn{display:inline-block;padding:10px 16px;border-radius:14px;text-decoration:none;font-weight:600}
.cdg-btn-primary{background:var(--cdg-secondary);color:#fff}
.cdg-btn-primary:hover{opacity:.92}
.cdg-btn-secondary{background:var(--cdg-primary);color:#fff}
.cdg-btn-secondary:hover{opacity:.92}
.cdg-btn-ghost{background:var(--cdg-ghost);color:var(--cdg-text)}
.cdg-btn-ghost:hover{background:#d1d5db}