.floating-create-button{cursor:pointer;color:#fff;z-index:1000;background-color:#ff8a00;border:none;border-radius:50%;outline:none;justify-content:center;align-items:center;width:64px;height:64px;transition:transform .15s ease-out,box-shadow .15s ease-out,background-color .15s ease-out;display:flex;position:fixed;bottom:2.5rem;right:2.5rem;box-shadow:0 4px 12px #00000040}.floating-create-button__icon{pointer-events:none;font-size:2rem;line-height:1}.floating-create-button:hover{background-color:#f90;transform:translateY(-2px)scale(1.03);box-shadow:0 6px 16px #0000004d}.floating-create-button:active{transform:translateY(0)scale(.96);box-shadow:0 3px 10px #00000040}@media (max-width:768px){.floating-create-button{width:56px;height:56px;bottom:1.5rem;right:1.5rem}.floating-create-button__icon{font-size:1.75rem}}
