:root{--digi-blue:#036;--digi-accent:#007bff;--digi-text-light:#f0f0f0;--digi-text-dark:#222;--digi-bg-dark:var(--digi-blue);--digi-bg-light:#fff;--digi-border-dark:#0059b3;--digi-border-light:#ccc;--digi-address-bg-light:#e8f0fe;--digi-error-light:#d9534f;--digi-code-bg-light:#e8f0fe;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--digi-text-dark);background-color:var(--digi-bg-light);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}body{min-width:320px;min-height:100vh;margin:0}#root{text-align:center;max-width:1280px;margin:0 auto;padding:.5rem 2rem}.app-container{flex-direction:column;align-items:center;gap:1rem;margin-top:0;padding:20px 0 0;display:flex}.app-container h1{color:var(--digi-blue);margin:0 0 1rem;font-size:1.8em}.view-container{justify-content:center;width:100%;display:flex}h1{color:var(--digi-blue);margin:0;font-size:1.5em;line-height:1.2}button{background-color:var(--digi-accent);color:var(--digi-text-light);cursor:pointer;border:1px solid #0000;border-radius:8px;margin-top:.5rem;padding:.5em 1em;font-family:inherit;font-size:1em;font-weight:500;transition:border-color .25s,background-color .25s}button:hover{background-color:var(--digi-blue);border-color:var(--digi-blue)}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}button:disabled{cursor:not-allowed;opacity:.6;background-color:#555}.waiting-view,.success-view,.failed-view{border:1px solid var(--digi-border-light);box-sizing:border-box;background-color:#00000005;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:390px;height:560px;padding:1.5rem;display:flex}.waiting-view{gap:.5rem;padding:1rem}.waiting-view h2{margin-bottom:.1rem}.waiting-view p{margin:.1rem 0}.waiting-view img{margin:.5rem auto}.waiting-view button{margin-top:.5rem}.address{background-color:var(--digi-address-bg-light);color:var(--digi-text-dark);word-break:break-all;border-radius:4px;padding:.5em;font-family:monospace}.error-message{color:var(--digi-error-light);font-weight:700}code,.code-link a{background-color:var(--digi-code-bg-light);color:var(--digi-text-dark);border-radius:3px;padding:.2em .4em;font-family:monospace;text-decoration:none}.code-link a:hover{text-decoration:underline}.description{text-align:center;max-width:100%;margin:0;font-size:.9em;line-height:1.4}.description ul{margin-top:.5em;padding-left:20px}.description li{text-align:left;margin-bottom:.3em}.view-box{opacity:1;transition:opacity .5s ease-in-out,transform .5s ease-in-out;transform:scale(1)}.success-view{border-color:#28a745}.checkmark-icon{stroke-width:3px;stroke:#28a745;stroke-miterlimit:10;border-radius:50%;width:80px;height:80px;margin:10px auto;animation:.3s ease-in-out .9s both scale,.4s ease-in-out .9s both fill;display:block;box-shadow:inset 0 0 #fff}.checkmark__circle{stroke-dasharray:166;stroke-dashoffset:166px;stroke-width:2px;stroke-miterlimit:10;stroke:#7ac142;fill:none;animation:.6s cubic-bezier(.65,0,.45,1) forwards stroke}.checkmark__check{transform-origin:50%;stroke-dasharray:48;stroke-dashoffset:48px;animation:.3s cubic-bezier(.65,0,.45,1) .8s forwards stroke}@keyframes stroke{to{stroke-dashoffset:0}}@keyframes scale{0%,to{transform:none}50%{transform:scale(1.1)}}@keyframes fill{to{box-shadow:inset 0 0 0 40px #7ac142}}.qr-code{width:240px;height:240px;margin:0 auto}.success-animation{width:100px;height:100px;margin:0 auto}.waiting-spinner{width:40px;height:40px;margin:0 auto}.failed-x{width:60px;height:60px;margin:0 auto}.initial-view{flex-direction:column;justify-content:center;align-items:center;min-height:120px;display:flex}.initial-view h2{color:var(--digi-blue);margin:0;font-size:1.5em}.initial-view .description{margin-top:.1rem;margin-bottom:.5rem}.initial-view .qr-code{margin:.5rem auto}.initial-view .waiting-text{margin:.25rem 0}.initial-view button{margin-top:.25rem}.signin-button{color:#1a237e;border:1px solid var(--digi-border-light);background-color:#fff;justify-content:center;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;transition:all .2s;display:flex;box-shadow:0 1px 2px #0000001a}.signin-button:hover{background-color:#f8f9fa;box-shadow:0 2px 4px #0000001a}.signin-button:disabled{opacity:.7;cursor:not-allowed}.signin-button img{width:20px;height:20px;margin:0}.signin-button span{letter-spacing:.3px;font-size:.95rem;font-weight:600}
