#app{min-height:100vh;background:var(--n-body-color)}.wallet-connect-modal{text-align:center;padding:20px 0}.modal-icon{margin-bottom:20px}.modal-title{font-size:20px;font-weight:600;margin:0 0 12px;color:var(--n-text-color)}.modal-description{font-size:14px;color:var(--n-text-color-2);line-height:1.6;margin:0 0 24px}.modal-actions{display:flex;flex-direction:column;gap:8px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;color:#333}#app{min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:20px}.card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:24px;margin-bottom:20px}.btn{display:inline-block;padding:8px 16px;border:none;border-radius:4px;cursor:pointer;font-size:14px;transition:all .3s ease}.btn-primary{background-color:#1890ff;color:#fff}.btn-primary:hover{background-color:#40a9ff}.btn-danger{background-color:#ff4d4f;color:#fff}.btn-danger:hover{background-color:#ff7875}.form-group{margin-bottom:16px}.form-label{display:block;margin-bottom:8px;font-weight:500}.form-input{width:100%;padding:8px 12px;border:1px solid #d9d9d9;border-radius:4px;font-size:14px}.form-input:focus{outline:none;border-color:#40a9ff;box-shadow:0 0 0 2px #1890ff33}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%}#app{min-height:100vh;display:flex;flex-direction:column}.n-layout{min-height:100vh}.n-layout-content{flex:1}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#0003;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#0000004d}.dark ::-webkit-scrollbar-thumb{background:#fff3}.dark ::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.n-icon svg{display:block;width:100%;height:100%;fill:currentColor;-webkit-transform:translateZ(0);transform:translateZ(0)}@supports (-webkit-touch-callout: none){.n-icon{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.n-icon svg{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.n-menu .n-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.n-menu .n-icon svg{vertical-align:middle}.fade-enter-active,.fade-leave-active{transition:opacity .3s ease}.fade-enter-from,.fade-leave-to{opacity:0}.slide-enter-active,.slide-leave-active{transition:transform .3s ease}.slide-enter-from{transform:translate(-100%)}.slide-leave-to{transform:translate(100%)}.flex{display:flex}.flex-col{flex-direction:column}.flex-1{flex:1}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.w-full{width:100%}.w-auto{width:auto}.h-full{height:100%}.h-auto{height:auto}.min-h-screen{min-height:100vh}.min-h-full{min-height:100%}.max-w-full{max-width:100%}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.rounded{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.shadow{box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.shadow-xl{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.m-0{margin:0}.m-1{margin:.25rem}.m-2{margin:.5rem}.m-3{margin:.75rem}.m-4{margin:1rem}.m-6{margin:1.5rem}.m-8{margin:2rem}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-0{margin-left:0}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-4{margin-left:1rem}.ml-6{margin-left:1.5rem}.ml-8{margin-left:2rem}.mr-0{margin-right:0}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-4{margin-right:1rem}.mr-6{margin-right:1.5rem}.mr-8{margin-right:2rem}.overflow-hidden{overflow:hidden}.overflow-auto{overflow:auto}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:sticky}.block{display:block}.inline{display:inline}.inline-block{display:inline-block}.hidden{display:none}@media (max-width: 768px){.mobile-hidden{display:none}}@media (min-width: 769px){.desktop-hidden{display:none}}:root{--bg-card: var(--n-color-target);--bg-card-hover: rgba(99, 102, 241, .05);--bg-preview: rgba(99, 102, 241, .03);--bg-icon: rgba(99, 102, 241, .08);--bg-stat: linear-gradient(135deg, rgba(99, 102, 241, .1), rgba(139, 92, 246, .1));--bg-hover-subtle: rgba(99, 102, 241, .04);--bg-hover-card: rgba(99, 102, 241, .06);--bg-active: rgba(99, 102, 241, .1);--bg-overview: rgba(34, 197, 94, .05);--bg-form-preview: rgba(59, 130, 246, .05);--bg-method-section: rgba(168, 85, 247, .05);--bg-price-card: rgba(245, 158, 11, .05)}.dark{--bg-card: rgba(255, 255, 255, .05);--bg-card-hover: rgba(255, 255, 255, .08);--bg-preview: rgba(255, 255, 255, .03);--bg-icon: rgba(255, 255, 255, .1);--bg-stat: linear-gradient(135deg, rgba(99, 102, 241, .15), rgba(139, 92, 246, .15));--bg-hover-subtle: rgba(255, 255, 255, .06);--bg-hover-card: rgba(255, 255, 255, .1);--bg-active: rgba(255, 255, 255, .12);--bg-overview: rgba(34, 197, 94, .1);--bg-form-preview: rgba(59, 130, 246, .1);--bg-method-section: rgba(168, 85, 247, .1);--bg-price-card: rgba(245, 158, 11, .1)}.wallet-address{font-family:Fira Code,monospace;font-size:.875rem;background:#6366f11a;padding:.25rem .5rem;border-radius:.375rem;border:1px solid rgba(99,102,241,.2)}.transaction-hash{font-family:Fira Code,monospace;font-size:.75rem;word-break:break-all}.contract-address{font-family:Fira Code,monospace;font-size:.875rem}.status-success{color:#10b981}.status-warning{color:#f59e0b}.status-error{color:#ef4444}.status-pending{color:#6366f1}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}
