*{margin:0;padding:0;box-sizing:border-box}::selection{background-color:#3b82f6;color:#fff}::-moz-selection{background-color:#3b82f6;color:#fff}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#f8fafc;color:#334155}.app{min-height:100vh;width:100vw;display:flex;flex-direction:column}.app-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem;text-align:center;box-shadow:0 4px 6px -1px #0000001a}.app-header h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.app-header p{font-size:1.1rem;opacity:.9}.template-description{color:#64748b;font-size:.75rem;line-height:1.4;margin:.5rem 0 0;font-style:italic;background:#f8fafc;padding:.5rem;border-radius:4px;border-left:3px solid #3b82f6}.main-container{display:flex;flex:1;min-height:100vh;margin-left:320px;padding:2rem;gap:2rem;overflow-x:hidden}.playground-sidebar{width:320px;min-width:320px;background:#fff;border-radius:0;box-shadow:none;height:100vh;overflow-y:auto;padding:1.5rem;position:fixed;left:0;top:0;flex-shrink:0;border-right:1px solid #e2e8f0;z-index:10}.playground-sidebar::-webkit-scrollbar{width:8px}.playground-sidebar::-webkit-scrollbar-track{background:#fff;border-radius:4px}.playground-sidebar::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px;border:1px solid #ffffff}.playground-sidebar::-webkit-scrollbar-thumb:hover{background:#94a3b8}.playground-sidebar{scrollbar-width:thin;scrollbar-color:#cbd5e1 #ffffff}.examples-sidebar h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#1e293b}.examples-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.example-button{display:flex;flex-direction:column;align-items:flex-start;padding:1rem;border:2px solid #e2e8f0;border-radius:8px;background:#fff;cursor:pointer;transition:all .2s ease;text-align:left}.example-button:hover{border-color:#cbd5e1;background:#f8fafc}.example-button.active{border-color:#3b82f6;background:#eff6ff}.example-button strong{font-weight:600;color:#1e293b;margin-bottom:.25rem}.example-button span{font-size:.875rem;color:#64748b;line-height:1.4}.external-controls{border-top:1px solid #e2e8f0;padding-top:1.5rem}.external-controls h4{font-size:1rem;font-weight:600;margin-bottom:1rem;color:#1e293b}.submit-button{width:100%;padding:.75rem 1rem;background:#10b981;color:#fff;border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:background .2s ease;margin-bottom:.5rem}.submit-button:hover:not(:disabled){background:#059669}.submit-button:disabled{background:#9ca3af;cursor:not-allowed}.submit-note{font-size:.75rem;color:#64748b;text-align:center}.submit-note code{background:#f1f5f9;padding:.125rem .25rem;border-radius:3px;font-family:Monaco,Menlo,monospace}.checkout-main{flex:1;overflow:hidden;display:flex;flex-direction:column;min-height:700px;min-width:500px}.example-info{padding-bottom:1.5rem}.example-info h2{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;color:#1e293b}.example-info p{color:#64748b;margin-bottom:1rem}.config-details{margin-top:1rem}.config-details summary{cursor:pointer;font-weight:500;color:#3b82f6;padding:.5rem 0}.config-details summary:hover{color:#2563eb}.config-code{margin-top:1rem;padding:1rem;background:#fff;border-radius:6px;border:1px solid #e2e8f0}.config-code h4{font-size:.875rem;font-weight:600;margin-bottom:.5rem;color:#374151}.config-code pre{background:#f8fafc;padding:.75rem;border-radius:4px;font-size:.75rem;line-height:1.5;overflow-x:auto;margin-bottom:1rem;font-family:Monaco,Menlo,monospace}.config-code pre:last-child{margin-bottom:0}.code-container{position:relative;margin:0;padding:0}.copy-icon-button{position:absolute;top:.5rem;right:.5rem;background:transparent;color:#6b7280;border:1px solid #6b7280;padding:.5rem;border-radius:6px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;z-index:10;width:32px;height:32px}.copy-icon-button svg{width:16px;height:16px;stroke:currentColor}.copy-icon-button:hover{background:transparent;border-color:#fff;color:#fff;transform:translateY(-1px)}.copy-icon-button:active{transform:translateY(0)}.copy-icon-button.copied{background:transparent;border-color:#10b981;color:#10b981}.code-section{background:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;margin:1rem 0}.code-section-toggle{width:100%;background:#f8fafc;border:none;padding:1rem;display:flex;align-items:center;gap:.5rem;cursor:pointer;transition:background-color .2s;font-size:.9rem;font-weight:600;color:#374151;border-bottom:none;border-radius:8px 8px 0 0}.toggle-arrow{font-size:.8rem;transition:transform .3s cubic-bezier(.4,0,.2,1);color:#6b7280;display:flex;align-items:center;justify-content:center;width:16px;height:16px}.toggle-arrow.open{transform:rotate(180deg)}.code-content{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1);background:#fff;border-radius:0 0 8px 8px}.code-content.expanded{max-height:2000px;transition:max-height .4s cubic-bezier(.4,0,.2,1)}.code-container{padding:0;margin:0}.css-section{background:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;margin:1rem 0}.css-section-toggle{width:100%;background:#f8fafc;border:none;padding:1rem;display:flex;align-items:center;gap:.5rem;cursor:pointer;transition:background-color .2s;font-size:.9rem;font-weight:600;color:#374151;border-bottom:none;border-radius:8px 8px 0 0}.css-section-toggle:hover{background:#f8fafc}.css-content{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1);background:#fff;border-radius:0 0 8px 8px}.css-content.expanded{max-height:250px;transition:max-height .4s cubic-bezier(.4,0,.2,1)}.css-toolbar{padding:.75rem;border-bottom:1px solid #e2e8f0;background:#f8fafc;display:flex;gap:.5rem;flex-wrap:wrap}.insert-selectors-button{background:transparent;color:#6b7280;border:1px solid #6b7280;padding:.375rem .75rem;border-radius:6px;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.375rem}.insert-selectors-button:hover{background:#f1f5f9;border-color:#3b82f6;color:#3b82f6}.insert-selectors-button svg{width:14px;height:14px}.css-content .control-textarea{margin:0;border:none;border-radius:0;resize:vertical;color:#e2e8f0;background:#1e293b;font-family:Monaco,Menlo,Consolas,monospace;font-size:.8rem;line-height:1.5}.monaco-editor-wrapper-small{border-top:1px solid #e2e8f0;height:200px;min-height:200px;overflow:hidden}.monaco-editor-wrapper-small .monaco-editor{border-radius:0 0 8px 8px}.open-editor-button{background:transparent;color:#3b82f6;border:1px solid #3b82f6;padding:.375rem .75rem;border-radius:6px;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.375rem}.open-editor-button:hover{background:#eff6ff;border-color:#2563eb;color:#2563eb}.open-editor-button svg{width:14px;height:14px}.css-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.css-modal-content{background:#fff;border-radius:12px;width:90%;max-width:1200px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:slideUp .3s ease-out;overflow:hidden;position:relative;z-index:1000}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.css-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #e2e8f0;background:#f8fafc;border-radius:12px 12px 0 0}.css-modal-header h3{margin:0;font-size:1.125rem;font-weight:600;color:#1e293b}.css-modal-close{background:transparent;border:none;color:#64748b;cursor:pointer;padding:.5rem;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s}.css-modal-close:hover{background:#e2e8f0;color:#1e293b}.css-modal-toolbar{padding:.75rem 1.5rem;border-bottom:1px solid #e2e8f0;background:#f8fafc;display:flex;gap:.5rem}.css-modal-editor{flex:1;overflow:hidden;background:#1e1e1e;display:flex;position:relative;z-index:1;min-height:0}.css-modal-editor>div{width:100%;border-radius:0 0 12px 12px;overflow:hidden}.css-modal-overlay{overflow:visible}.monaco-editor .monaco-hover{z-index:10000!important}.monaco-editor .suggest-widget,.monaco-editor .monaco-list,.monaco-editor .suggest-widget.visible{z-index:10001!important}.event-handlers-list{display:flex;flex-direction:column;gap:1rem;margin-top:0}.event-handler-section{display:flex;flex-direction:column;gap:.5rem}.event-handler-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;transition:all .2s}.event-handler-item:hover{border-color:#cbd5e1;background:#f1f5f9}.event-handler-info{display:flex;flex-direction:column;gap:.25rem;flex:1}.event-handler-name{font-weight:600;color:#1e293b;font-size:.875rem;font-family:Monaco,Menlo,Consolas,monospace}.event-handler-description{font-size:.75rem;color:#64748b;line-height:1.4}.css-editor-section{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.css-editor-small{border:1px solid #e2e8f0;border-radius:6px;height:200px;min-height:200px;overflow:hidden;background:#1e1e1e}.css-editor-small .monaco-editor{border-radius:6px}.event-handler-info-modal{padding:0}.event-handler-trigger{margin:0 0 .75rem;font-size:.875rem;color:#374151;line-height:1.5}.event-handler-trigger strong{color:#1e293b}.event-handler-payload{font-size:.875rem;color:#374151}.event-handler-payload strong{display:block;margin-bottom:.5rem;color:#1e293b}.event-handler-payload pre{background:#1e293b;color:#e2e8f0;padding:.75rem;border-radius:6px;font-size:.8rem;line-height:1.5;margin:.5rem 0 0;font-family:Monaco,Menlo,Consolas,monospace;overflow-x:auto}.event-handler-info-modal code{background:#eff6ff;color:#1e40af;padding:.125rem .375rem;border-radius:4px;font-family:Monaco,Menlo,Consolas,monospace;font-size:.875rem;font-weight:600}.event-handler-modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid #e2e8f0;background:#f8fafc;border-radius:0 0 12px 12px}.event-handler-cancel-button{background:transparent;color:#64748b;border:1px solid #cbd5e1;padding:.625rem 1.25rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.event-handler-cancel-button:hover{background:#f1f5f9;border-color:#94a3b8;color:#475569}.event-handler-confirm-button{background:#3b82f6;color:#fff;border:1px solid #3b82f6;padding:.625rem 1.25rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.event-handler-confirm-button:hover{background:#2563eb;border-color:#2563eb}.event-handler-editor-small{border-top:1px solid #e2e8f0;height:120px;min-height:120px;overflow:hidden;border-radius:0 0 6px 6px;background:#1e1e1e}.event-handler-editor-small .monaco-editor{border-radius:0 0 6px 6px}.sdk-wrapper{padding:1.5rem;width:100%;min-width:400px;height:auto;min-height:600px;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;position:relative;flex-shrink:0;overflow-x:hidden}.sdk-wrapper:before{content:"SDK Checkout Preview";position:absolute;top:0;left:0;background:#3b82f6;color:#fff;padding:.375rem .75rem;border-radius:8px 0;font-size:.75rem;font-weight:500;z-index:10}@media(max-width:1024px){.main-container{flex-direction:column;height:auto;margin-left:0;width:100%}.playground-sidebar{width:100%;min-width:auto;height:auto;max-height:none;position:static;margin-bottom:1rem;border-right:none;border-bottom:1px solid #e2e8f0}.checkout-main{min-width:auto}.sdk-wrapper{min-height:500px;min-width:300px}.templates-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media(max-width:640px){.main-container{padding:0 1rem 1rem;margin-left:0;width:100%}.playground-sidebar{border-right:none;border-bottom:1px solid #e2e8f0}.app-header{padding:1.5rem 1rem}.app-header h1{font-size:2rem}.templates-grid{grid-template-columns:1fr}.sdk-wrapper{min-height:400px;min-width:250px}}.playground-controls{padding:0;background:transparent;border:none;box-shadow:none}.playground-controls h3{color:#1e293b;margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.playground-controls p{color:#64748b;margin-bottom:1.5rem;font-size:.875rem}.control-group{margin-bottom:1.5rem}.control-group-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.control-group h4{color:#374151;margin:0 0 1rem;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.icon-button{background:transparent;color:#3b82f6;border:1px solid #3b82f6;padding:.375rem;border-radius:6px;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;width:28px;height:28px}.icon-button:hover{background:#eff6ff;border-color:#2563eb;color:#2563eb}.icon-button svg{width:14px;height:14px}.control-description{color:#1e40af;font-size:.75rem;margin-top:.5rem;margin-bottom:.5rem;padding:.75rem;background:#eff6ff;border:1px solid #93c5fd;border-left:3px solid #3b82f6;border-radius:6px;font-style:normal;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5}.control-description code{background:#dbeafe;color:#1e40af;padding:.125rem .375rem;border-radius:3px;font-family:Monaco,Menlo,Consolas,monospace;font-size:.7rem;font-weight:600}.control-select{width:100%;padding:.5rem 2rem .5rem .75rem;border:1px solid #d1d5db;border-radius:6px;background:#fff;font-size:.875rem;color:#1f2937;margin-top:.5rem;transition:border-color .2s,box-shadow .2s;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:1rem}.control-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.control-checkbox{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;cursor:pointer;font-size:.875rem;color:#000;font-weight:400}.control-checkbox:first-of-type{margin-top:.5rem}.control-checkbox input[type=checkbox]{width:1rem;height:1rem;accent-color:#3b82f6;cursor:pointer;border:2px solid #9ca3af;border-radius:4px;background-color:#fff;appearance:none;-webkit-appearance:none;-moz-appearance:none;position:relative}.control-checkbox input[type=checkbox]:checked{background-color:#3b82f6;border-color:#3b82f6}.control-checkbox input[type=checkbox]:checked:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:.75rem;font-weight:700}.control-checkbox input[type=checkbox]:hover{border-color:#3b82f6}.control-input-group{display:flex;flex-direction:column;gap:.5rem}.phone-inputs{display:grid;grid-template-columns:1fr 2fr;gap:.5rem}.control-input{width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;color:#1f2937;background-color:#fff;transition:border-color .2s,box-shadow .2s}.control-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.control-input::placeholder{color:#6b7280}.control-textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;color:#374151;font-family:Monaco,Menlo,monospace;resize:vertical;transition:border-color .2s,box-shadow .2s}.control-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.toggle-advanced{background:none;border:1px solid #d1d5db;border-radius:6px;padding:.5rem .75rem;font-size:.875rem;color:#374151;cursor:pointer;transition:all .2s;width:100%;text-align:left}.toggle-advanced:hover{background:#f9fafb;border-color:#9ca3af}.control-actions{margin-top:1.5rem;padding-top:1rem;border-top:1px solid #e2e8f0}.reset-button{background:transparent;color:#6b7280;border:1px solid #6b7280;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem}.reset-button:hover{background:#f8fafc;border-color:#3b82f6;color:#3b82f6}.submit-button{background:#3b82f6;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-weight:500;cursor:pointer;transition:background-color .2s;width:100%;font-size:.875rem}.submit-button:hover:not(:disabled){background:#2563eb}.submit-button:disabled{background:#94a3b8;cursor:not-allowed}.submit-note{font-size:.75rem;color:#64748b;margin-top:.5rem;text-align:center}.submit-note code{background:#e2e8f0;padding:.125rem .25rem;border-radius:3px;font-family:Monaco,Menlo,monospace;font-size:.7rem}.warning-message{color:#991b1b;font-size:.75rem;margin-top:.5rem;margin-bottom:.5rem;padding:.75rem;background:#fef2f2;border:1px solid #fca5a5;border-left:3px solid #dc2626;border-radius:6px;font-style:normal;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}
