:root{font-family:Outfit,sans-serif;line-height:1.5;font-weight:400;background-color:var(--strata-sand-light);--strata-terracotta-light: #DF896D;--strata-terracotta-med: #BC512F;--strata-terracotta-sharp: #5A2514;--strata-sand-light: #FFF7ED;--strata-sand-med: #FFEAC1;--strata-sand-sharp: #F2CE85;--strata-marengo-light: #778B91;--strata-marengo-med: #526971;--strata-marengo-sharp: #273F46}a{font-weight:500;color:var(--strata-terracotta-med);text-decoration:inherit}a:hover{color:var(--strata-terracotta-sharp)}body{margin:0;display:block;place-items:center;min-width:320px;min-height:100vh}main{width:100%}h1{font-size:3.2em;line-height:1.1}button{border-radius:.5rem;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;background-color:var(--strata-sand-med);cursor:pointer;transition:border-color .25s}button:hover{border-color:var(--strata-terracotta-med)}button:focus,button:focus-visible{outline:4px auto var(--strata-terracotta-med)}@media (prefers-color-scheme: light){:root{color:#213547;background-color:var(--strata-sand-med)}a:hover{color:#747bff}button{background-color:var(--strata-terracotta-med)}}#root{width:100%;height:auto;margin:0 auto}.home-container{display:flex;align-items:center;justify-content:center;min-height:100vh;background-color:#fff}.home-logo{width:180px;height:auto;position:absolute;top:20px;left:20px}.home-box{background:#fff;width:30rem;height:20rem;text-align:center;border-radius:3rem;border:1px solid var(--strata-terracotta-med);display:flex;flex-direction:column;align-items:center;justify-content:center}.home-title{font-weight:700;margin-bottom:2rem;color:#000}.home-input{width:60%;padding:.5rem;border:1px solid black;border-radius:.5rem;text-align:center;margin-bottom:2rem}.home-input:focus{border:2px solid black;box-shadow:none}.home-button{margin-top:2rem;color:#fff;width:50%}.confirmation-grid{display:grid;grid-auto-rows:minmax(24px,auto);align-items:right}.grid-row{display:grid;grid-template-columns:max-content auto;gap:12px}.grid-label{min-width:120px;text-align:right}.grid-value{min-width:120px;text-align:left}.confirm-button{margin-top:2rem;color:#fff;width:25%}.confirm-button:disabled{background-color:var(--strata-terracotta-light)}.enter-button{color:var(--strata-terracotta-med);margin-top:2rem;background-color:#fff;border:1px solid var(--strata-terracotta-med);width:25%}.enter-button:disabled{color:gray;margin-top:2rem;background-color:#fff;border:1px solid gray;width:25%;cursor:no-drop}.home-link{margin-top:1rem;color:#000;text-decoration:underline;cursor:pointer}.txid-link{color:var(--strata-terracotta-med);text-decoration:underline}.error-message{color:red;font-size:.875rem;margin-top:.5rem}.wallet-info{position:fixed;top:20px;right:20px;background:#fff;border-radius:.25rem;display:flex;align-items:center;gap:.5rem;z-index:1000}.address-button{background:var(--strata-terracotta-med);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;width:100%}.address-button:hover{background:#c45f4a}.dropdown-menu{position:absolute;top:100%;right:0;background:var(--strata-terracotta-med);border-radius:.25rem;width:100%;z-index:1000}.dropdown-item{display:block;width:100%;padding:.75rem;text-align:left;border:none;background:var(--strata-terracotta-med);color:#fff;cursor:pointer;font-size:.9rem;transition:background .2s ease-in-out}.dropdown-icon{margin-left:8px;transition:transform .2s ease-in-out}.address-button:hover .dropdown-icon{transform:rotate(180deg)}
