:root{color:#213547;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f9fafb;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}body{place-items:center;min-width:320px;min-height:100vh;margin:0;display:flex}#root{width:100%;max-width:1280px;margin:0 auto;padding:1rem}.container{justify-content:center;width:100%;display:flex}.loading-container,.error-container{justify-content:center;align-items:center}.content-wrapper{flex-direction:column;gap:1.5rem;width:100%;max-width:480px;display:flex}.page-title{text-align:center;color:#111;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.card{color:#333;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.card.disabled{opacity:.7;pointer-events:none}.card-title{color:#374151;margin-top:0;margin-bottom:1rem;font-size:1.125rem;font-weight:600}.card-content{flex-direction:column;gap:1rem;display:flex}.info-row{background-color:#f9fafb;border:1px solid #f3f4f6;border-radius:.5rem;align-items:center;gap:1rem;padding:.75rem;display:flex}.icon{color:#9ca3af;flex-shrink:0;width:1.25rem;height:1.25rem}.icon-small{width:1.25rem;height:1.25rem;display:inline-block}.label{color:#6b7280;margin-bottom:.1rem;font-size:.75rem}.value{color:#111827;font-size:.9rem;font-weight:500}.value.highlight{color:#2563eb;font-family:monospace;font-size:1.1rem;font-weight:700}.value.mono{font-family:monospace}.truncate{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.card-header-row{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.flex-row{align-items:center;gap:.5rem;display:flex}.badge{color:#374151;background-color:#f3f4f6;border-radius:9999px;padding:.25rem .5rem;font-size:.75rem;font-weight:500}.info-message{text-align:center;color:#6b7280;background-color:#f3f4f6;border-radius:.5rem;padding:1rem;font-size:.875rem}.input-group{flex-direction:column;gap:.75rem;display:flex}.pin-input{letter-spacing:.25em;text-align:center;text-transform:uppercase;box-sizing:border-box;border:1px solid #d1d5db;border-radius:.5rem;width:100%;padding:.75rem;font-size:1.25rem}.btn-primary{color:#fff;cursor:pointer;background-color:#2563eb;border:none;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.75rem;font-weight:600;display:flex}.btn-primary:hover{background-color:#1d4ed8}.btn-primary:disabled{cursor:not-allowed;background-color:#93c5fd}.help-text{text-align:center;color:#6b7280;margin:0;font-size:.75rem}.spinner{color:#2563eb;width:2rem;height:2rem;animation:1s linear infinite spin}.spinner-small{width:1rem;height:1rem;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
