.wptcp-modal[hidden],.wptcp-modal-overlay[hidden]{display:none!important}#ccp-loading-screen.ccp-loader-done{opacity:0;visibility:hidden;pointer-events:none;z-index:-1;animation:none}.ccp-loader-content{text-align:center;display:flex;flex-direction:column;align-items:center;gap:18px}.ccp-loader-icon{font-size:3.5rem;animation:ccpLoaderPulse 1.8s ease-in-out infinite}.ccp-loader-text{font-family:var(--wpt-font, sans-serif);font-size:1rem;font-weight:600;color:#4c4c6d;letter-spacing:.02em}.ccp-loader-bar-bg{width:180px;height:5px;background:#0000000f;border-radius:99px;overflow:hidden}.ccp-loader-bar-fill{width:0%;height:100%;border-radius:99px;background:linear-gradient(90deg,#615eff,#a855f7,#ec4899);background-size:200% 100%;animation:ccpLoaderProgress 2s ease-out forwards,ccpLoaderShimmer 1.2s linear infinite}@keyframes ccpLoaderFadeOut{0%{opacity:1;visibility:visible}to{opacity:0;visibility:hidden;pointer-events:none}}@keyframes ccpLoaderPulse{0%,to{transform:scale(1);opacity:.85}50%{transform:scale(1.12);opacity:1}}@keyframes ccpLoaderProgress{0%{width:0%}60%{width:70%}to{width:100%}}@keyframes ccpLoaderShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}#wptCcpBackBtn.wpt-immersive-back{display:flex!important;position:fixed!important;width:44px!important;height:44px!important;min-width:44px;min-height:44px;border-radius:50%!important;background:linear-gradient(135deg,#ec4899,#8b5cf6)!important;color:#fff!important;z-index:var(--wpt-z-tutorial, 2000)!important;top:calc(env(safe-area-inset-top,0px) + 12px);left:12px;align-items:center;justify-content:center;border:none;padding:0;margin:0;box-shadow:0 4px 14px #8b5cf659;cursor:pointer}@media (min-width: 768px){#wptCcpBackBtn.wpt-immersive-back{display:none!important}}.ccp-title{font-size:1.6rem;font-weight:900;text-align:center;background:linear-gradient(135deg,#6366f1,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:50px 0 30px;letter-spacing:-.5px}@media (min-width: 768px){.ccp-title{display:none}}.ccp-credit-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;border-radius:14px;padding:1rem 1.25rem;margin-bottom:1.25rem;flex-wrap:wrap}.ccp-credit-solde{font-size:1rem}.ccp-credit-solde strong{font-size:1.5rem;font-weight:800}.ccp-credit-actions{display:flex;gap:.5rem}.ccp-tabs{display:flex;gap:0;border-bottom:2px solid #e5e7eb;margin-bottom:1.25rem}.ccp-tab{padding:.6rem 1.25rem;background:none;border:none;font-size:.95rem;font-weight:600;color:#888;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:color .15s,border-color .15s}.ccp-tab:hover{color:#333}.ccp-tab.is-active{color:#7c3aed;border-bottom-color:#7c3aed}.ccp-tab-content{display:none}.ccp-tab-content.is-active{display:block}.ccp-filter-bar{margin-bottom:1rem}.ccp-select{padding:.45rem .75rem;border:1.5px solid #ddd;border-radius:8px;font-size:.88rem;background:#fff;cursor:pointer}.ccp-select:focus{border-color:#7c3aed;outline:none;box-shadow:0 0 0 3px #7c3aed1f}.ccp-codes-list{display:grid;grid-template-columns:1fr;gap:.75rem}.ccp-code-card{background:#fff;border-radius:12px;padding:1rem 1.15rem;border:1px solid #eee;box-shadow:0 1px 4px #0000000d;transition:box-shadow .2s,transform .15s}.ccp-code-card:hover{box-shadow:0 4px 16px #00000014;transform:translateY(-1px)}.ccp-status-paused{border-left:3px solid #d97706}.ccp-status-active{border-left:3px solid #16a34a}.ccp-status-expired{border-left:3px solid #9ca3af;opacity:.7}.ccp-code-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;margin-bottom:.5rem}.ccp-code-title{font-size:1rem;font-weight:700;color:#1a1a2e;line-height:1.3}.ccp-pill{display:inline-block;padding:.15rem .55rem;border-radius:20px;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;white-space:nowrap}.ccp-pill-ok{background:#dcfce7;color:#16a34a}.ccp-pill-warn{background:#fef3c7;color:#d97706}.ccp-pill-muted{background:#f3f4f6;color:#9ca3af}.ccp-code-meta{display:flex;gap:.75rem;flex-wrap:wrap;font-size:.82rem;color:#555;margin-bottom:.35rem}.ccp-code-meta b{font-weight:600;color:#333}.ccp-code-desc{font-size:.82rem;color:#777;margin:.35rem 0;line-height:1.4}.ccp-code-actions{margin-top:.5rem}.ccp-muted{text-align:center;padding:2.5rem 1rem;color:#aaa;font-size:.9rem}.ccp-pagination{text-align:center;margin-top:1rem}.ccp-btn{display:inline-flex;align-items:center;justify-content:center;padding:.55rem 1.1rem;border-radius:8px;font-size:.88rem;font-weight:600;cursor:pointer;border:none;transition:background .15s,box-shadow .15s,transform .1s;line-height:1.3}.ccp-btn:active{transform:scale(.97)}.ccp-btn-primary{background:#7c3aed;color:#fff}.ccp-btn-primary:hover{background:#6d28d9}.ccp-btn-primary:disabled{opacity:.6;cursor:not-allowed}.ccp-btn-outline{background:#fff;color:#7c3aed;border:1.5px solid #7c3aed}.ccp-btn-outline:hover{background:#f5f3ff}.ccp-btn-ghost{background:transparent;color:#fff;opacity:.85}.ccp-btn-ghost:hover{opacity:1}.ccp-btn-danger{background:#fef2f2;color:#dc2626}.ccp-btn-danger:hover{background:#fee2e2}.ccp-btn-sm{padding:.35rem .7rem;font-size:.78rem}.ccp-form{max-width:560px}.ccp-form-title{font-size:1.15rem;font-weight:700;margin:0 0 1.25rem;color:#1a1a2e}.ccp-field{margin-bottom:1rem}.ccp-field label{display:block;font-size:.85rem;font-weight:600;color:#333;margin-bottom:.3rem}.ccp-req{color:#dc2626}.ccp-opt{font-weight:400;color:#aaa;font-size:.78rem}.ccp-field input[type=text],.ccp-field input[type=number],.ccp-field select,.ccp-field textarea{width:100%;padding:.55rem .75rem;border:1.5px solid #ddd;border-radius:8px;font-size:.9rem;background:#fff;transition:border-color .15s;box-sizing:border-box}.ccp-field input:focus,.ccp-field select:focus,.ccp-field textarea:focus{border-color:#7c3aed;outline:none;box-shadow:0 0 0 3px #7c3aed1f}.ccp-field-row{display:flex;gap:1rem}.ccp-field-half{flex:1}@media (max-width: 480px){.ccp-field-row{flex-direction:column;gap:0}}.ccp-hint{font-size:.8rem;color:#888;margin:0 0 .5rem}.ccp-radio-group{display:flex;gap:.75rem;flex-wrap:wrap}.ccp-radio{display:flex;align-items:center;gap:.3rem;font-size:.88rem;cursor:pointer}.ccp-tarif-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}@media (max-width: 480px){.ccp-tarif-cards{grid-template-columns:repeat(2,1fr)}}.ccp-tarif-card{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.75rem .5rem;border:2px solid #e5e7eb;border-radius:10px;cursor:pointer;transition:border-color .15s,background .15s;text-align:center}.ccp-tarif-card input[type=radio]{display:none}.ccp-tarif-card:hover{border-color:#c4b5fd}.ccp-tarif-card.is-selected{border-color:#7c3aed;background:#f5f3ff}.ccp-tarif-price{font-size:1.15rem;font-weight:800;color:#7c3aed}.ccp-tarif-label{font-size:.72rem;color:#888;margin-top:.15rem}.ccp-image-picker{display:flex;align-items:center;gap:.75rem}.ccp-image-preview{width:80px;height:80px;border-radius:10px;background:#f3f4f6;display:flex;align-items:center;justify-content:center;font-size:.75rem;color:#aaa;overflow:hidden}.ccp-form-errors{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:.75rem 1rem;color:#dc2626;font-size:.85rem;margin-bottom:1rem}.ccp-form-errors div{margin:.15rem 0}.ccp-form-actions{margin-top:1.25rem}.ccp-confirmation{text-align:center;padding:2rem 1rem}.ccp-confirm-icon{font-size:3rem;color:#16a34a;margin-bottom:.75rem}.ccp-confirmation h3{font-size:1.25rem;font-weight:700;color:#1a1a2e;margin:0 0 1rem}.ccp-confirm-details{text-align:left;max-width:400px;margin:0 auto 1.25rem;font-size:.9rem;line-height:1.8;color:#555}.ccp-confirm-details b{color:#333}.ccp-confirm-alert{background:#fef3c7;border:1px solid #fde68a;border-radius:8px;padding:.75rem 1rem;color:#92400e;font-size:.85rem;margin-bottom:1rem;max-width:400px;margin-left:auto;margin-right:auto}.ccp-confirm-actions{display:flex;gap:.75rem;justify-content:center}.ccp-suggestion{background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;padding:.5rem .75rem;font-size:.82rem;color:#0369a1;margin-bottom:.5rem}.ccp-modal-overlay{position:fixed;inset:0;background:#0006;z-index:var(--wpt-z-modal, 500);opacity:0;transition:opacity .2s}.ccp-modal-overlay.show{opacity:1}.ccp-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.95);background:#fff;border-radius:16px;width:90%;max-width:440px;max-height:80vh;overflow-y:auto;padding:1.5rem;z-index:var(--wpt-z-modal, 500);box-shadow:0 20px 60px #0003;opacity:0;transition:opacity .2s,transform .2s}.ccp-modal.show{opacity:1;transform:translate(-50%,-50%) scale(1)}.ccp-modal h3{font-size:1.1rem;font-weight:700;margin:0 0 1rem;color:#1a1a2e}.ccp-modal-actions{display:flex;gap:.75rem;margin-top:1.25rem}.ccp-history-list{max-height:50vh;overflow-y:auto}.ccp-tx{display:flex;align-items:center;gap:.5rem;padding:.5rem 0;border-bottom:1px solid #f3f4f6;font-size:.85rem}.ccp-tx-date{color:#999;min-width:80px}.ccp-tx-desc{flex:1;color:#555}.ccp-tx-amount{font-weight:700;white-space:nowrap}.ccp-tx-credit .ccp-tx-amount{color:#16a34a}.ccp-tx-debit .ccp-tx-amount{color:#dc2626}.ccp-toast{padding:.6rem 1.15rem;border-radius:10px;font-size:.88rem;font-weight:600;margin-bottom:.5rem;opacity:0;transform:translate(20px);transition:opacity .25s,transform .25s;pointer-events:none}.ccp-toast-show{opacity:1;transform:translate(0)}.ccp-toast-success{background:#16a34a;color:#fff}.ccp-toast-error{background:#dc2626;color:#fff}.ccp-toast-info{background:#333;color:#fff}.ccp-tarif-card--disabled{opacity:.35;pointer-events:none;cursor:not-allowed;position:relative}.ccp-tarif-card--disabled:after{content:"";position:absolute;inset:0;background:repeating-linear-gradient(-45deg,transparent,transparent 4px,rgba(0,0,0,.04) 4px,rgba(0,0,0,.04) 8px);border-radius:inherit}.ccp-tarif-notice{display:flex;align-items:center;gap:8px;padding:10px 14px;background:#fffbeb;border:1px solid #fde68a;border-radius:10px;font-size:13px;color:#92400e;margin-bottom:10px}.ccp-tarif-notice i{color:#f59e0b;flex-shrink:0}.ccp-tarif-notice strong{color:#78350f}.ccp-code-image{border-radius:10px;overflow:hidden;margin:8px 0;max-height:100px}.ccp-code-image img{width:100%;height:100%;object-fit:cover}.ccp-btn-warn{background:#f59e0b;color:#fff;border:none}.ccp-btn-warn:hover{background:#d97706}.ccp-btn-muted{background:#9ca3af;color:#fff;border:none}.ccp-btn-muted:hover{background:#6b7280}.ccp-input-disabled{background:#f5f5f5!important;color:#999!important;cursor:not-allowed;border-color:#e8e8e8!important}.ccp-verify-section{max-width:560px}.ccp-verify-input-row{display:flex;gap:10px;align-items:flex-start}.ccp-verify-input-row input{flex:1;padding:12px 16px;border:2px solid #e0e0e0;border-radius:12px;font-size:16px;font-family:SF Mono,Fira Code,monospace;letter-spacing:1px;transition:border-color .2s}.ccp-verify-input-row input:focus{border-color:#7c3aed;outline:none;box-shadow:0 0 0 3px #7c3aed1f}.ccp-verify-result{margin-top:20px;border:1px solid #e8e8e8;border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 2px 12px #0000000a}.ccp-verify-result__header{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-bottom:1px solid #f0f0f0;background:#fafafa}.ccp-verify-result__status{display:inline-block;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:700;text-transform:uppercase}.ccp-verify-result__status.is-valid{background:#d4edda;color:#155724}.ccp-verify-result__status.is-used{background:#ffeeba;color:#856404}.ccp-verify-result__status.is-expired,.ccp-verify-result__status.is-invalid{background:#f8d7da;color:#721c24}.ccp-verify-result__code{font-family:SF Mono,Fira Code,monospace;font-size:15px;font-weight:600;color:#555;letter-spacing:1px}.ccp-verify-result__body{padding:16px 20px}.ccp-verify-result__row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #f5f5f5;font-size:14px}.ccp-verify-result__row:last-child{border-bottom:none}.ccp-verify-result__label{color:#888}.ccp-verify-result__value{font-weight:600;color:#333}.ccp-verify-result__actions{padding:16px 20px;border-top:1px solid #f0f0f0;background:#fafafa}.ccp-pos-placeholder{margin-top:24px;padding:16px;background:#f8f7ff;border-radius:12px;border:1px dashed #d0cdff}.ccp-pos-placeholder a{color:#7c3aed;font-weight:600}
