@import "https://fonts.googleapis.com/css2?family=Geist+Mono:wght@100..900&display=swap";@import "https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap";*{box-sizing:border-box;margin:0;padding:0}:root{--stroke-color:#383838}body{color:#fff;background:#a7a7a7;justify-content:center;align-items:center;width:100%;height:100vh;display:flex}#card{border:1px solid var(--stroke-color);border-radius:24px;flex-direction:column;justify-content:start;align-items:center;width:400px;height:auto;display:flex;overflow:hidden}#illustration-container{background-color:#161616;justify-content:center;align-items:center;width:100%;height:340px;display:flex;position:relative;overflow:hidden}#svg{width:100%;height:100%;position:relative;overflow:visible}#floor{width:100%;min-width:400px;height:100%;transform:scale(2.4)}#chip{width:100%;min-width:400px;height:100%;position:absolute;top:28%;left:50%;overflow:visible;transform:translate(-50%)scale(1.2)}#info-container{border-top:1px solid var(--stroke-color);background:#161616;flex-direction:column;justify-content:start;align-items:start;gap:14px;width:100%;height:auto;padding:14px;display:flex}#user-detail-container{flex-direction:column;justify-content:start;align-items:start;gap:12px;width:100%;height:auto;padding:8px;display:flex}#user-status{justify-content:start;align-items:end;gap:8px;width:100%;height:auto;padding:0;display:flex}#user-name{color:#fff;font-optical-sizing:auto;letter-spacing:0;white-space:nowrap;font-family:Geist Mono,monospace;font-size:28px;font-weight:300;line-height:90%}#status{color:#41ff44;letter-spacing:0;background-color:#0b4712;border:1px solid #008c02;border-radius:4px;justify-content:center;align-items:center;gap:4px;padding:2px 4px;font-family:IBM Plex Mono,monospace;font-size:10px;font-weight:400;line-height:normal;display:inline-flex;position:relative}#id{-webkit-user-select:none;user-select:none;cursor:pointer;background:#2c2c2c;border:1px solid #575757;border-radius:4px;justify-content:center;align-items:center;gap:10px;padding:2px 4px;display:inline-flex}#id p{color:#bababa;letter-spacing:0;font-family:IBM Plex Mono,monospace;font-size:16px;font-weight:400;line-height:normal}#badge-container{background:#2d2d2d;border-radius:12px;flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:auto;padding:8px 8px 8px 16px;display:flex;position:relative;overflow:hidden}#badge-container p{color:#cacaca;font-optical-sizing:auto;letter-spacing:4%;white-space:nowrap;z-index:1;font-family:Geist Mono,monospace;font-size:14px;font-weight:300;line-height:100%}#cta-container{z-index:2;justify-content:center;align-items:center;gap:8px;width:auto;height:auto;display:flex}.cta{all:unset;color:#fff;letter-spacing:0;cursor:pointer;box-sizing:border-box;background:#161616;border-radius:4px;justify-content:center;align-items:center;height:32px;padding:4px 16px;font-family:IBM Plex Mono,monospace;font-size:14px;font-weight:300;line-height:normal;display:flex}#shine{opacity:1;filter:blur(16px);z-index:0;background-color:#555;width:20px;height:150%;animation:6s linear infinite shine-effect;position:absolute;top:50%;left:0%;transform:translateY(-50%)}@keyframes shine-effect{0%{left:-20%}to{left:120%}}#path{fill:none;stroke:#888;stroke-width:4px;stroke-linecap:round;stroke-linejoin:miter;box-shadow:inset 1px 1px 2px #000}#laser-group{opacity:0;overflow:visible}#laserHead{fill:#ff4231;filter:blur(20px);transition:scale .8s}#laserBeam{stroke-width:3px;stroke-linecap:round;filter:drop-shadow(0 0 6px #ff8d8377)}.spark{fill:#fff;opacity:1}
