*{margin:0;padding:0;box-sizing:border-box;font-size:22px;font-family:Gill Sans,Gill Sans MT,Calibri,Trebuchet MS,sans-serif}#root{min-width:100vw;min-height:100vh;background-color:#fff;color:#000;line-height:1.5;display:flex;justify-content:center;align-items:center}button,input,textarea{background:#fff;color:#000;border:2px solid black;padding:.5rem 1rem;font-size:1rem;outline:none;cursor:pointer;transition:background .2s ease,color .2s ease}.box-header-row{display:flex;align-items:center;margin-bottom:1rem;position:sticky;top:0;z-index:2;background:#fff}.header-title{flex:1;text-align:center;margin:0}.header-spacer{width:48px}.phrase-textarea{height:120px;width:100%;display:block;margin:0 0 15px}button:hover{background:#000;color:#fff}button.active{opacity:1;cursor:pointer}button.inactive{opacity:.4;cursor:not-allowed}input{width:100%;padding:.5rem;border:2px solid black;margin-top:.5rem;margin-bottom:1rem}.input{padding:.8rem;margin-top:0rem;margin-bottom:0rem;border-radius:4px}.button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:6px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background .2s;margin-top:.5rem;border:1.5px solid black}.wallet-content{text-align:left}.container{width:90%;min-height:80vh;padding:2rem;border:4px solid black;display:flex;flex-direction:column;justify-content:center;gap:1.5rem;text-align:center;overflow-wrap:break-word;margin:2rem 0rem}.sub-container{padding:2rem;border:4px solid black}@media (max-width: 767px){.container{max-width:500px}}@media (min-width: 768px){.container{width:50%}}h1{font-size:2rem;margin-bottom:.5rem}h2{font-size:1.5rem;margin-bottom:.5rem}.subtitle{font-size:1rem;color:#333}.phrase{background:#f9f9f9;padding:1rem;border:2px dashed black;white-space:pre-wrap;word-break:break-word;text-align:left}.notification-message{padding:1rem;border:2px solid #6fbcf0;border-radius:4px;background-color:#f0f8ff}.notification-message-header{color:#6fbcf0}.dark,#root.dark{background-color:#000;color:#fff}.dark button,.dark input,.dark textarea{background:#000;color:#fff;border:2px solid white}.dark button:hover{background:#fff;color:#000}.dark .container{border-color:#fff}.dark .phrase{background:#111;border-color:#fff}.dark .sub-container{padding:2rem;border:4px solid white}.dark .box-header-row{background:#000;color:#fff}.dark .notification-message{border:2px solid #6fbcf0;background-color:#011122}
