*,*:before,*:after{box-sizing:border-box}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#353030;background-color:#f5f5f7;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden;-webkit-overflow-scrolling:touch}#root{min-height:100vh}:root{--ck-red: #D73B3B;--ck-red-dark: #c13333;--ck-green: #22c55e;--ck-green-dark: #16a34a;--ck-yellow: #facc15;--ck-yellow-dark: #eab308;--ck-text: #1f2937;--ck-text-muted: #6b7280;--ck-bg: #e5e7eb;--ck-card: #ffffff;--ck-border: #d1d5db;--ck-input: #f3f4f6}.ck-page{min-height:100vh;background:#f9fafb;color:var(--ck-text);padding-bottom:120px;overflow-x:hidden;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column}.ck-header-wrapper{position:sticky;top:0;z-index:50;box-shadow:0 4px 12px #0000001f}.ck-header{background:var(--ck-red);padding:12px 16px;display:flex;align-items:center;justify-content:space-between}.ck-header-back{color:#ffffffe6;display:flex;align-items:center;text-decoration:none;transition:color .2s}.ck-header-back:hover{color:#fff}.ck-header-logo{display:flex;align-items:center;justify-content:center;font-family:Pacifico,Dancing Script,cursive;font-size:22px;font-weight:400;color:#fff;text-decoration:none;letter-spacing:.02em;white-space:nowrap}.ck-header-lock{color:#ffffffe6}.ck-location{display:flex;align-items:center;justify-content:center;gap:10px;padding:12px 16px;background:linear-gradient(135deg,#16a34a,#22c55e);color:#fff;font-size:15px;font-weight:700;letter-spacing:.02em;text-shadow:0 1px 2px rgba(0,0,0,.15)}.ck-location-icon{font-size:18px;line-height:1;filter:drop-shadow(0 1px 1px rgba(0,0,0,.2))}.ck-stepper{background:var(--ck-card);border-bottom:1px solid var(--ck-border);padding:14px 20px 18px}.ck-stepper-dots{display:flex;align-items:center;justify-content:center;gap:2px}.ck-stepper-wrap{display:flex;align-items:center}.ck-stepper-dot{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;border:none;cursor:pointer;transition:all .2s;flex-shrink:0}.ck-stepper-dot.done,.ck-stepper-dot.active{background:var(--ck-red);color:#fff}.ck-stepper-dot:not(.done):not(.active){background:var(--ck-border);color:var(--ck-text-muted)}.ck-stepper-dot:disabled{cursor:default}.ck-stepper-check{width:16px;height:16px}.ck-stepper-line{width:32px;height:2px;background:var(--ck-border);margin:0 2px}.ck-stepper-line.done{background:var(--ck-red)}.ck-stepper-label{text-align:center;font-size:12px;font-weight:600;color:var(--ck-text-muted);margin:10px 0 0}.ck-main{flex:1;padding:12px 0 24px;box-sizing:border-box}.ck-layout{max-width:512px;margin:0 auto;padding:0 12px;display:flex;flex-direction:column;gap:12px}@media(min-width:768px){.ck-layout{max-width:960px;display:grid;grid-template-columns:1fr 340px}}.ck-form-col{min-width:0}.ck-summary-after-form{display:block;margin-top:20px}.ck-summary-col{display:none}.ck-layout-panini{flex-direction:column}@media(min-width:768px){.ck-summary-after-form{display:none}.ck-summary-col{display:block;position:sticky;top:120px;align-self:start}}.ck-form{background:var(--ck-card);border-radius:16px;border:1px solid var(--ck-border);box-shadow:0 1px 3px #0000000d;overflow:hidden}.ck-step-content{padding:24px}.ck-section-header{display:flex;align-items:flex-start;gap:14px;margin-bottom:24px}.ck-section-icon{width:42px;height:42px;border-radius:50%;background:#ea1d2c1a;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ck-section-icon svg{width:22px;height:22px;color:var(--ck-red)}.ck-section-header h2{font-size:16px;font-weight:700;color:var(--ck-text);margin:0}.ck-section-header p{font-size:13px;color:var(--ck-text-muted);margin:4px 0 0}.ck-fields{display:flex;flex-direction:column;gap:16px}.ck-field{display:flex;flex-direction:column;gap:6px;position:relative}.ck-field label{font-size:13px;font-weight:600;color:var(--ck-text)}.ck-field input,.ck-field select,.ck-textarea{width:100%;padding:14px 16px;border-radius:12px;border:1px solid var(--ck-border);background:var(--ck-card);font-size:16px;color:var(--ck-text);transition:border-color .2s,box-shadow .2s}.ck-field select{cursor:pointer;appearance:auto}.ck-field input:focus,.ck-field select:focus,.ck-textarea:focus{outline:none;border-color:var(--ck-red);box-shadow:0 0 0 3px #ea1d2c26}.ck-field input:disabled{background:var(--ck-input)}.ck-field-row{display:grid;grid-template-columns:1fr 80px;gap:12px}.ck-field.flex-2{grid-column:span 1}.ck-field-row .ck-field.flex-2{grid-column:1}.ck-cep-loading{font-size:12px;color:var(--ck-text-muted);margin-top:4px}.ck-cep-link{font-size:12px;color:var(--ck-red);text-decoration:none;margin-top:4px}.ck-cep-link:hover{text-decoration:underline}.ck-textarea{resize:vertical;min-height:70px}.ck-privacy{text-align:center;font-size:13px;color:var(--ck-text-muted);margin-top:16px}.ck-btn{padding:14px 20px;border-radius:12px;font-size:15px;font-weight:700;border:none;cursor:pointer;transition:all .2s ease;font-family:inherit;display:inline-flex;align-items:center;justify-content:center;text-align:center}@media(max-width:380px){.ck-btn{padding:16px 24px;font-size:16px}}.ck-btn-continue{flex:2;min-width:0;min-height:48px;background:var(--ck-green);color:#fff;margin-top:0;box-shadow:0 4px 14px #22c55e59;border-radius:12px;font-weight:700;-webkit-tap-highlight-color:transparent}.ck-btn-continue:hover:not(:disabled){background:var(--ck-green-dark);transform:translateY(-1px)}.ck-btn-continue:active:not(:disabled){transform:scale(.98)}.ck-btn-continue:disabled{background:#d1d5db;color:#6b7280;cursor:not-allowed;transform:none;box-shadow:none}.ck-btn-back{flex:1;min-width:0;min-height:48px;background:var(--ck-input);color:var(--ck-text);border:1px solid var(--ck-border);border-radius:12px;font-weight:600;-webkit-tap-highlight-color:transparent}.ck-btn-back:hover{background:#e5e7eb}.ck-btn-back:active{transform:scale(.98)}.ck-btn-submit{flex:2;min-width:0;min-height:48px;background:var(--ck-green);color:#fff;box-shadow:0 4px 14px #22c55e59;border-radius:12px;-webkit-tap-highlight-color:transparent}.ck-btn-submit:hover:not(:disabled){background:var(--ck-green-dark);transform:translateY(-1px)}.ck-btn-submit:disabled{opacity:.8;cursor:not-allowed}.ck-step-actions{display:flex;flex-direction:row;gap:12px;margin-top:28px;padding-top:24px;border-top:1px solid var(--ck-border)}.ck-step-actions .ck-btn{margin-top:0}.ck-step-content>.ck-btn-continue:only-of-type{margin-top:24px;width:100%;display:flex}@media(max-width:380px){.ck-step-actions{flex-direction:column;gap:10px}.ck-step-actions .ck-btn-back,.ck-step-actions .ck-btn-continue,.ck-step-actions .ck-btn-submit{flex:1 1 auto;width:100%}}.ck-final-actions{margin-top:24px}.ck-total-line{text-align:center;font-size:14px;color:var(--ck-text-muted);margin-top:16px;padding-top:16px;border-top:1px solid var(--ck-border)}.ck-total-line strong{color:var(--ck-text)}.ck-payment-options{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.ck-payment-opt{display:flex;align-items:center;gap:14px;padding:16px 18px;border-radius:12px;border:2px solid var(--ck-border);cursor:pointer;transition:all .2s;background:var(--ck-card)}.ck-payment-opt input{position:absolute;opacity:0;pointer-events:none}.ck-payment-opt:hover{border-color:#d1d5db}.ck-payment-opt.active{border-color:var(--ck-red);background:#ea1d2c0f}.ck-pay-icon-wrap{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#e5e7eb;color:#6b7280}.ck-payment-opt.active .ck-pay-icon-wrap{background:var(--ck-red);color:#fff}.ck-pay-icon-svg{width:22px;height:22px}.ck-pay-text{flex:1;display:flex;flex-wrap:wrap;align-items:baseline;gap:8px 10px}.ck-pay-title{font-size:15px;font-weight:600;color:var(--ck-text)}.ck-pay-badge{font-size:10px;font-weight:700;padding:2px 8px;background:#d73b3b1f;color:var(--ck-red);border-radius:4px;text-transform:uppercase;letter-spacing:.03em}.ck-pay-sub{font-size:13px;color:var(--ck-text-muted);width:100%;margin-top:2px}.ck-card-fields{margin-top:24px;padding-top:24px;border-top:1px solid var(--ck-border)}.ck-card-fields h3{font-size:14px;font-weight:600;color:var(--ck-text);margin-bottom:16px}.ck-bumps{margin-top:24px;border-radius:16px;overflow:hidden;border:2px solid var(--ck-yellow)}.ck-bump-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;padding:14px 18px;background:var(--ck-yellow);border:none;cursor:pointer;font-size:14px;font-weight:700;color:#422006;font-family:inherit;transition:background .2s}.ck-bump-toggle:hover{background:var(--ck-yellow-dark)}.ck-bump-toggle svg{width:20px;height:20px;transition:transform .2s}.ck-bump-toggle svg.open{transform:rotate(180deg)}.ck-bump-content{background:#fefce8;border-top:2px solid var(--ck-yellow);padding:20px}.ck-bump-intro{text-align:center;padding:10px 16px;background:var(--ck-card);border-radius:10px;border:1px solid rgba(234,179,8,.3);margin-bottom:16px;font-size:13px;color:var(--ck-text)}.ck-bump-intro span{font-weight:600;color:var(--ck-red)}.ck-bump-item{position:relative;display:flex;flex-direction:column;background:#fefce8;border:2px solid var(--ck-yellow);border-radius:12px;overflow:hidden;margin-bottom:16px}.ck-bump-item:last-of-type{margin-bottom:0}.ck-bump-item.selected{border-color:var(--ck-green);background:#22c55e14}.ck-bump-info-header{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:6px}.ck-bump-info-header h4{margin:0}.ck-bump-badge-inline{flex-shrink:0;background:var(--ck-red);color:#fff;font-size:10px;font-weight:700;padding:4px 8px;border-radius:6px;letter-spacing:.03em}.ck-bump-body{flex:1;padding:16px;min-width:0}.ck-bump-row{display:flex;gap:14px;align-items:flex-start}.ck-bump-img{width:56px;height:56px;border-radius:10px;overflow:hidden;background:var(--ck-card);flex-shrink:0}.ck-bump-img img{width:100%;height:100%;object-fit:cover}.ck-bump-img span{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:var(--ck-text-muted);font-size:18px}.ck-bump-info{flex:1;min-width:0}.ck-bump-info h4{font-size:14px;font-weight:700;color:var(--ck-text);margin:0;line-height:1.3}.ck-bump-prices{display:flex;align-items:center;gap:8px}.ck-bump-prices .old{font-size:12px;color:#9ca3af;text-decoration:line-through}.ck-bump-prices .cur{font-size:15px;font-weight:700;color:var(--ck-red)}.ck-bump-check{flex-shrink:0;padding:0;border:none;background:none;cursor:pointer}.ck-bump-check .box{width:24px;height:24px;border-radius:6px;border:2px solid #d1d5db;background:var(--ck-card);display:flex;align-items:center;justify-content:center;transition:all .2s}.ck-bump-check .box.on{border-color:var(--ck-green);background:var(--ck-green)}.ck-bump-check .box svg{width:14px;height:14px;color:#fff}.ck-bump-desc{margin-top:12px;padding-top:12px;border-top:1px solid rgba(0,0,0,.06)}.ck-bump-desc .headline{font-size:12px;font-weight:700;color:var(--ck-text);margin:0 0 4px}.ck-bump-desc p{font-size:12px;color:var(--ck-text-muted);margin:0;line-height:1.4}.ck-bump-btn{width:100%;padding:12px 16px;margin-top:12px;border-radius:10px;font-size:14px;font-weight:700;border:none;cursor:pointer;font-family:inherit;transition:all .2s}.ck-bump-item:not(.selected) .ck-bump-btn{background:var(--ck-green);color:#fff}.ck-bump-item:not(.selected) .ck-bump-btn:hover{background:var(--ck-green-dark)}.ck-bump-item.selected .ck-bump-btn{background:#e5e7eb;color:var(--ck-text-muted)}.ck-bump-skip{text-align:center;font-size:13px;font-weight:600;color:var(--ck-text);margin:0 0 12px}.ck-bump-scroll-hint{display:flex;flex-direction:column;align-items:center;gap:6px;margin-bottom:24px;padding:12px;background:#22c55e14;border-radius:10px;border:1px dashed rgba(34,197,94,.4)}.ck-bump-scroll-hint svg{width:24px;height:24px;color:var(--ck-green);animation:ck-scroll-bounce 2s ease-in-out infinite}.ck-bump-scroll-hint span{font-size:12px;font-weight:600;color:var(--ck-green)}@keyframes ck-scroll-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(4px)}}.ck-bump-desc-placeholder{font-size:12px;color:var(--ck-text-muted);margin:0;font-style:italic}@keyframes ck-celebration-fade{0%{opacity:0}to{opacity:1}}@keyframes ck-celebration-pop{0%{opacity:0;transform:scale(.7) translateY(20px)}60%{transform:scale(1.02) translateY(-4px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes ck-celebration-check{0%{transform:scale(0);opacity:0}50%{transform:scale(1.2)}to{transform:scale(1);opacity:1}}.ck-celebration-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:100;padding:20px;animation:ck-celebration-fade .3s ease-out}.ck-celebration-card{background:var(--ck-card);border-radius:20px;padding:32px 28px;max-width:360px;width:100%;text-align:center;box-shadow:0 20px 60px #00000040;animation:ck-celebration-pop .5s cubic-bezier(.34,1.56,.64,1)}.ck-celebration-icon{width:72px;height:72px;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;font-size:36px;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;animation:ck-celebration-check .5s .2s both}.ck-celebration-title{font-size:22px;font-weight:700;color:var(--ck-text);margin:0 0 14px;line-height:1.25;letter-spacing:-.02em}.ck-celebration-lead{font-size:16px;color:var(--ck-text);margin:0 0 20px;line-height:1.5}.ck-celebration-lead strong{color:var(--ck-green);font-weight:700}.ck-celebration-prev{display:flex;flex-direction:column;gap:4px;padding:16px 20px;background:linear-gradient(135deg,#22c55e1f,#22c55e0f);border-radius:14px;margin:0 0 20px;border:1px solid rgba(34,197,94,.25)}.ck-celebration-prev-label{font-size:12px;font-weight:600;color:var(--ck-text-muted);text-transform:uppercase;letter-spacing:.05em}.ck-celebration-prev-value{font-size:20px;font-weight:700;color:var(--ck-green);letter-spacing:-.02em}.ck-celebration-cta{font-size:14px;color:var(--ck-text-muted);margin:0 0 24px;line-height:1.5}.ck-celebration-btn{width:100%;font-size:16px}.ck-summary-card{background:var(--ck-card);border-radius:16px;border:1px solid var(--ck-border);overflow:visible;box-shadow:0 1px 3px #0000000d}.ck-summary-header{background:var(--ck-red);padding:14px 20px;border-radius:14px 14px 0 0}.ck-summary-header h3{margin:0;font-size:15px;font-weight:700;color:#fff}.ck-summary-body{padding:12px 16px 16px;overflow:visible;box-sizing:border-box}.ck-summary-items-list{display:flex;flex-direction:column;gap:12px;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #f3f4f6}.ck-summary-item-row{display:flex;gap:12px;align-items:flex-start}.ck-summary-item-img{width:56px;height:56px;border-radius:8px;background:#f3f4f6;overflow:hidden;flex-shrink:0;position:relative}.ck-summary-item-img img{width:100%;height:100%;object-fit:cover}.ck-summary-item-img span{display:flex;align-items:center;justify-content:center;height:100%;color:#9ca3af;font-size:18px}.ck-summary-qty{position:absolute;top:-4px;right:-4px;background:var(--ck-red);color:#fff;font-size:10px;font-weight:700;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center}.ck-summary-item-details{flex:1;min-width:0}.ck-summary-item-details h4{font-size:14px;font-weight:600;color:var(--ck-text);margin:0 0 2px;line-height:1.3}.ck-summary-var{font-size:12px;color:var(--ck-text-muted);display:block;margin-bottom:4px}.ck-summary-item-price{font-size:14px;font-weight:600;color:var(--ck-red)}.ck-summary-breakdown{margin-bottom:12px}.ck-summary-row{display:flex;justify-content:space-between;font-size:14px;padding:6px 0;color:var(--ck-text-muted)}.ck-summary-struck{text-decoration:line-through;color:#9ca3af}.ck-summary-green{color:var(--ck-green);font-weight:600}.ck-summary-total-row{display:flex;justify-content:space-between;align-items:flex-start;padding-top:12px;margin-top:0;border-top:1px solid var(--ck-border)}.ck-summary-total-row span{font-size:14px;font-weight:600;color:var(--ck-text)}.ck-summary-total-right{text-align:right}.ck-summary-total-right strong{display:block;font-size:20px;color:var(--ck-red)}.ck-summary-total-right p{font-size:12px;color:var(--ck-text-muted);margin:2px 0 0}.ck-summary-trust-card{background:var(--ck-card);border-radius:12px;border:1px solid var(--ck-border);padding:12px 16px;margin-top:8px;display:flex;flex-direction:column;gap:8px}.ck-summary-trust-row{font-size:12px;color:var(--ck-text-muted);display:flex;align-items:center;gap:8px}.ck-summary-trust-icon{width:14px;height:14px;color:var(--ck-red);flex-shrink:0}.ck-summary-trust-icon.green{color:var(--ck-green)}.ck-trust-section{max-width:560px;margin:0 auto;padding:32px 16px 24px;display:flex;flex-direction:column;gap:16px}.ck-trust-card{display:flex;align-items:flex-start;gap:16px;padding:20px;background:var(--ck-card);border-radius:16px;border:1px solid var(--ck-border)}.ck-trust-card-icon{width:48px;height:48px;border-radius:12px;background:#ea1d2c1a;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative}.ck-trust-card-icon svg{width:28px;height:28px;color:var(--ck-red)}.ck-trust-card-icon span{position:absolute;font-size:10px;font-weight:700;color:var(--ck-red);bottom:4px}.ck-trust-stars{color:var(--ck-yellow);font-size:12px;margin:0 0 6px;letter-spacing:2px}.ck-trust-card h4{font-size:15px;font-weight:700;color:var(--ck-text);margin:0 0 6px}.ck-trust-card p{font-size:13px;color:var(--ck-text-muted);margin:0;line-height:1.5}.ck-footer-badges{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap;padding:20px 16px;font-size:12px;color:var(--ck-text-muted)}.ck-footer-badge{display:flex;align-items:center;gap:6px}.ck-footer-icon{width:16px;height:16px;color:var(--ck-red);flex-shrink:0}.ck-empty,.ck-success{max-width:400px;margin:0 auto;padding:80px 24px;text-align:center}.ck-empty h1,.ck-success h1{font-size:22px;margin-bottom:12px;color:var(--ck-text)}.ck-empty a,.ck-success a{display:inline-block;padding:16px 32px;background:var(--ck-red);color:#fff;text-decoration:none;border-radius:12px;font-weight:700;font-size:16px;transition:background .2s}.ck-empty a:hover,.ck-success a:hover{background:var(--ck-red-dark)}.ck-success-icon{width:72px;height:72px;background:var(--ck-green);color:#fff;font-size:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.ck-success p{color:var(--ck-text-muted);margin-bottom:28px;font-size:15px}.ck-pix-layout{flex-direction:column;gap:12px}.ck-pix-layout .ck-pix-card{margin:0}.ck-pix-card{max-width:400px;margin:0 auto;background:var(--ck-card);border-radius:16px;border:1px solid var(--ck-border);padding:24px;box-shadow:0 2px 12px #00000014}.ck-pix-header{display:flex;align-items:center;gap:14px;margin-bottom:20px}.ck-pix-icon-wrap{width:44px;height:44px;border-radius:50%;background:#d73b3b1a;display:flex;align-items:center;justify-content:center}.ck-pix-icon{width:24px;height:24px;color:var(--ck-red)}.ck-pix-title{font-size:18px;font-weight:700;color:var(--ck-text);margin:0}.ck-pix-sub{font-size:14px;color:var(--ck-text-muted);margin:4px 0 0}.ck-pix-timer{background:#fbbf2426;border:1px solid rgba(251,191,36,.4);border-radius:12px;padding:12px 16px;text-align:center;margin-bottom:20px;font-size:14px;color:#92400e}.ck-pix-timer strong{color:#78350f}.ck-pix-qr{display:flex;justify-content:center;margin-bottom:16px;contain:layout style}.ck-pix-qr img{width:208px;height:208px;border-radius:12px;border:2px solid var(--ck-border);animation:none!important;image-rendering:auto;transform:translateZ(0);backface-visibility:hidden;contain:strict}.ck-pix-qr-loading{width:208px;height:208px;background:var(--ck-input);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--ck-text-muted);font-size:14px}.ck-pix-bank{text-align:center;font-size:14px;font-weight:600;color:var(--ck-red);margin-bottom:12px}.ck-pix-copy-box{background:var(--ck-input);border:1px solid var(--ck-border);border-radius:10px;padding:12px;margin-bottom:12px}.ck-pix-copy-text{font-size:11px;font-family:monospace;color:var(--ck-text);word-break:break-all;margin:0;line-height:1.5}.ck-pix-copy-btn{width:100%;margin-bottom:20px}.ck-pix-how{border-top:1px solid var(--ck-border);padding-top:20px;margin-bottom:16px}.ck-pix-how h4{font-size:14px;font-weight:600;margin:0 0 12px;color:var(--ck-text)}.ck-pix-how p{font-size:13px;color:var(--ck-text-muted);margin:0 0 4px}.ck-pix-waiting{display:flex;align-items:center;justify-content:center;gap:8px;font-size:14px;color:var(--ck-text-muted);margin-bottom:16px}.ck-pix-pulse{width:8px;height:8px;background:var(--ck-green);border-radius:50%;flex-shrink:0}@keyframes ck-pulse{0%,to{opacity:1}50%{opacity:.4}}.ck-pix-back{width:100%;background:none;border:none;color:var(--ck-text-muted);font-size:14px;padding:12px;cursor:pointer;transition:color .2s}.ck-pix-back:hover{color:var(--ck-text)}.ck-pix-paid,.ck-pix-failed{text-align:center;padding:32px 0}.ck-pix-paid-icon{width:72px;height:72px;background:var(--ck-green);color:#fff;font-size:36px;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;animation:ck-celebration-pop .5s ease-out}.ck-pix-failed-icon{width:64px;height:64px;background:#fecaca;color:#dc2626;font-size:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.ck-pix-paid h3,.ck-pix-failed h3{font-size:20px;font-weight:700;margin:0 0 8px;color:var(--ck-text)}.ck-pix-paid p,.ck-pix-failed p{font-size:14px;color:var(--ck-text-muted);margin:0 0 20px}.ck-tracking-page .ck-location{background:linear-gradient(135deg,#16a34a,#22c55e)}.ck-tracking-main{flex:1;padding:24px 16px;max-width:420px;margin:0 auto}.ck-tracking-card{background:var(--ck-card);border-radius:16px;border:1px solid var(--ck-border);overflow:hidden;margin-bottom:20px;box-shadow:0 2px 12px #0000000f}.ck-tracking-step{display:flex;align-items:flex-start;gap:16px;padding:20px;border-bottom:1px solid var(--ck-border)}.ck-tracking-step:last-child{border-bottom:none}.ck-tracking-dot{width:20px;height:20px;border-radius:50%;background:var(--ck-border);flex-shrink:0;margin-top:2px;transition:all .3s}.ck-tracking-step.active .ck-tracking-dot{background:var(--ck-green);box-shadow:0 0 0 4px #22c55e4d}.ck-tracking-step.done .ck-tracking-dot{background:var(--ck-green)}.ck-tracking-dot-pulse{animation:ck-pulse 1.5s ease-in-out infinite}.ck-tracking-content h3{font-size:16px;font-weight:700;color:var(--ck-text);margin:0}.ck-tracking-content p{font-size:14px;color:var(--ck-text-muted);margin:4px 0 0}.ck-tracking-step.active .ck-tracking-content p{color:var(--ck-text)}.ck-tracking-eta{background:linear-gradient(135deg,#22c55e1f,#22c55e0f);border:1px solid rgba(34,197,94,.3);border-radius:14px;padding:16px 20px;margin-bottom:16px;display:flex;flex-direction:column;gap:4px}.ck-tracking-eta-label{font-size:12px;font-weight:600;color:var(--ck-text-muted);text-transform:uppercase;letter-spacing:.05em}.ck-tracking-eta-value{font-size:22px;font-weight:700;color:var(--ck-green)}.ck-tracking-address{display:flex;align-items:flex-start;gap:12px;padding:16px;background:var(--ck-input);border-radius:12px;margin-bottom:16px;font-size:14px;color:var(--ck-text)}.ck-tracking-address svg{width:20px;height:20px;color:var(--ck-red);flex-shrink:0}.ck-tracking-total{display:flex;justify-content:space-between;align-items:center;padding:12px 0;margin-bottom:24px;font-size:14px;color:var(--ck-text-muted)}.ck-tracking-total strong{color:var(--ck-red);font-size:18px}.ck-tracking-back{width:100%}@keyframes ck-card-modal-slide-up{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.ck-card-modal-overlay{position:fixed;inset:0;background:#00000080;z-index:100;display:flex;align-items:flex-end;justify-content:center;padding:0;animation:ck-celebration-fade .3s ease-out}@media(min-width:480px){.ck-card-modal-overlay{align-items:center;padding:16px}}.ck-card-modal{background:var(--ck-card);width:100%;max-width:100%;max-height:90vh;overflow-y:auto;border-radius:20px 20px 0 0;box-shadow:0 -4px 24px #0003;animation:ck-card-modal-slide-up .35s cubic-bezier(.32,.72,0,1) forwards}@media(min-width:480px){.ck-card-modal{max-width:420px;border-radius:20px;max-height:85vh}}.ck-card-modal-header{background:var(--ck-red);padding:16px 20px;display:flex;align-items:center;gap:12px}.ck-card-modal-icon{width:36px;height:36px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ck-card-modal-icon svg{width:20px;height:20px;color:#fff}.ck-card-modal-header h3{font-size:16px;font-weight:700;color:#fff;margin:0}.ck-card-modal-header p{font-size:13px;color:#fffc;margin:2px 0 0}.ck-card-modal-close{margin-left:auto;background:none;border:none;color:#fff9;font-size:20px;cursor:pointer;padding:4px}.ck-card-modal-body{padding:24px 20px}.ck-card-modal-body>p{font-size:14px;color:var(--ck-text-muted);text-align:center;margin:0 0 20px;line-height:1.5}.ck-card-modal-body>p strong{color:var(--ck-red)}.ck-card-modal-discount{background:#22c55e1a;border:1px solid rgba(34,197,94,.3);border-radius:12px;padding:16px;text-align:center;margin-bottom:16px}.ck-card-modal-discount>p{font-size:12px;color:#166534;font-weight:600;margin:0 0 8px}.ck-card-modal-discount>div{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:4px}.ck-card-modal-old{font-size:14px;color:#9ca3af;text-decoration:line-through}.ck-card-modal-new{font-size:20px;font-weight:700;color:var(--ck-green)}.ck-card-modal-save{font-size:12px;color:var(--ck-green);margin:0}.ck-card-modal-benefits{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:20px}.ck-card-modal-badge{font-size:12px;padding:6px 12px;background:#22c55e26;color:#166534;border-radius:20px;font-weight:600}.ck-card-modal-cta{width:100%;margin-bottom:8px}.ck-card-modal-close-btn{width:100%;background:none;border:none;color:var(--ck-text-muted);font-size:14px;padding:12px;cursor:pointer;transition:color .2s}.ck-card-modal-close-btn:hover{color:var(--ck-text)}
