.text-themed{color:var(--text-themed-color)}.logo-themed{color:var(--logo-themed-color)}.bg-themed:after{content:"";background-color:var(--viewport-background-color);z-index:-2;background-image:radial-gradient(var(--viewport-background-dot-color,#fff5)1px,transparent 1px);background-size:30px 30px;background-attachment:scroll;transition:background-color .5s,background-image .5s;animation:5s linear infinite moveDots;position:absolute;inset:0}.text-qr-code{color:var(--qr-color)}.themed-button{background-color:var(--background-color);border:var(--border);border-radius:var(--border-radius);color:var(--foreground-color)}.themed-button.reversed{background-color:var(--foreground-color);border-color:var(--foreground-color);color:var(--background-color)}.profile-card{background-color:var(--background-color);border:var(--border);border-radius:var(--border-radius);color:var(--foreground-color)}.profile-card,.profile-card *{transition:border-radius .5s,border .5s,background-color .5s}.profile-card hr{border-color:var(--hr-color)}.profile-card .nambatr-logo{color:var(--logo-color)}.profile-card .avatar{background-color:var(--avatar-border-color);border-radius:var(--avatar-border-radius)}.profile-card .avatar img{border-radius:inherit;border:var(--avatar-border-width)solid var(--avatar-border-color)}.profile-card .name{color:var(--name-color)}.profile-card .short-bio{color:var(--short-bio-color)}.profile-card .contacts{color:var(--contacts-color)}.profile-card .socials{color:var(--socials-color)}.profile-card-shadow{border-radius:var(--border-radius);top:var(--shadow-offset);left:var(--shadow-offset);right:calc(-1*var(--shadow-offset));bottom:calc(-1*var(--shadow-offset));box-shadow:var(--shadow-box-shadow);background:repeating-linear-gradient(45deg,var(--shadow-line-color)0,var(--shadow-line-color)1px,transparent 1px,transparent 4px),var(--shadow-color);z-index:-1;mix-blend-mode:multiply;position:absolute}.show-qr-button{border:var(--show-qr-border);border-radius:var(--show-qr-border-radius);background-color:var(--show-qr-bg);color:var(--show-qr-color)}.profile-card-container{perspective:1000px}.profile-card-inner{transform-style:preserve-3d;transition:transform .6s;display:grid}.profile-card-container.flipped .profile-card-inner{transform:rotateY(180deg)}.profile-card-front,.profile-card-back,.profile-card-shadow{backface-visibility:hidden}.profile-card-front,.profile-card-back{grid-area:1/1}.profile-card-back{transform:rotateY(180deg)}.profile-card-shadow-back{top:var(--shadow-offset);left:calc(-1*var(--shadow-offset));right:var(--shadow-offset);bottom:calc(-1*var(--shadow-offset));transform:rotateY(180deg)}
