@charset "UTF-8";.app{min-height:100%;display:flex;flex-direction:column}.app>header{margin-bottom:10px}header{display:flex;align-items:center;justify-content:space-between;padding:10px 25px}header>span{font-size:30px;line-height:34px;color:#66aaeee8;font-weight:700}@media (max-width: 525px){header{flex-direction:column;gap:10px}header>*:nth-child(2){align-self:flex-end}}.send-tx-form{flex:1;display:flex;width:100%;flex-direction:column;gap:20px;padding:20px;align-items:center}.send-tx-form h3{color:#fff;opacity:.8;font-size:28px}.send-tx-form>div:nth-child(2){width:100%}.send-tx-form>div:nth-child(2) span{word-break:break-word}.send-tx-form>button{border:none;padding:7px 15px;border-radius:15px;cursor:pointer;background-color:#66aaeee8;color:#fff;font-size:16px;line-height:20px;transition:transform .1s ease-in-out}.send-tx-form>button:hover{transform:scale(1.03)}.send-tx-form>button:active{transform:scale(.97)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center}.modal{background-color:#fff;padding:20px;border-radius:8px;width:300px;text-align:center}.modal-content{display:flex;flex-direction:column;align-items:center}.modal button{margin-top:10px;padding:10px;background-color:#007bff;color:#fff;border:none;border-radius:5px;cursor:pointer}.modal button:hover{background-color:#0056b3}.ton-proof-demo{display:flex;width:100%;flex-direction:column;gap:20px;align-items:center;margin-top:60px;padding:20px}.ton-proof-demo h3{color:#fff;opacity:.8}.ton-proof-demo>div:nth-child(3){width:100%}.ton-proof-demo>div:nth-child(3) span{word-break:break-word}.ton-proof-demo__error{color:#66aaeee8;font-size:18px;line-height:20px}.ton-proof-demo button{border:none;padding:7px 15px;border-radius:15px;cursor:pointer;background-color:#66aaeee8;color:#fff;font-size:16px;line-height:20px;transition:transform .1s ease-in-out}.ton-proof-demo button:hover{transform:scale(1.03)}.ton-proof-demo button:active{transform:scale(.97)}html,body,#root{height:100%}body{margin:0;background-color:#10161feb;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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}
