body{margin:0;background:radial-gradient(circle at center,#0c0c10,#000);color:#fff;font-family:Inter,sans-serif;display:flex;justify-content:center;align-items:center;min-height:100vh;overflow:hidden}.app{width:100%;max-width:460px;display:flex;flex-direction:column;align-items:stretch;padding:0;box-sizing:border-box}.header{text-align:center;margin-bottom:14px;width:100%}.header h1{margin:0;font-size:1.8rem}.header p{margin-top:6px;opacity:.7}.wallet-address{margin-top:6px;font-size:14px;color:#aaa}.main{position:relative;width:100%;display:flex;flex-direction:column;align-items:center}.chart-wrap{height:70vh;max-height:600px;min-height:400px;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative}.chart-canvas{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:110%;height:110%;display:block;z-index:1}.chart-wrap.locked .chart-canvas{opacity:.6}.interaction-box{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;z-index:2}.tap-circle{width:300px;height:300px;border-radius:50%;background:radial-gradient(circle at 30% 25%,#ffffff1a,#141414e6);box-shadow:inset 2px 2px 6px #ffffff1a,inset -2px -2px 8px #000c,0 6px 18px #00000080;display:flex;justify-content:center;align-items:center;cursor:pointer;position:relative;overflow:hidden;transition:transform .08s ease,box-shadow .15s ease;z-index:3;-webkit-user-select:none;user-select:none;outline:none;-webkit-tap-highlight-color:transparent;-webkit-focus-ring-color:transparent}.tap-circle *{-webkit-tap-highlight-color:transparent;outline:none}.tap-circle:active{transform:scale(1.05);box-shadow:inset 0 4px 10px #8a63d266,0 0 30px #5b3abf73}.tap-circle:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(120deg,transparent 42%,rgba(175,145,255,.45) 50%,transparent 58%);transform:translate(-120%) rotate(25deg);opacity:0;pointer-events:none;animation:shimmer 35s infinite ease-in-out;animation-delay:calc(10s + 50s*random())}.tap-circle:active:after{animation:none;opacity:0}@keyframes shimmer{0%,10%,17%,28%,41%,57%,74%,90%,to{transform:translate(-120%) rotate(25deg);opacity:0}12%,30%,60%,92%{transform:translate(120%) rotate(25deg);opacity:.5}}.value-box{text-align:center;-webkit-user-select:none;user-select:none;position:relative;z-index:5}.value-box span{opacity:1;color:#fff;font-size:.9rem}.value-box h2{margin:0;font-size:2rem;opacity:1;color:#fff}.footer{width:100%;display:flex;justify-content:center;gap:8px;margin-top:20px}button{flex:1;padding:12px 0;border:none;border-radius:8px;background:#ffffff14;color:#fff;font-size:.9rem;cursor:pointer;transition:background .2s;outline:none;-webkit-tap-highlight-color:transparent}button.primary{background:linear-gradient(90deg,#8a63d2,#5b3abf);font-weight:600;box-shadow:0 0 14px #8a63d266}button.primary:hover{background:linear-gradient(90deg,#9d7ae2,#734fe2);box-shadow:0 0 18px #9d7ae273}button:disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.locked-circle{cursor:pointer;opacity:1}button:focus,.tap-circle:focus{outline:none;box-shadow:none}
