.dot-grid{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.dot-grid__wrap{width:100%;height:100%;position:relative}.dot-grid__canvas{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}
.text-type{white-space:pre-wrap;display:inline-block}.text-type__cursor{opacity:1;margin-left:.25rem;display:inline-block}.text-type__cursor--hidden{display:none}
.card-spotlight{--mouse-x:50%;--mouse-y:50%;--spotlight-color:#ffffff0d;background-color:#111;border:1px solid #222;border-radius:1.5rem;padding:2rem;position:relative;overflow:hidden}.card-spotlight:before{content:"";background:radial-gradient(circle at var(--mouse-x)var(--mouse-y),var(--spotlight-color),transparent 80%);opacity:0;pointer-events:none;transition:opacity .5s;position:absolute;inset:0}.card-spotlight:hover:before,.card-spotlight:focus-within:before{opacity:.6}
.shiny-text{display:inline-block}
.star-border-container{line-height:1;display:inline-block;position:relative;overflow:hidden}.border-gradient-bottom,.border-gradient-top{pointer-events:none;z-index:0;width:200%;height:100%;animation:linear infinite star-border-rotate;position:absolute;left:0}.border-gradient-bottom{opacity:.8;top:50%}.border-gradient-top{opacity:.8;top:-50%}.inner-content{z-index:1;background:inherit;position:relative}@keyframes star-border-rotate{0%{transform:translate(-50%)rotate(0)}to{transform:translate(0)rotate(180deg)}}
