:root{--font-primary: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;--font-monospace: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;font-family:var(--font-primary);font-size:16px;line-height:1.5;color:#000}*{font-family:inherit}input,button,textarea,select{font-family:inherit;font-size:inherit;line-height:inherit}h1,h2,h3,h4,h5,h6{font-family:var(--font-primary);margin:0;font-weight:600;line-height:1.2}code,pre{font-family:var(--font-monospace)}.ds-root{--ds-color: #0a0a0a;--ds-bg: #ffffff;--ds-border-radius: 14px;--ds-cycle: 2.4s;display:inline-flex;flex-direction:column;align-items:center;gap:18px;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,system-ui,sans-serif;color:var(--ds-color)}.ds-root.ds-sm{--ds-w: 160px;--ds-h: 100px;--ds-avatar: 38px;--ds-line-h: 4px;--ds-line-gap: 6px;--ds-pad: 12px}.ds-root.ds-md{--ds-w: 240px;--ds-h: 150px;--ds-avatar: 56px;--ds-line-h: 6px;--ds-line-gap: 8px;--ds-pad: 18px}.ds-root.ds-lg{--ds-w: 320px;--ds-h: 200px;--ds-avatar: 76px;--ds-line-h: 8px;--ds-line-gap: 10px;--ds-pad: 22px}.ds-root.ds-fluid{width:100%;max-width:320px;margin-left:auto;margin-right:auto}.ds-root.ds-fluid .ds-card{width:100%;height:auto;aspect-ratio:1.6 / 1;container-type:size}.ds-root.ds-fluid .ds-avatar{width:36cqh;height:36cqh}.ds-root.ds-fluid .ds-info{gap:5cqh}.ds-root.ds-fluid .ds-info span{height:4cqh;border-radius:2cqh}.ds-root.ds-fluid .ds-card{padding:12cqh;gap:10cqh}.ds-root.ds-fluid .ds-corners span{width:9cqh;height:9cqh}.ds-root.ds-fluid .ds-corners span:nth-child(1){border-top-left-radius:8cqh}.ds-root.ds-fluid .ds-corners span:nth-child(2){border-top-right-radius:8cqh}.ds-root.ds-fluid .ds-corners span:nth-child(3){border-bottom-left-radius:8cqh}.ds-root.ds-fluid .ds-corners span:nth-child(4){border-bottom-right-radius:8cqh}.ds-card{position:relative;width:var(--ds-w);height:var(--ds-h);border:2px solid var(--ds-color);border-radius:var(--ds-border-radius);overflow:hidden;background:var(--ds-bg);display:flex;padding:var(--ds-pad);gap:calc(var(--ds-pad) * .9);transition:transform .4s cubic-bezier(.34,1.56,.64,1)}.ds-avatar{width:var(--ds-avatar);height:var(--ds-avatar);border-radius:50%;border:2px solid var(--ds-color);flex-shrink:0;margin-top:6px;position:relative;overflow:hidden;animation:ds-avatar-pulse var(--ds-cycle) ease-in-out infinite}.ds-avatar:before{content:"";position:absolute;bottom:-22%;left:50%;transform:translate(-50%);width:68%;height:50%;background:var(--ds-color);border-radius:50% 50% 0 0;opacity:.65}.ds-avatar:after{content:"";position:absolute;top:22%;left:50%;transform:translate(-50%);width:32%;height:32%;background:var(--ds-color);border-radius:50%;opacity:.65}@keyframes ds-avatar-pulse{0%,to{box-shadow:0 0 color-mix(in srgb,var(--ds-color) 25%,transparent)}50%{box-shadow:0 0 0 6px color-mix(in srgb,var(--ds-color) 0%,transparent)}}.ds-info{flex:1;display:flex;flex-direction:column;gap:var(--ds-line-gap);padding-top:8px;position:relative}.ds-info span{display:block;height:var(--ds-line-h);background:var(--ds-color);border-radius:calc(var(--ds-line-h) / 2);opacity:.18;position:relative;overflow:hidden}.ds-info span:nth-child(1){width:55%;opacity:.4}.ds-info span:nth-child(2){width:88%}.ds-info span:nth-child(3){width:65%}.ds-info span:nth-child(4){width:78%}.ds-info span:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent 0%,var(--ds-color) 50%,transparent 100%);transform:translate(-100%);animation:ds-line-reveal var(--ds-cycle) ease-in-out infinite}.ds-info span:nth-child(1):after{animation-delay:.3s}.ds-info span:nth-child(2):after{animation-delay:.55s}.ds-info span:nth-child(3):after{animation-delay:.8s}.ds-info span:nth-child(4):after{animation-delay:1.05s}@keyframes ds-line-reveal{0%{transform:translate(-100%)}40%{transform:translate(100%)}to{transform:translate(100%)}}.ds-beam{position:absolute;left:0;right:0;top:0;height:2px;background:var(--ds-color);box-shadow:0 0 10px color-mix(in srgb,var(--ds-color) 70%,transparent),0 -24px 28px -4px color-mix(in srgb,var(--ds-color) 18%,transparent),0 24px 28px -4px color-mix(in srgb,var(--ds-color) 5%,transparent);animation:ds-beam-scan var(--ds-cycle) ease-in-out infinite;z-index:3}@keyframes ds-beam-scan{0%,to{top:0}50%{top:calc(100% - 2px)}}.ds-particles{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:2}.ds-particles span{position:absolute;width:3px;height:3px;background:var(--ds-color);border-radius:50%;opacity:0;animation:ds-particle var(--ds-cycle) ease-in-out infinite}.ds-particles span:nth-child(1){left:22%;animation-delay:.4s}.ds-particles span:nth-child(2){left:38%;animation-delay:.6s}.ds-particles span:nth-child(3){left:55%;animation-delay:.85s}.ds-particles span:nth-child(4){left:70%;animation-delay:1.1s}.ds-particles span:nth-child(5){left:85%;animation-delay:1.3s}@keyframes ds-particle{0%{top:0;opacity:0;transform:scale(.6)}8%{opacity:1}50%{top:calc(100% - 3px);opacity:1;transform:scale(1)}65%{opacity:0;transform:scale(.4) translateY(-10px)}to{opacity:0}}.ds-corners span{position:absolute;width:14px;height:14px;border:2px solid var(--ds-color);z-index:4;animation:ds-corner-breathe var(--ds-cycle) ease-in-out infinite}.ds-corners span:nth-child(1){top:-2px;left:-2px;border-right:0;border-bottom:0;border-top-left-radius:12px}.ds-corners span:nth-child(2){top:-2px;right:-2px;border-left:0;border-bottom:0;border-top-right-radius:12px}.ds-corners span:nth-child(3){bottom:-2px;left:-2px;border-right:0;border-top:0;border-bottom-left-radius:12px}.ds-corners span:nth-child(4){bottom:-2px;right:-2px;border-left:0;border-top:0;border-bottom-right-radius:12px}@keyframes ds-corner-breathe{0%,to{width:14px;height:14px;opacity:1}50%{width:18px;height:18px;opacity:.7}}.ds-card.ds-success{transform:scale(1.02)}.ds-card.ds-success .ds-beam,.ds-card.ds-success .ds-particles,.ds-card.ds-success .ds-info span:after,.ds-card.ds-success .ds-avatar{animation-play-state:paused;opacity:0;transition:opacity .3s}.ds-card.ds-success .ds-info span,.ds-card.ds-success .ds-avatar:before,.ds-card.ds-success .ds-avatar:after{opacity:.15;transition:opacity .4s}.ds-card.ds-success .ds-corners span{animation:ds-corner-collapse .5s cubic-bezier(.34,1.56,.64,1) forwards}@keyframes ds-corner-collapse{0%{width:14px;height:14px}to{width:24px;height:24px;opacity:.4}}.ds-icon{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;opacity:0;transform:scale(.5);z-index:5;pointer-events:none}.ds-icon svg{width:38%;height:38%;stroke:var(--ds-color);stroke-width:3;fill:none;stroke-linecap:round;stroke-linejoin:round}.ds-icon svg circle{stroke-dasharray:166;stroke-dashoffset:166}.ds-icon svg path{stroke-dasharray:60;stroke-dashoffset:60}.ds-card.ds-success .ds-icon-success,.ds-card.ds-error .ds-icon-error{opacity:1;transform:scale(1);transition:opacity .3s .2s,transform .5s .2s cubic-bezier(.34,1.56,.64,1)}.ds-card.ds-success .ds-icon-success svg circle{animation:ds-draw .6s .3s ease-out forwards}.ds-card.ds-success .ds-icon-success svg path{animation:ds-draw .4s .7s ease-out forwards}.ds-card.ds-error .ds-icon-error svg circle{animation:ds-draw .6s .2s ease-out forwards}.ds-card.ds-error .ds-icon-error svg path{animation:ds-draw .4s .6s ease-out forwards}@keyframes ds-draw{to{stroke-dashoffset:0}}.ds-card.ds-error{animation:ds-shake .45s ease-in-out}.ds-card.ds-error .ds-beam,.ds-card.ds-error .ds-particles,.ds-card.ds-error .ds-info span:after,.ds-card.ds-error .ds-avatar{animation-play-state:paused;opacity:0;transition:opacity .3s}.ds-card.ds-error .ds-info span,.ds-card.ds-error .ds-avatar:before,.ds-card.ds-error .ds-avatar:after{opacity:.15}.ds-card.ds-error .ds-corners span{animation-play-state:paused}@keyframes ds-shake{0%,to{transform:translate(0)}20%{transform:translate(-6px)}40%{transform:translate(6px)}60%{transform:translate(-4px)}80%{transform:translate(4px)}}.ds-label{font-size:13px;color:#555;font-variant-numeric:tabular-nums;letter-spacing:.04em;min-height:18px;text-align:center}.ds-dots:after{content:"";display:inline-block;width:14px;text-align:left;animation:ds-text-dots 1.4s steps(4,end) infinite}@keyframes ds-text-dots{0%{content:""}25%{content:"."}50%{content:".."}75%{content:"..."}to{content:""}}.ds-stages{display:flex;align-items:center;gap:12px;min-height:28px;color:var(--ds-color)}.ds-stage-icon-wrap{position:relative;width:28px;height:28px;flex-shrink:0}.ds-stage-text-wrap{position:relative;height:22px;overflow:hidden;min-width:180px;flex:1}.ds-stage-item{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transform:translateY(8px) scale(.95);transition:opacity .4s ease,transform .4s ease;pointer-events:none}.ds-stage-item.is-active{opacity:1;transform:translateY(0) scale(1)}.ds-stage-item.is-prev{opacity:0;transform:translateY(-8px) scale(.95)}.ds-stage-item:not(.is-active):not(.is-prev){transition:none}.ds-stage-item svg{width:28px;height:28px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.ds-stage-text{font-size:14px;font-weight:500;letter-spacing:.02em;color:#1a1a1a;white-space:nowrap;display:flex;align-items:center;height:100%}.ds-stage-item.is-active .ds-icon-doc .ds-doc-line{stroke-dasharray:8;stroke-dashoffset:8;animation:ds-draw-line 1.6s ease-in-out infinite}@keyframes ds-draw-line{0%,to{stroke-dashoffset:8}50%{stroke-dashoffset:0}}.ds-stage-item.is-active .ds-icon-search .ds-search-circle{transform-origin:11px 11px;animation:ds-search-spin 2s linear infinite}@keyframes ds-search-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.ds-root *,.ds-root *:before,.ds-root *:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}.ua-root{--ua-color: #6b7280;--ua-color-strong: #0a0a0a;--ua-bg-hover: rgba(10, 10, 10, .04);--ua-bg-drag: rgba(10, 10, 10, .08);box-sizing:border-box;position:relative;width:100%;border-radius:14px;background:transparent;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:28px 20px;cursor:pointer;overflow:hidden;transition:background-color .25s ease;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,system-ui,sans-serif}.ua-root *,.ua-root *:before,.ua-root *:after{box-sizing:border-box}.ua-root.ua-disabled{cursor:not-allowed;opacity:.6}.ua-input{display:none}.ua-border{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none}.ua-border rect{width:100%;height:100%;fill:none;stroke:var(--ua-color);stroke-width:2;stroke-dasharray:8 6;rx:14;ry:14;transition:stroke .25s ease,stroke-width .25s ease,stroke-dasharray .25s ease}.ua-doc{position:relative;width:76px;height:48px;animation:ua-float 3s ease-in-out infinite}.ua-doc svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;stroke:var(--ua-color);fill:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:stroke .25s ease}.ua-shadow{position:absolute;bottom:-6px;left:50%;transform:translate(-50%);width:50px;height:5px;background:var(--ua-color);border-radius:50%;opacity:.2;filter:blur(3px);animation:ua-shadow-pulse 3s ease-in-out infinite}@keyframes ua-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes ua-shadow-pulse{0%,to{transform:translate(-50%) scale(1);opacity:.2}50%{transform:translate(-50%) scale(.7);opacity:.1}}.ua-doc-wrap{position:relative;width:76px;height:56px}.ua-text-stack{display:flex;flex-direction:column;align-items:center;gap:4px;text-align:center}.ua-title{font-size:14px;font-weight:600;color:var(--ua-color-strong);transition:color .25s ease}.ua-hint{font-size:12px;color:#6b7280}.ua-btn{margin-top:4px;padding:8px 18px;border-radius:999px;border:1.5px solid var(--ua-color-strong);background:transparent;color:var(--ua-color-strong);font-size:13px;font-weight:600;cursor:pointer;transition:background-color .2s,color .2s,transform .2s;font-family:inherit}.ua-root:hover:not(.ua-disabled){background-color:var(--ua-bg-hover)}.ua-root:hover:not(.ua-disabled) .ua-border rect,.ua-root:hover:not(.ua-disabled) .ua-doc svg{stroke:var(--ua-color-strong)}.ua-root:hover:not(.ua-disabled) .ua-btn{background:var(--ua-color-strong);color:#fff;transform:scale(1.04)}.ua-root.ua-drag-over{background-color:var(--ua-bg-drag)}.ua-root.ua-drag-over .ua-border rect{stroke:var(--ua-color-strong);stroke-width:2.5;stroke-dasharray:12 6}.ua-root.ua-drag-over .ua-doc{animation:ua-invite 1.8s ease-in-out infinite}.ua-root.ua-drag-over .ua-doc svg{stroke:var(--ua-color-strong)}@keyframes ua-invite{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(8px) scale(1.06)}}.ua-root.ua-drag-over .ua-btn{display:none}@media(prefers-reduced-motion:reduce){.ua-doc,.ua-shadow,.ua-root.ua-drag-over .ua-doc{animation:none!important}}.wp-root{--wp-color: #0a0a0a;--wp-bg: #ffffff;--wp-cycle: 2s;display:inline-flex;flex-direction:column;align-items:center;gap:22px;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,system-ui,sans-serif;color:var(--wp-color)}.wp-root.wp-sm{--wp-w: 180px;--wp-h: 220px;--wp-pass-w: 150px;--wp-pass-h: 188px}.wp-root.wp-md{--wp-w: 240px;--wp-h: 280px;--wp-pass-w: 200px;--wp-pass-h: 240px}.wp-stage{position:relative;width:var(--wp-w);height:var(--wp-h)}.wp-wallet{position:absolute;left:50%;bottom:0;transform:translate(-50%);width:calc(var(--wp-pass-w) + 20px);height:70px;border:2px solid var(--wp-color);border-radius:14px 14px 18px 18px;background:var(--wp-bg);opacity:0;transition:opacity .5s ease;z-index:1}.wp-wallet:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:80px;height:8px;background:var(--wp-color);border-radius:0 0 8px 8px;opacity:.85}.wp-stage.is-success .wp-wallet{opacity:1}.wp-pass{position:absolute;left:50%;top:12px;transform:translate(-50%);width:var(--wp-pass-w);height:var(--wp-pass-h);border:2px solid var(--wp-color);border-radius:14px;background:var(--wp-bg);overflow:hidden;display:flex;flex-direction:column;box-shadow:0 8px 20px -10px #0a0a0a40;transition:transform .6s cubic-bezier(.5,0,.4,1),opacity .4s ease;z-index:2}.wp-stage.is-success .wp-pass{transform:translate(-50%) translateY(190px) scale(.5);opacity:0}.wp-header{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px dashed rgba(10,10,10,.25)}.wp-logo{width:22px;height:22px;border-radius:50%;background:var(--wp-color);opacity:0;transform:scale(.5);animation:wp-reveal 2.4s ease-out forwards;animation-delay:.15s}.wp-brand{height:8px;width:0;max-width:60%;background:var(--wp-color);border-radius:4px;opacity:.6;animation:wp-width 2.4s ease-out forwards;animation-delay:.3s}.wp-body{flex:1;padding:14px;display:flex;flex-direction:column;gap:12px}.wp-row{display:flex;flex-direction:column;gap:6px}.wp-label{height:6px;width:0;background:var(--wp-color);border-radius:3px;opacity:.3;animation:wp-width 2.4s ease-out forwards}.wp-value{height:10px;width:0;background:var(--wp-color);border-radius:3px;animation:wp-width 2.4s ease-out forwards}.wp-row:nth-child(1) .wp-label{animation-delay:.5s;max-width:60%}.wp-row:nth-child(1) .wp-value{animation-delay:.6s;max-width:90%}.wp-row:nth-child(2) .wp-label{animation-delay:.75s;max-width:50%}.wp-row:nth-child(2) .wp-value{animation-delay:.85s;max-width:70%}@keyframes wp-reveal{0%{opacity:0;transform:scale(.5)}20%{opacity:1;transform:scale(1.1)}35%{opacity:1;transform:scale(1)}to{opacity:1;transform:scale(1)}}@keyframes wp-width{0%{width:0}35%{width:100%}to{width:100%}}.wp-barcode{height:56px;margin:0 14px 14px;border-radius:6px;background:var(--wp-bg);padding:8px 10px;display:flex;flex-direction:column;gap:6px;border:1px solid rgba(10,10,10,.1)}.wp-bars{flex:1;display:flex;align-items:stretch;gap:2px}.wp-bars span{flex:1;background:var(--wp-color);border-radius:1px;transform:scaleY(0);transform-origin:bottom;animation:wp-bar-grow 2.4s ease-out forwards}.wp-bars span:nth-child(odd){opacity:.85}.wp-bars span:nth-child(3n){opacity:.5}.wp-bars span:nth-child(5n){opacity:1}.wp-bars span:nth-child(7n){opacity:.7}.wp-bars span:nth-child(11n){opacity:.4}.wp-bars span:nth-child(1){animation-delay:1.05s}.wp-bars span:nth-child(2){animation-delay:1.08s}.wp-bars span:nth-child(3){animation-delay:1.1s}.wp-bars span:nth-child(4){animation-delay:1.12s}.wp-bars span:nth-child(5){animation-delay:1.14s}.wp-bars span:nth-child(6){animation-delay:1.16s}.wp-bars span:nth-child(7){animation-delay:1.18s}.wp-bars span:nth-child(8){animation-delay:1.2s}.wp-bars span:nth-child(9){animation-delay:1.22s}.wp-bars span:nth-child(10){animation-delay:1.24s}.wp-bars span:nth-child(11){animation-delay:1.26s}.wp-bars span:nth-child(12){animation-delay:1.28s}.wp-bars span:nth-child(13){animation-delay:1.3s}.wp-bars span:nth-child(14){animation-delay:1.32s}.wp-bars span:nth-child(15){animation-delay:1.34s}.wp-bars span:nth-child(16){animation-delay:1.36s}.wp-bars span:nth-child(17){animation-delay:1.38s}.wp-bars span:nth-child(18){animation-delay:1.4s}.wp-bars span:nth-child(19){animation-delay:1.42s}.wp-bars span:nth-child(20){animation-delay:1.44s}@keyframes wp-bar-grow{0%{transform:scaleY(0)}25%{transform:scaleY(1)}to{transform:scaleY(1)}}.wp-barcode-id{height:6px;width:60%;margin:0 auto;background:var(--wp-color);border-radius:3px;opacity:.5;animation:wp-reveal 2.4s ease-out forwards;animation-delay:1.5s;transform:scale(0)}.wp-beam{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden}.wp-beam:before{content:"";position:absolute;left:0;right:0;top:-10%;height:35%;background:linear-gradient(to bottom,transparent 0%,color-mix(in srgb,var(--wp-color) 4%,transparent) 40%,color-mix(in srgb,var(--wp-color) 12%,transparent) 80%,var(--wp-color) 100%);opacity:0;animation:wp-beam-sweep 2.4s ease-in-out infinite}@keyframes wp-beam-sweep{0%{top:-35%;opacity:0}10%{opacity:.9}50%{top:100%;opacity:.9}55%{opacity:0}to{top:-35%;opacity:0}}.wp-stages{display:flex;align-items:center;gap:12px;min-height:28px;color:var(--wp-color)}.wp-stage-icon-wrap{position:relative;width:28px;height:28px;flex-shrink:0}.wp-stage-text-wrap{position:relative;height:22px;overflow:hidden;min-width:180px;flex:1}.wp-stage-item{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transform:translateY(8px) scale(.95);transition:opacity .4s ease,transform .4s ease;pointer-events:none}.wp-stage-item.is-active{opacity:1;transform:translateY(0) scale(1)}.wp-stage-item.is-prev{opacity:0;transform:translateY(-8px) scale(.95)}.wp-stage-item:not(.is-active):not(.is-prev){transition:none}.wp-stage-item svg{width:28px;height:28px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.wp-stage-text{font-size:14px;font-weight:500;letter-spacing:.02em;color:#1a1a1a;white-space:nowrap;display:flex;align-items:center;height:100%}.wp-dots:after{content:"";display:inline-block;width:14px;text-align:left;animation:wp-text-dots 1.4s steps(4,end) infinite}@keyframes wp-text-dots{0%{content:""}25%{content:"."}50%{content:".."}75%{content:"..."}to{content:""}}.wp-stage-item.is-active .wp-icon-shield path.shield-check{stroke-dasharray:30;stroke-dashoffset:30;animation:wp-shield-draw 1.2s ease-in-out infinite}@keyframes wp-shield-draw{0%,to{stroke-dashoffset:30}50%{stroke-dashoffset:0}}.wp-stage-item.is-active .wp-icon-add .arrow-down{animation:wp-arrow-bob 1.2s ease-in-out infinite}@keyframes wp-arrow-bob{0%,to{transform:translateY(0)}50%{transform:translateY(3px)}}@media(prefers-reduced-motion:reduce){.wp-root *,.wp-root *:before,.wp-root *:after{animation-duration:.001ms!important;transition-duration:.001ms!important}}
