*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:#f5f5f7;min-height:100vh;color:#1d1d1f}.app{max-width:1200px;margin:0 auto;padding:20px}.header{display:flex;justify-content:space-between;align-items:center;padding:20px 0;border-bottom:1px solid #e0e0e0;margin-bottom:40px}.logo{font-size:24px;font-weight:700;color:#1d1d1f;display:flex;align-items:center;gap:8px}.logo-icon{width:32px;height:32px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px}.nav-links{display:flex;gap:24px}.nav-links a{color:#1d1d1f;text-decoration:none;font-size:14px}.checkout-layout{display:grid;grid-template-columns:1fr 400px;gap:60px}@media (max-width: 900px){.checkout-layout{grid-template-columns:1fr}}.product-section h2{font-size:32px;font-weight:600;margin-bottom:24px}.product-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 2px 12px #00000014;display:flex;gap:24px;margin-bottom:24px}.product-image{width:120px;height:120px;background:linear-gradient(135deg,#e0e7ff,#c7d2fe);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:48px}.product-details{flex:1}.product-name{font-size:20px;font-weight:600;margin-bottom:8px}.product-description{color:#6e6e73;font-size:14px;line-height:1.5;margin-bottom:16px}.product-price{font-size:24px;font-weight:600;color:#1d1d1f}.order-summary{background:#fff;border-radius:16px;padding:24px;box-shadow:0 2px 12px #00000014}.order-summary h3{font-size:18px;font-weight:600;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #e0e0e0}.order-line{display:flex;justify-content:space-between;margin-bottom:12px;font-size:14px}.order-line.total{font-size:18px;font-weight:600;margin-top:16px;padding-top:16px;border-top:1px solid #e0e0e0}.payment-section{margin-top:24px}.payment-section h4{font-size:14px;font-weight:600;color:#6e6e73;margin-bottom:16px;text-transform:uppercase;letter-spacing:.5px}.payment-methods{display:flex;flex-direction:column;gap:12px}.payment-method{border:2px solid #e0e0e0;border-radius:12px;padding:16px;cursor:pointer;transition:all .2s}.payment-method:hover{border-color:#667eea}.payment-method.selected{border-color:#667eea;background:#f0f4ff}.payment-method-header{display:flex;align-items:center;gap:12px}.payment-method-header input[type=radio]{width:18px;height:18px;accent-color:#667eea}.payment-method-header label{font-weight:500;cursor:pointer}.credit-card-form{margin-top:16px;padding-top:16px;border-top:1px solid #e0e0e0}.form-row{display:flex;gap:12px;margin-bottom:12px}.form-group{flex:1}.form-group label{display:block;font-size:12px;font-weight:500;color:#6e6e73;margin-bottom:6px}.form-group input{width:100%;padding:12px;border:1px solid #d1d1d6;border-radius:8px;font-size:14px;transition:border-color .2s}.form-group input:focus{outline:none;border-color:#667eea}.form-group input.filled{background:#e8f5e9;border-color:#4caf50}.flote-button-container{margin-top:16px;padding:16px;background:#f9f9fb;border-radius:8px;text-align:center}.flote-button-container p{font-size:12px;color:#6e6e73;margin-bottom:12px}.submit-button{width:100%;padding:16px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;margin-top:20px;transition:transform .2s,box-shadow .2s}.submit-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.submit-button:disabled{background:#d1d1d6;cursor:not-allowed;transform:none;box-shadow:none}.success-message{background:#e8f5e9;border:1px solid #4caf50;border-radius:12px;padding:20px;margin-top:20px;text-align:center}.success-message h4{color:#2e7d32;margin-bottom:8px}.success-message p{color:#1b5e20;font-size:14px}.integration-guide{background:#fff;border-radius:16px;padding:24px;margin-top:40px;box-shadow:0 2px 12px #00000014}.integration-guide h3{font-size:20px;font-weight:600;margin-bottom:20px;display:flex;align-items:center;gap:8px}.integration-guide h3:before{content:"📖"}.integration-steps{display:flex;flex-direction:column;gap:24px}.step{display:flex;gap:16px}.step-number{width:32px;height:32px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;flex-shrink:0}.step-content h4{font-size:16px;font-weight:600;margin-bottom:8px}.step-content p{color:#6e6e73;font-size:14px;line-height:1.5;margin-bottom:12px}.code-block{background:#1e1e1e;border-radius:8px;padding:16px;overflow-x:auto}.code-block pre{margin:0;font-family:Monaco,Consolas,monospace;font-size:13px;line-height:1.5;color:#d4d4d4}.code-block .comment{color:#6a9955}.code-block .keyword{color:#569cd6}.code-block .string{color:#ce9178}.code-block .tag{color:#569cd6}.code-block .attr{color:#9cdcfe}.console-section{margin-top:24px}.console-section h4{font-size:14px;font-weight:600;color:#6e6e73;margin-bottom:12px}.console-output{background:#1e1e1e;border-radius:8px;padding:16px;font-family:Monaco,Consolas,monospace;font-size:12px;color:#4ec9b0;max-height:150px;overflow-y:auto}.console-output .log-entry{margin-bottom:4px}.console-output .log-entry.success{color:#4caf50}.console-output .log-entry.error{color:#f44336}.console-output .log-entry.info{color:#64b5f6}
