:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#1f2937;background:#1e293b;min-height:100vh}.app{min-height:100vh;display:flex;flex-direction:column}.app-main{flex:1;display:flex;align-items:center;justify-content:center;padding:1rem}.app-footer{padding:1rem;text-align:center;background:transparent;color:#94a3b8;font-size:.875rem}.form-container{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;border:1px solid #e2e8f0;padding:2rem;width:100%;max-width:500px}.form-header{text-align:center;margin-bottom:2rem}.logo-container{display:flex;justify-content:center;margin-bottom:1rem}.form-logo{max-width:120px;height:auto;object-fit:contain}.form-title{display:flex;align-items:center;justify-content:center;gap:.75rem;font-size:1.75rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.form-subtitle{color:#6b7280;font-size:1rem}.message-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#374151;font-size:.875rem}.form-input,.form-textarea{padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;transition:all .2s;background:#fff;color:#1f2937}.phone-input-container{position:relative;display:flex;align-items:center}.phone-prefix{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);font-size:1rem;color:#1f2937;font-weight:500;pointer-events:none;z-index:1}.form-input.phone-input{padding-left:2.5rem}.form-input:focus,.form-textarea:focus{outline:none;border-color:#3b82f6;background:#fff;box-shadow:0 0 0 3px #3b82f61a}.form-input.error,.form-textarea.error{border-color:#ef4444;background:#fef2f2}.form-textarea{resize:vertical;min-height:120px;font-family:inherit}.textarea-footer{display:flex;justify-content:flex-end}.character-count{font-size:.75rem;color:#6b7280}.character-count.warning{color:#f59e0b;font-weight:600}.phone-preview{font-size:.875rem;color:#059669;font-weight:500}.error-message{color:#ef4444;font-size:.875rem;font-weight:500}.price-info{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:1rem}.price-label{font-weight:600;color:#1f2937;font-size:.875rem}.price-value{font-weight:700;font-size:1.25rem;color:#1f2937}.package-options{display:flex;flex-direction:column;gap:.75rem}.package-option{border:1px solid #e2e8f0;border-radius:8px;padding:1rem;cursor:pointer;transition:all .2s;background:#fff}.package-option:hover{border-color:#3b82f6;background:#f8fafc}.package-option.selected{border-color:#3b82f6;background:#eff6ff}.package-radio{display:none}.package-content{display:flex;justify-content:space-between;align-items:center}.package-info{display:flex;flex-direction:column;gap:.25rem}.package-name{font-weight:600;color:#1f2937}.package-desc{font-size:.875rem;color:#6b7280}.package-price{font-weight:700;font-size:1.125rem;color:#1f2937}.submit-button{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;margin-top:1rem}.submit-button:hover:not(:disabled){background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.submit-button:active:not(:disabled){transform:translateY(0)}.submit-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.button-spinner{width:18px;height:18px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}.form-disclaimer{margin-top:1rem;padding:1rem;background:#f3f4f6;border-radius:8px;font-size:.875rem;color:#4b5563;border-left:4px solid #f59e0b}.form-disclaimer p{margin-bottom:.5rem}.form-disclaimer p:last-child{margin-bottom:0}.payment-container{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;border:1px solid #e2e8f0;padding:2rem;width:100%;max-width:600px}.payment-header{margin-bottom:2rem}.back-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:transparent;border:1px solid #d1d5db;border-radius:8px;color:#6b7280;cursor:pointer;transition:all .2s;font-size:.875rem}.back-button:hover{border-color:#3b82f6;color:#3b82f6}.payment-content{display:flex;flex-direction:column;gap:2rem}.payment-status{text-align:center}.payment-icon{color:#64748b;margin-bottom:1rem}.payment-title{font-size:1.875rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.payment-subtitle{color:#6b7280;font-size:1rem}.payment-info{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.info-row{display:flex;justify-content:space-between;align-items:center}.info-label{display:flex;align-items:center;gap:.5rem;font-weight:500;color:#4b5563}.info-value{font-weight:600}.info-value.price{font-size:1.25rem;color:#1f2937}.info-value.time{font-size:1.125rem}.info-value.time.normal{color:#10b981}.info-value.time.warning{color:#f59e0b}.info-value.time.expired{color:#ef4444}.qrcode-section{display:flex;flex-direction:column;align-items:center;gap:1rem}.qrcode-container{position:relative;padding:1rem;background:#fff;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a}.qrcode-image{display:block;max-width:280px;width:100%;height:auto;border-radius:8px}.qrcode-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#000c;color:#fff;display:flex;align-items:center;justify-content:center;border-radius:16px;font-weight:600}.progress-bar{width:100%;height:6px;background:#e5e7eb;border-radius:3px;overflow:hidden}.progress-fill{height:100%;background:#10b981;border-radius:3px;transition:width 1s ease-in-out}.pix-copy-section{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-top:1rem}.copy-button{background:#10b981;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem;box-shadow:0 1px 3px #0000001a}.copy-button:hover:not(:disabled){background:#059669;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a}.copy-button:disabled{background:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}.copy-help{font-size:.75rem;color:#6b7280;text-align:center;margin:0}.brcode-preview{width:100%;margin:.75rem 0}.brcode-label{font-size:.75rem;color:#374151;margin-bottom:.5rem;font-weight:500}.brcode-value{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:.75rem;font-family:Courier New,monospace;font-size:.75rem;word-break:break-all;color:#374151;line-height:1.4;max-height:120px;overflow-y:auto}.payment-instructions{padding:1.5rem;background:#f0f9ff;border-radius:12px;border:1px solid #e0f2fe}.instructions-title{display:flex;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:600;color:#0f172a;margin-bottom:1rem}.instructions-options{display:flex;flex-direction:column;gap:1.5rem}.option-section{padding:1rem;background:#ffffff80;border-radius:12px;border:1px solid rgba(16,185,129,.2)}.option-section h4{font-size:1rem;font-weight:600;color:#059669;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.instructions-list{list-style:none;counter-reset:step-counter}.instructions-list li{counter-increment:step-counter;margin-bottom:.75rem;padding-left:2rem;position:relative;color:#334155}.instructions-list li:before{content:counter(step-counter);position:absolute;left:0;top:0;background:#3b82f6;color:#fff;width:1.5rem;height:1.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600}.payment-guarantee{padding:1.5rem;background:#f0fdf4;border-radius:12px;border:1px solid #dcfce7}.guarantee-content{display:flex;gap:1rem;align-items:flex-start}.guarantee-icon{color:#059669;flex-shrink:0}.guarantee-text h4{font-weight:600;color:#1f2937;margin-bottom:.5rem}.guarantee-text p{color:#4b5563;font-size:.875rem;line-height:1.5}.expired-notice{text-align:center;padding:2rem;background:#fef2f2;border-radius:12px;border:1px solid #fecaca}.expired-notice h3{color:#dc2626;margin-bottom:1rem}.expired-notice p{color:#7f1d1d;margin-bottom:1.5rem}.retry-button{padding:.75rem 1.5rem;background:#dc2626;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.retry-button:hover{background:#b91c1c}.payment-disclaimer{padding:1.5rem;background:#fffbeb;border-radius:12px;border:1px solid #fde68a;font-size:.875rem}.payment-disclaimer h4{color:#92400e;margin-bottom:1rem;font-weight:600}.payment-disclaimer ul{list-style:none;color:#78350f}.payment-disclaimer li{margin-bottom:.5rem;padding-left:1rem;position:relative}.payment-disclaimer li:before{content:"•";position:absolute;left:0;color:#f59e0b;font-weight:700}.loading-container{display:flex;align-items:center;justify-content:center;padding:4rem 2rem}.loading-content{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.loading-spinner{color:#667eea;animation:spin 1s linear infinite}.loading-message{color:#6b7280;font-size:1.125rem;font-weight:500}.error-container{display:flex;align-items:center;justify-content:center;padding:4rem 2rem}.error-content{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;border:1px solid #e2e8f0;padding:3rem 2rem;text-align:center;max-width:500px;width:100%}.error-icon{color:#ef4444;margin-bottom:1rem}.error-title{color:#1f2937;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.error-message{color:#6b7280;margin-bottom:2rem;line-height:1.6}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.app-main{padding:.5rem}.form-container,.payment-container{padding:1.5rem;margin:.5rem}.form-title,.payment-title{font-size:1.5rem}.package-content{flex-direction:column;align-items:flex-start;gap:.5rem}.package-price{font-size:1rem}.qrcode-image{max-width:240px}.guarantee-content{flex-direction:column;text-align:center;gap:.75rem}.info-row{flex-direction:column;align-items:flex-start;gap:.25rem}.submit-button{padding:.875rem 1.5rem;font-size:.875rem}}@media (max-width: 480px){.form-container,.payment-container{padding:1rem;border-radius:12px}.form-logo{max-width:80px}.form-title{font-size:1.25rem;flex-direction:column;gap:.5rem}.payment-title{font-size:1.25rem}.qrcode-image{max-width:200px}.package-options{gap:.5rem}.package-option{padding:.75rem}.instructions-list li{font-size:.875rem}.app-footer{font-size:.75rem;padding:.75rem}}.success-container{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;border:1px solid #e2e8f0;padding:2rem;width:100%;max-width:500px;text-align:center}.success-content{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.success-icon{font-size:4rem;margin-bottom:.5rem}.success-title{font-size:1.5rem;font-weight:700;color:#10b981;margin:0}.success-subtitle{font-size:1rem;color:#6b7280;margin:0}.success-message{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:12px;padding:1rem;font-style:italic;color:#374151;max-width:100%;word-wrap:break-word;margin:.5rem 0}.new-message-button{background:#3b82f6;color:#fff;border:none;border-radius:8px;padding:1rem 2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;min-width:200px}.new-message-button:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.new-message-button:active{transform:translateY(0)}@media (max-width: 480px){.success-container{padding:1.5rem}.success-icon{font-size:3rem}.success-title{font-size:1.25rem}.new-message-button{min-width:100%;padding:.875rem 1.5rem}}.examples-container{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;border:1px solid #e2e8f0;padding:1.5rem;height:fit-content;max-height:80vh;overflow-y:auto}.examples-header{margin-bottom:1.5rem}.examples-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.examples-subtitle{font-size:.875rem;color:#6b7280;margin:0}.examples-loading{display:flex;align-items:center;gap:.5rem;color:#6b7280;font-size:.875rem}.loading-spinner.small{width:16px;height:16px;border:2px solid transparent;border-top:2px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite}.examples-error{color:#ef4444;font-size:.875rem}.examples-content{margin-bottom:1.5rem}.category-section{margin-bottom:1rem}.category-header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .2s;font-size:.875rem}.category-header:hover{background:#f1f5f9;border-color:#3b82f6}.category-header.expanded{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom-color:transparent}.category-title{font-weight:600;color:#1f2937}.category-toggle{color:#6b7280;font-size:.75rem;transition:transform .2s}.category-content{border:1px solid #e2e8f0;border-top:none;border-radius:0 0 8px 8px;padding:1rem;background:#fff}.category-description{font-size:.875rem;color:#6b7280;margin-bottom:.75rem}.examples-list{display:flex;flex-direction:column;gap:.5rem}.example-item{width:100%;text-align:left;padding:.75rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;transition:all .2s;font-size:.875rem}.example-item:hover{background:#eff6ff;border-color:#3b82f6;transform:translateY(-1px)}.example-text{color:#374151;line-height:1.4}.examples-tips{border-top:1px solid #e2e8f0;padding-top:1rem}.tips-title{font-size:1rem;font-weight:600;color:#1f2937;margin-bottom:.75rem}.tips-list{list-style:none;padding:0;margin:0}.tip-item{font-size:.875rem;color:#6b7280;padding:.25rem 0 .25rem 1rem;position:relative;line-height:1.4}.tip-item:before{content:"•";position:absolute;left:0;color:#3b82f6;font-weight:700}.main-content-wrapper{display:flex;gap:2rem;width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.form-section{flex:1;min-width:0;display:flex;justify-content:center}.examples-section{flex:0 0 350px;display:flex;justify-content:center}@media (max-width: 1024px){.examples-section{flex:0 0 300px}.examples-container{padding:1rem}}@media (max-width: 768px){.main-content-wrapper{flex-direction:column;gap:1rem;align-items:center;padding:0 .5rem}.examples-section{flex:none;order:2;width:100%;max-width:500px}.form-section{order:1;width:100%;max-width:500px}.examples-container{max-height:60vh;width:100%}.form-container{width:100%}}
