: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}}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;margin:0;padding:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:#f7f3ef}#root{width:100%;height:100vh}.app{width:100%;height:100vh;display:flex;flex-direction:column;background-color:#f7f3ef}.header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;border-bottom:1px solid #C2D4C5;background-color:#f7f3ef}.header-left{display:flex;align-items:center}.logo{height:40px;margin-right:1rem}.title{font-size:1.5rem;font-weight:700;color:#3b2e6e;font-family:Inter,system-ui,sans-serif}.header-right{display:flex;align-items:center;gap:1rem}.tabs{display:flex;gap:1rem}.tab-btn{padding:.5rem 1rem;border:none;background:none;color:#c2d4c5;cursor:pointer;font-size:1rem;position:relative;font-family:Inter,system-ui,sans-serif;font-weight:500}.tab-btn.active{color:#f19488}.tab-btn.active:after{content:"";position:absolute;bottom:-17px;left:0;right:0;height:2px;background-color:#f19488}.wallet-section{display:flex;align-items:center;gap:1rem}.connected{display:flex;align-items:center;gap:1rem;padding:.5rem 1rem;background:#fffc;border-radius:.5rem;border:1px solid #C2D4C5}.address{font-family:Inter,monospace;font-size:.875rem;color:#3b2e6e}.connect-btn,.disconnect-btn{padding:.5rem 1rem;border:1px solid #C2D4C5;border-radius:.5rem;background:#fff;color:#3b2e6e;cursor:pointer;transition:all .2s;font-size:.875rem;font-family:Inter,system-ui,sans-serif;font-weight:500}.connect-btn:hover,.disconnect-btn:hover{background:#ffffffe6;border-color:#c2d4c5}.connect-btn{background:#3b2e6e;color:#fff;border-color:#3b2e6e}.connect-btn:hover{background:#4582c1;border-color:#4582c1}.disconnect-btn{background:#f19488;color:#fff;border-color:#f19488}.disconnect-btn:hover{background:#4582c1;border-color:#4582c1}.wallet-dropdown{position:relative;display:inline-block}.dropdown-trigger{padding:.5rem 1rem;border:1px solid #3B2E6E;border-radius:.5rem;background:#3b2e6e;color:#fff;cursor:pointer;transition:all .2s;font-size:.875rem;font-family:Inter,system-ui,sans-serif;font-weight:500;display:flex;align-items:center;gap:.5rem;min-width:140px;justify-content:space-between}.dropdown-trigger:hover{background:#4582c1;border-color:#4582c1}.dropdown-arrow{transition:transform .2s;font-size:.75rem}.dropdown-arrow.open{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #C2D4C5;border-radius:.5rem;box-shadow:0 8px 25px -5px #3b2e6e26;z-index:10;margin-top:.25rem;overflow:hidden}.dropdown-item{width:100%;padding:.75rem 1rem;border:none;background:#fff;color:#3b2e6e;cursor:pointer;transition:background-color .2s;font-size:.875rem;font-family:Inter,system-ui,sans-serif;text-align:left;border-bottom:1px solid #F7F3EF}.dropdown-item:last-child{border-bottom:none}.dropdown-item:hover{background:#f7f3ef}.main-content{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem;text-align:center;background-color:#f7f3ef}.main-content h1{margin-bottom:1rem;color:#3b2e6e;font-family:Inter,system-ui,sans-serif;font-weight:700}.main-content p{color:#c2d4c5;max-width:600px;font-family:Inter,system-ui,sans-serif;line-height:1.6}@keyframes loading-animation{0%{content:"."}33%{content:".."}66%{content:"..."}to{content:"."}}.loading-text:after{content:"...";animation:loading-animation 1.5s infinite}.info-box{width:100%;max-width:600px;border:1px solid #3B2E6E;border-radius:5px;padding:15px;margin:15px 0;background-color:#fffc;color:#3b2e6e;box-shadow:0 4px 16px #3b2e6e1a}
