.glowing-line{width:1px;height:200px;background:linear-gradient(180deg,transparent,#DDED88,transparent)}.fancy{--offset:2px;border-radius:8px;position:relative;height:40px;width:130px;overflow:hidden}.fancy:before{background:conic-gradient(transparent 270deg,white,transparent);top:50%;left:50%;transform:translate(-50%,-50%);aspect-ratio:1;width:200%;animation:rotate 3s linear infinite;z-index:0}.fancy:after,.fancy:before{content:"";position:absolute}.fancy:after{background:#DDED88;border-radius:inherit;inset:var(--offset);height:calc(100% - 2 * var(--offset));width:calc(100% - 2 * var(--offset));z-index:1}.fancy button{background:transparent;color:black;font-size:14px;position:absolute;inset:0;z-index:10;border:none;border-radius:8px;cursor:pointer;transition:background .9s}@keyframes rotate{0%{transform:translate(-50%,-50%) rotate(0turn)}to{transform:translate(-50%,-50%) rotate(1turn)}}