.cct-tool{max-width:1180px;margin:32px auto;padding:0 16px;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#172033}.cct-tool *{box-sizing:border-box}.cct-tool__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:24px;align-items:start}.cct-tool__panel{border:1px solid #e3e8ef;border-radius:20px;padding:28px;background:#fff;box-shadow:0 16px 36px rgba(23,32,51,.07)}.cct-tool__panel--results{min-height:516px;background:#fbfcfe}.cct-tool__eyebrow{margin:0 0 8px;color:#5b48d6;font-weight:800;font-size:.78rem;letter-spacing:.07em;text-transform:uppercase}.cct-tool__title{margin:0 0 10px;font-size:clamp(1.75rem,3vw,2.35rem);line-height:1.12;color:#172033}.cct-tool__description{margin:0 0 22px;color:#586277;line-height:1.6}.cct-tool__label{display:block;margin:18px 0 8px;font-weight:800;color:#253047}.cct-tool__textarea,.cct-tool__select{display:block;width:100%;border:1px solid #cfd8e6;border-radius:13px;background:#fff;color:#172033;font:inherit}.cct-tool__textarea{min-height:180px;padding:14px;line-height:1.55;resize:vertical}.cct-tool__textarea:focus,.cct-tool__select:focus,.cct-tool__mode:focus,.cct-tool__submit:focus,.cct-tool__copy:focus,.cct-tool__copy-all:focus,.cct-tool__cta-link:focus{outline:3px solid rgba(91,72,214,.28);outline-offset:3px}.cct-tool__select{padding:12px}.cct-tool__count{display:flex;justify-content:space-between;gap:12px;margin:8px 0 16px;font-size:.83rem;color:#6d7688}.cct-tool__fieldset{margin:18px 0 20px;padding:0;border:0}.cct-tool__modes{display:flex;flex-wrap:wrap;gap:8px}.cct-tool__mode,.cct-tool__copy,.cct-tool__copy-all{border:1px solid #ccd5e2;background:#fff;border-radius:999px;padding:9px 12px;font:inherit;font-size:.88rem;font-weight:750;color:#253047;cursor:pointer;transition:.18s ease}.cct-tool__mode:hover,.cct-tool__copy:hover,.cct-tool__copy-all:hover{border-color:#7e6ceb;background:#f6f4ff}.cct-tool__mode.is-active{background:#1f2a44;border-color:#1f2a44;color:#fff}.cct-tool__submit{display:flex;align-items:center;justify-content:center;gap:9px;width:100%;border:0;border-radius:14px;background:#5b48d6;color:#fff;padding:14px 18px;font:inherit;font-weight:850;cursor:pointer;transition:.18s ease}.cct-tool__submit:hover{background:#4938bd}.cct-tool__submit:disabled{cursor:not-allowed;opacity:.7}.cct-tool__spinner{display:none;width:16px;height:16px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;animation:cct-spin .8s linear infinite}.cct-tool__submit.is-loading .cct-tool__spinner{display:inline-block}@keyframes cct-spin{to{transform:rotate(360deg)}}.cct-tool__privacy,.cct-tool__review-note{margin:12px 0 0;color:#697386;font-size:.82rem;line-height:1.45}.cct-tool__empty,.cct-tool__loading,.cct-tool__error{min-height:420px;display:grid;place-content:center;text-align:center;color:#5d687b}.cct-tool__empty h3,.cct-tool__loading h3,.cct-tool__error h3{margin:10px 0 7px;color:#253047;font-size:1.2rem}.cct-tool__empty p,.cct-tool__loading p,.cct-tool__error p{margin:0;max-width:320px;line-height:1.55}.cct-tool__empty-icon{display:grid;place-items:center;width:48px;height:48px;margin:0 auto;border-radius:50%;background:#efedff;color:#5b48d6;font-size:1.5rem}.cct-tool__loader{width:34px;height:34px;margin:0 auto;border:3px solid #dcd8ff;border-top-color:#5b48d6;border-radius:50%;animation:cct-spin .85s linear infinite}.cct-tool__results-heading{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:16px}.cct-tool__results-heading h3{margin:0;color:#253047;font-size:1.25rem}.cct-tool__result-card{margin:0 0 13px;padding:16px;border:1px solid #e1e7f0;border-radius:14px;background:#fff}.cct-tool__result-topline{display:flex;justify-content:space-between;gap:8px;align-items:center;margin-bottom:9px}.cct-tool__result-label{font-size:.8rem;font-weight:850}.cct-tool__result-label--one{color:#5b48d6}.cct-tool__result-label--two{color:#197e66}.cct-tool__result-label--three{color:#a85d10}.cct-tool__result-text{margin:0;color:#28334a;line-height:1.62;white-space:pre-wrap}.cct-tool__why{margin:17px 0 0;padding:15px 16px;border-left:4px solid #5b48d6;border-radius:10px;background:#f4f3ff}.cct-tool__why h4{margin:0 0 6px;color:#253047}.cct-tool__why p{margin:0;line-height:1.55;color:#586277}.cct-tool__cta{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:20px;padding:20px;border-radius:16px;background:#1f2a44;color:#fff}.cct-tool__cta h3{margin:0 0 6px;font-size:1.1rem}.cct-tool__cta p{margin:0;color:#e6eaf2;line-height:1.5;font-size:.92rem}.cct-tool__cta-link{display:inline-block;flex:0 0 auto;border-radius:999px;background:#fff;color:#1f2a44;padding:10px 14px;text-decoration:none;font-weight:850;white-space:nowrap}.cct-tool__error{color:#a32929}.cct-tool__error h3{color:#8f1f1f}@media(max-width:820px){.cct-tool__grid{grid-template-columns:1fr}.cct-tool__panel{padding:20px}.cct-tool__results-heading,.cct-tool__cta{align-items:stretch;flex-direction:column}.cct-tool__cta-link{text-align:center}.cct-tool__count{flex-direction:column;gap:3px}.cct-tool__panel--results{min-height:400px}}
